projects
/
functorrent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a5b57a
)
add mtl, organize packages alphabetically
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Thu, 3 Sep 2015 11:02:11 +0000
(16:32 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Thu, 3 Sep 2015 11:02:11 +0000
(16:32 +0530)
functorrent.cabal
patch
|
blob
|
history
diff --git
a/functorrent.cabal
b/functorrent.cabal
index 0086a735a3491216ac96aec0405037a51de1223d..2db111915a66b7e9e43b1e89a8ebd6bfd696f2f0 100644
(file)
--- a/
functorrent.cabal
+++ b/
functorrent.cabal
@@
-37,6
+37,7
@@
library
cryptohash,
directory,
HTTP,
+ mtl,
network,
network-uri,
parsec,
@@
-58,10
+59,11
@@
executable functorrent
cryptohash,
directory,
HTTP,
-
QuickCheck
,
+
mtl
,
network,
network-uri,
- parsec
+ parsec,
+ QuickCheck
test-suite functorrent-test
type: exitcode-stdio-1.0