]> git.rkrishnan.org Git - functorrent.git/commitdiff
more ghc options, parsec instead of attoparsec
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Tue, 3 Feb 2015 09:49:49 +0000 (15:19 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Tue, 3 Feb 2015 09:49:49 +0000 (15:19 +0530)
deluge.cabal

index 0dd22a01c8c5a00cd9658447636c4289cdfe4555..160794d52a7cfba9a91d883af6d0a713ae37ff7f 100644 (file)
@@ -19,9 +19,11 @@ executable deluge
   main-is:             Main.hs
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.6 && <4.7,
-                       bytestring,
-                       attoparsec
+  build-depends:       base >=4.6 && <4.8,
+                       parsec ==3.1.*,
+                       containers ==0.5.*,
+                       time ==1.4.2,
+                       bytestring
   hs-source-dirs:      src
-  ghc-options:         -Wall
+  ghc-options:         -Wall -fwarn-incomplete-patterns
   default-language:    Haskell2010
\ No newline at end of file