From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Tue, 3 Feb 2015 09:49:49 +0000 (+0530)
Subject: more ghc options, parsec instead of attoparsec
X-Git-Url: https://git.rkrishnan.org/simplejson/components/com_hotproperty/$rel_link?a=commitdiff_plain;h=6fabd39fc2dd70145f49ca80fc409356d72dea89;p=functorrent.git

more ghc options, parsec instead of attoparsec
---

diff --git a/deluge.cabal b/deluge.cabal
index 0dd22a0..160794d 100644
--- a/deluge.cabal
+++ b/deluge.cabal
@@ -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