X-Git-Url: http://git.tomasm.cz/fp.git/blobdiff_plain/2d2af9eded0d0e4968cf21746f3772f61caecd73..64abbeaeddb1956b5c07a29cc6caea1a971101b5:/fp.cabal diff --git a/fp.cabal b/fp.cabal index 4c137d1..31046b0 100644 --- a/fp.cabal +++ b/fp.cabal @@ -17,9 +17,13 @@ cabal-version: >=1.10 library exposed-modules: Lambda - other-modules: Lambda.Term Lambda.Parser.Fancy - build-depends: base >=4.7 && <4.8 + Lambda.Parser.Simple + HM + HM.Parser + other-modules: Lambda.Term + HM.Term + build-depends: base >=4.7 && <5 , text >=1.2 && <1.3 , attoparsec >=0.12 && <0.13 , containers @@ -29,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