summaryrefslogtreecommitdiff
path: root/Utility
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 /Utility
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 'Utility')
-rw-r--r--Utility/Path.hs1
-rw-r--r--Utility/State.hs2
2 files changed, 0 insertions, 3 deletions
diff --git a/Utility/Path.hs b/Utility/Path.hs
index d058082df..8c8fc39e7 100644
--- a/Utility/Path.hs
+++ b/Utility/Path.hs
@@ -1,4 +1,3 @@
-{-# LANGUAGE PackageImports #-}
{- path manipulation
-
- Copyright 2010-2011 Joey Hess <joey@kitenet.net>
diff --git a/Utility/State.hs b/Utility/State.hs
index 7f8919082..ad38db542 100644
--- a/Utility/State.hs
+++ b/Utility/State.hs
@@ -5,8 +5,6 @@
- Licensed under the GNU GPL version 3 or higher.
-}
-{-# LANGUAGE PackageImports #-}
-
module Utility.State where
import "mtl" Control.Monad.State.Strict