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.
This commit is contained in:
parent
0b17d28988
commit
11d106a18c
7 changed files with 4 additions and 9 deletions
|
@ -1,4 +1,3 @@
|
|||
{-# LANGUAGE PackageImports #-}
|
||||
{- path manipulation
|
||||
-
|
||||
- Copyright 2010-2011 Joey Hess <joey@kitenet.net>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue