mirror of
https://github.com/Jaxan/nominal-lstar.git
synced 2025-04-27 14:47:45 +02:00
Code: Fixes some warnings and made sure everything compiles out of the box (ghc 7.10)
This commit is contained in:
parent
afd27369a1
commit
cb09b2d306
2 changed files with 7 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
dist/
|
||||
.cabal-sandbox/
|
||||
*.o
|
||||
*.hi
|
||||
*.prof
|
||||
|
|
@ -22,6 +22,7 @@ executable NominalAngluin
|
|||
build-depends:
|
||||
base >=4.8 && <4.9,
|
||||
containers,
|
||||
mtl,
|
||||
NLambda,
|
||||
readline
|
||||
hs-source-dirs: src
|
||||
|
|
Loading…
Add table
Reference in a new issue