From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Thu, 3 Sep 2015 11:02:11 +0000 (+0530)
Subject: add mtl, organize packages alphabetically
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file/URI:LIT:krugkidfnzsc4/@@named=/module-simplejson.tests.html?a=commitdiff_plain;h=9a2004f12c7d8805c559b14d2ff118d61614880b;p=functorrent.git

add mtl, organize packages alphabetically
---

diff --git a/functorrent.cabal b/functorrent.cabal
index 0086a73..2db1119 100644
--- 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