Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Bärenz authored and turion committed Nov 16, 2024
1 parent bc503c0 commit c2e2624
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
})
(hfinal: hprev: lib.optionalAttrs (lib.versionOlder hprev.ghc.version "9.6") {
cabal-gild = null; # cabal-gild is only available from 9.6 onwards
fourmolu = null;
haskell-language-server = null;

})
(hfinal: hprev: lib.optionalAttrs (lib.versionAtLeast hprev.ghc.version "9.10") {
# Remove these as nixpkgs progresses!
Expand Down

0 comments on commit c2e2624

Please sign in to comment.