Browse Source

Compiling on GHC 8.0

Marcos Dumay de Medeiros 7 years ago
parent
commit
72085adb66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      walrus-backend.cabal

+ 1 - 1
walrus-backend.cabal

@@ -22,7 +22,7 @@ library
   -- other-modules:       
   other-extensions:    OverloadedStrings, TemplateHaskell
   build-depends:
-    base >=4.7 && <4.9,
+    base >=4.7,
     time >=1.5,
     transformers >= 0.3.0,
     unix >=2.7.1,