1
Fork 0
mirror of https://github.com/Jaxan/nominal-lstar.git synced 2025-04-27 22:57:45 +02:00

Revert previous workaround, as NLambda is now updated

This commit is contained in:
Joshua Moerman 2023-07-12 21:32:43 +02:00
parent eb94b82251
commit 9c212ccfda

View file

@ -10,10 +10,9 @@ common stuff
default-language: Haskell2010 default-language: Haskell2010
ghc-options: -O2 -Wall ghc-options: -O2 -Wall
build-depends: build-depends:
-- at most 4.17: one transitive dependency breaks with more recent base base >= 4.8 && < 5,
base >= 4.8 && < 4.17,
haskeline, haskeline,
NLambda >= 1.1 NLambda >= 1.1.1
library library
import: stuff import: stuff