seems I need PackageImports here for configure

This commit is contained in:
Joey Hess 2013-04-14 12:51:05 -04:00
parent 13a65d028d
commit 553d9d661a
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
{-# LANGUAGE PackageImports #-}
module Common (module X) where
import Control.Monad as X hiding (join)

View file

@ -5,6 +5,8 @@
- Licensed under the GNU GPL version 3 or higher.
-}
{-# LANGUAGE PackageImports #-}
module Utility.Path where
import Data.String.Utils