From 6fabd39fc2dd70145f49ca80fc409356d72dea89 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Tue, 3 Feb 2015 15:19:49 +0530
Subject: [PATCH] more ghc options, parsec instead of attoparsec

---
 deluge.cabal | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

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
-- 
2.45.2