Skip to content

Commit

Permalink
nix: Remove commented overlay packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanG077 committed Sep 21, 2023
1 parent 8b9ec6d commit efec0b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions nix/overlay-ghc902.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,9 @@ in
# is basically abandonware it catches fire with brick 1.0+.
brick = doJailbreak prev.brick_0_70_1;

# Marked as broken in nixpkgs since it needs a newer hashable than the one
# in the .cabal file uplodaed to hackage.
# concurrent-supply = doJailbreak (markUnbroken prev.concurrent-supply);

# Marked as broken in nixpkgs for this version of GHC.
docopt = markUnbroken prev.docopt;

# The doctests crash for this package, but the main testsuite passes.
# generic-lens = dontCheck prev.generic-lens;

# Marked as broken in nixpkgs, since it specifies much older dependencies
# than the defaults in nixpkgs.
rewrite-inspector = doJailbreak (markUnbroken prev.rewrite-inspector);
Expand Down
3 changes: 0 additions & 3 deletions nix/overlay-ghc962.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ in
# Use a newer version than the default in nixpkgs.
th-abstraction = prev.th-abstraction_0_5_0_0;

# Use a newer version than the default in nixpkgs.
# doctest = prev.doctest_0_18_2;

# We can't use newer than 1.12 here: we need singletons 3.x (due to the cabal
# file of `clash-testsuite`) but the changed `DConP` constructor in 1.13
# stops `singletons-th` from building.
Expand Down

0 comments on commit efec0b8

Please sign in to comment.