Browse Source

Compiling on GHC 8

Marcos Dumay de Medeiros 7 years ago
parent
commit
573d796af8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tools-for-attoparsec.cabal

+ 2 - 2
tools-for-attoparsec.cabal

@@ -21,12 +21,12 @@ library
   -- other-modules:       
   -- other-extensions:    
   build-depends:
-    base >=4.8 && <4.9,
+    base >=4.8 && <4.10,
     word8 >=0.1,
     attoparsec >=0.11,
     bytestring >=0.10,
     base64-bytestring >= 1.0,
     utf8-string -any
   hs-source-dirs:      src
-  ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns -threaded
+  ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns
   default-language:    Haskell2010