diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-14 12:51:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-14 13:20:01 -0400 |
commit | 7f84f433afb11245f875e279a20ae0748b92ba1a (patch) | |
tree | 1ae3eea044bc4635cfa102443fc9a803c47e88f2 /Common.hs | |
parent | ea36d9ef3e5266bc0580db7274df0cd5e2860f8c (diff) |
seems I need PackageImports here for configure
Diffstat (limited to 'Common.hs')
-rw-r--r-- | Common.hs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +{-# LANGUAGE PackageImports #-} + module Common (module X) where import Control.Monad as X hiding (join) |