Skip to content
Snippets Groups Projects
Commit f7b46ed9 authored by Edward Kmett's avatar Edward Kmett
Browse files

fix Foldable warning on GHC 7.10

parent 700a5362
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,9 @@ import Control.Applicative
import Control.Monad.Catch
import Control.Monad.Reader as Reader
import Control.Monad.RWS
#if __GLASGOW_HASKELL__ < 710
import Data.Foldable
#endif
import Data.Functor.Identity
import Data.Traversable as Traversable
......
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