X-Git-Url: http://git.tomasm.cz/fp.git/blobdiff_plain/dbb3af7ea8341e87b254dc94a613aec837b676b8..33464c9ce7b0b1559f8cb23734065b8ecdd382c1:/fp.cabal diff --git a/fp.cabal b/fp.cabal index 018b0d6..7a1dd3f 100644 --- a/fp.cabal +++ b/fp.cabal @@ -19,8 +19,11 @@ library exposed-modules: Lambda Lambda.Parser.Fancy Lambda.Parser.Simple - other-modules: Lambda.Term - build-depends: base >=4.7 && <4.8 + HM + HM.Parser + Lambda.Term + HM.Term + build-depends: base >=4.7 && <5 , text >=1.2 && <1.3 , attoparsec >=0.12 && <0.13 , containers @@ -30,7 +33,7 @@ library 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