Skip to content

Commit

Permalink
Newer happy
Browse files Browse the repository at this point in the history
Without upper bound on mtl
  • Loading branch information
sgraf812 authored and supersven committed Aug 2, 2023
1 parent bc503ae commit 236a6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ let

happy =
if lib.versionAtLeast version "9.1"
then noTest (hspkgs.callHackage "happy" "1.20.0" { })
then noTest (hspkgs.callHackage "happy" "1.20.1.1" { })
else noTest (haskell.packages.ghc865Binary.callHackage "happy" "1.19.12" { });

alex =
Expand Down

0 comments on commit 236a6eb

Please sign in to comment.