SetupCompat.hs: remove dependnece on mtl

This commit is contained in:
Daniel Gröber 2015-03-28 19:11:09 +01:00
parent e3812b49ec
commit 97d17b1173
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
module SetupCompat where
import Control.Arrow
import Control.Monad.State.Strict
import Control.Monad.Trans.State
import Data.List
import Data.Maybe
import Data.Functor