From 9a2004f12c7d8805c559b14d2ff118d61614880b Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Thu, 3 Sep 2015 16:32:11 +0530
Subject: [PATCH] add mtl, organize packages alphabetically

---
 functorrent.cabal | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

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
-- 
2.45.2