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

Redundant import.

parent b64bd2ed
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ import Data.Bits ( shiftL, shiftR, xor )
import Data.Char ( ord )
import Data.IORef ( newIORef, writeIORef, readIORef )
import Data.List ( delete, foldl' )
import Data.Maybe ( fromJust, fromMaybe )
import Data.Maybe ( fromJust )
#if !MIN_VERSION_base(4,8,0)
import Data.Monoid ( mempty, mappend )
#endif
......
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