소스 검색

Compiling on GHC 8

Marcos Dumay de Medeiros 8 년 전
부모
커밋
573d796af8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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