Skip to content
Snippets Groups Projects
Commit e762dd2b authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

-Wall police.

parent 2f9c5fde
No related branches found
No related tags found
No related merge requests found
......@@ -41,11 +41,11 @@ import Data.Function
( on )
import qualified Data.Map as M
#if !MIN_VERSION_base(4,8,0)
import Control.Applicative
( (<$>) )
import Data.Traversable
( traverse )
#endif
import Control.Applicative
( (<$>) )
import Control.Monad
( when, unless, (>=>), join, forM_ )
import Control.Arrow
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment