From 9105fb3b571be033672a9a546e9b95f86130ca3d Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 1 Feb 2019 20:41:29 +0000 Subject: Relax base bound --- pfm.cabal | 4 ++-- 1 file 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 -- cgit