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:
parent
eb94b82251
commit
9c212ccfda
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue