projekty
/
fp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
gitignore
[fp.git]
/
fp.cabal
diff --git
a/fp.cabal
b/fp.cabal
index
018b0d6
..
31046b0
100644
(file)
--- a/
fp.cabal
+++ b/
fp.cabal
@@
-19,8
+19,11
@@
library
exposed-modules: Lambda
Lambda.Parser.Fancy
Lambda.Parser.Simple
exposed-modules: Lambda
Lambda.Parser.Fancy
Lambda.Parser.Simple
+ HM
+ HM.Parser
other-modules: Lambda.Term
other-modules: Lambda.Term
- build-depends: base >=4.7 && <4.8
+ HM.Term
+ build-depends: base >=4.7 && <5
, text >=1.2 && <1.3
, attoparsec >=0.12 && <0.13
, containers
, text >=1.2 && <1.3
, attoparsec >=0.12 && <0.13
, containers
@@
-30,7
+33,7
@@
library
executable fp-interpret
main-is: Main.hs
executable fp-interpret
main-is: Main.hs
- build-depends: base >=4.7 && <
4.8
+ build-depends: base >=4.7 && <
5
, text >=1.2 && <1.3
, attoparsec >=0.12 && <0.13
, containers
, text >=1.2 && <1.3
, attoparsec >=0.12 && <0.13
, containers