From d2cfcd8c0b4690b0ee764b1661d635aa0fd32d50 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 13 Apr 2013 18:12:02 -0400 Subject: 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. --- Assistant/Monad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assistant') 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, -- cgit v1.2.3