aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Monad.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-13 18:12:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-13 18:12:44 -0400
commitd2cfcd8c0b4690b0ee764b1661d635aa0fd32d50 (patch)
tree35fca137b73abf2e25126f74a81e8ac82d4bcb8a /Assistant/Monad.hs
parent71e5010c34d63a9b27af86108474c5e2d9b1758f (diff)
turn on PackageImports globally
This will make it easier to use the Evil Splicer, when it needs to add package qualified imports And there's no real downside.
Diffstat (limited to 'Assistant/Monad.hs')
-rw-r--r--Assistant/Monad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Monad.hs b/Assistant/Monad.hs
index ced98b395..5a0fc1570 100644
--- a/Assistant/Monad.hs
+++ b/Assistant/Monad.hs
@@ -5,7 +5,7 @@
- Licensed under the GNU GPL version 3 or higher.
-}
-{-# LANGUAGE PackageImports, GeneralizedNewtypeDeriving, MultiParamTypeClasses #-}
+{-# LANGUAGE GeneralizedNewtypeDeriving, MultiParamTypeClasses #-}
module Assistant.Monad (
Assistant,