From 64abbeaeddb1956b5c07a29cc6caea1a971101b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20Musil?= Date: Mon, 30 Mar 2015 01:12:34 +0200 Subject: [PATCH 1/1] relax bounds --- fp.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.4.2