Quellcode durchsuchen

Compiling on GHC 8

Marcos Dumay de Medeiros vor 8 Jahren
Ursprung
Commit
573d796af8
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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