seems I need PackageImports here for configure
This commit is contained in:
parent
13a65d028d
commit
553d9d661a
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
{-# LANGUAGE PackageImports #-}
|
||||
|
||||
module Common (module X) where
|
||||
|
||||
import Control.Monad as X hiding (join)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue