diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-30 07:36:23 +0200 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-04-30 07:36:23 +0200 |
commit | 5b66269e136b49ed72c16c7b278c59fed9c18998 (patch) | |
tree | 801e30cb9334cc4f73a202cee70a7b3f4e0a1ab6 | |
parent | d2606cda76d70124278df46293d9d40d5cdbe537 (diff) | |
download | metatile-5b66269e136b49ed72c16c7b278c59fed9c18998.tar metatile-5b66269e136b49ed72c16c7b278c59fed9c18998.zip |
Control.Arrow is suspicious, add an explicit import
darcs-hash:20070430053623-a5988-b7fd0de8376993fdab9ce99bf3c525105b597b33
-rw-r--r-- | Operations.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Operations.hs b/Operations.hs index 49094d1..84ca456 100644 --- a/Operations.hs +++ b/Operations.hs @@ -18,7 +18,7 @@ import Data.Bits import qualified Data.Map as M import Control.Monad.State -import Control.Arrow +import Control.Arrow (second) import System.Posix.Process import System.Environment |