Skip to content

Commit

Permalink
Merge pull request #292735 from rvl/haskell-updates-lts-22-reflex-ghci
Browse files Browse the repository at this point in the history
haskellPackages.reflex-ghci: jailbreak to fix build
  • Loading branch information
maralorn authored Mar 2, 2024
2 parents 38eff76 + ada45da commit aedb8ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1787,6 +1787,11 @@ self: super: {
# 2022-06-19: Disable checks because of https://github.com/reflex-frp/reflex/issues/475
reflex = doJailbreak (dontCheck super.reflex);

# 2024-03-02: hspec <2.11, primitive <0.8 - https://github.com/reflex-frp/reflex-vty/pull/80
reflex-vty = assert super.reflex-vty.version == "0.5.2.0"; doJailbreak super.reflex-vty;
# 2024-03-02: vty <5.39 - https://github.com/reflex-frp/reflex-ghci/pull/33
reflex-ghci = assert super.reflex-ghci.version == "0.2.0.1"; doJailbreak super.reflex-ghci;

# 2020-11-19: jailbreaking because of pretty-simple bound out of date
# https://github.com/kowainik/stan/issues/408
# Tests disabled because of: https://github.com/kowainik/stan/issues/409
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4600,7 +4600,6 @@ broken-packages:
- reflex-sdl2 # failure in job https://hydra.nixos.org/build/233233947 at 2023-09-02
- reflex-test-host # failure in job https://hydra.nixos.org/build/233220665 at 2023-09-02
- reflex-transformers # failure in job https://hydra.nixos.org/build/233243647 at 2023-09-02
- reflex-vty # failure in job https://hydra.nixos.org/build/233225875 at 2023-09-02
- ref-mtl # failure in job https://hydra.nixos.org/build/233260152 at 2023-09-02
- reformat # failure in job https://hydra.nixos.org/build/233212381 at 2023-09-02
- reform-hamlet # failure in job https://hydra.nixos.org/build/233230013 at 2023-09-02
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3239,14 +3239,12 @@ dont-distribute-packages:
- reflex-dom-colonnade
- reflex-dynamic-containers
- reflex-gadt-api
- reflex-ghci
- reflex-gloss-scene
- reflex-libtelnet
- reflex-localize
- reflex-localize-dom
- reflex-monad-auth
- reflex-potatoes
- reflex-process
- refractor
- refurb
- reg-alloc-graph-color
Expand Down
4 changes: 0 additions & 4 deletions pkgs/development/haskell-modules/hackage-packages.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aedb8ff

Please sign in to comment.