mirror of
https://github.com/Jaxan/nominal-lstar.git
synced 2025-04-27 06:37: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
|
||||
ghc-options: -O2 -Wall
|
||||
build-depends:
|
||||
-- at most 4.17: one transitive dependency breaks with more recent base
|
||||
base >= 4.8 && < 4.17,
|
||||
base >= 4.8 && < 5,
|
||||
haskeline,
|
||||
NLambda >= 1.1
|
||||
NLambda >= 1.1.1
|
||||
|
||||
library
|
||||
import: stuff
|
||||
|
|
Loading…
Add table
Reference in a new issue