]> git.rkrishnan.org Git - functorrent.git/commitdiff
add mtl, organize packages alphabetically
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 3 Sep 2015 11:02:11 +0000 (16:32 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Thu, 3 Sep 2015 11:02:11 +0000 (16:32 +0530)
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