]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
add mtl, organize packages alphabetically
[functorrent.git] / functorrent.cabal
index 0086a735a3491216ac96aec0405037a51de1223d..2db111915a66b7e9e43b1e89a8ebd6bfd696f2f0 100644 (file)
@@ -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