handle semigroup monoid 8.0 compat

This commit is contained in:
Stephen Diehl
2016-04-18 13:50:18 -04:00
parent aecd72fa5c
commit 5c8186f618
3 changed files with 11 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ Design points:
* Foldable / Traversable functions in scope by default.
* Unsafe functions are prefixed with "unsafe" in separate module.
* Compiler agnostic, GHC internal modules are abstracted out into Base.
* Compatibility with GHC 8.0.
Supports: