X-Git-Url: http://git.tomasm.cz/fp.git/blobdiff_plain/e26e565842cd4c347f93b3bbf1a4363f05d1cc2f..refs/heads/master:/fp.cabal?ds=sidebyside diff --git a/fp.cabal b/fp.cabal index e1636b0..19f889f 100644 --- a/fp.cabal +++ b/fp.cabal @@ -17,9 +17,14 @@ cabal-version: >=1.10 library exposed-modules: Lambda - other-modules: Lambda.Term + Lambda.Term Lambda.Parser.Fancy - build-depends: base >=4.7 && <4.8 + Lambda.Parser.Simple + HM + HM.Term + HM.Parser + HM.Lambda + build-depends: base >=4.7 && <5 , text >=1.2 && <1.3 , attoparsec >=0.12 && <0.13 , containers @@ -29,7 +34,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 @@ -41,9 +46,14 @@ executable fp-interpret test-suite doctests type: exitcode-stdio-1.0 hs-source-dirs: tests - ghc-options: -threaded main-is: doctest.hs + ghc-options: -threaded build-depends: base + , text >=1.2 && <1.3 + , attoparsec >=0.12 && <0.13 + , containers + , mtl + , fp , doctest >= 0.8 , QuickCheck >= 2.7 default-language: Haskell2010