X-Git-Url: http://git.tomasm.cz/fp.git/blobdiff_plain/f9d54d61f2feba3f37c9e7c5f4ab87bf7b3e6166..afc027ed2ff6fdf1aba286c4b6501ee240e36183:/fp.cabal diff --git a/fp.cabal b/fp.cabal index 9d650ec..31046b0 100644 --- a/fp.cabal +++ b/fp.cabal @@ -23,7 +23,7 @@ library HM.Parser other-modules: Lambda.Term HM.Term - build-depends: base >=4.7 && <4.8 + build-depends: base >=4.7 && <5 , text >=1.2 && <1.3 , attoparsec >=0.12 && <0.13 , containers @@ -33,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