aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pfm.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pfm.cabal b/pfm.cabal
index bb3daaf..3fc5bc5 100644
--- a/pfm.cabal
+++ b/pfm.cabal
@@ -29,7 +29,7 @@ library
ghc-options: -Wall
exposed-modules: PFM
build-depends: attoparsec
- , base >= 4.7 && < 5
+ , base >= 4 && < 5
, bytestring
, text
, binary
@@ -40,7 +40,7 @@ executable readpfm
hs-source-dirs: app
main-is: Main.hs
default-language: Haskell2010
- build-depends: base >= 4.7 && < 5
+ build-depends: base >= 4 && < 5
, pfm
, text
, bytestring