projects
/
functorrent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb03096
)
more ghc options, parsec instead of attoparsec
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Tue, 3 Feb 2015 09:49:49 +0000
(15:19 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Tue, 3 Feb 2015 09:49:49 +0000
(15:19 +0530)
deluge.cabal
patch
|
blob
|
history
diff --git
a/deluge.cabal
b/deluge.cabal
index 0dd22a01c8c5a00cd9658447636c4289cdfe4555..160794d52a7cfba9a91d883af6d0a713ae37ff7f 100644
(file)
--- 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