diff --git a/README.md b/README.md index 058399f0d..4c7512b8a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ Design points: * Unsafe functions are prefixed with "unsafe" in separate module. * Compiler agnostic, GHC internal modules are abstracted out into Base. * Compatibility with GHC 8.0. +* Includes Semiring for GHC >= 7.6. +* Includes Bifunctor for GHC >= 7.6. +* Includes Semigroup for GHC >= 7.6. Supports: diff --git a/src/Base.hs b/src/Base.hs index f77805d99..ce4e3dfac 100644 --- a/src/Base.hs +++ b/src/Base.hs @@ -56,9 +56,11 @@ import GHC.OverloadedLabels as X ( IsLabel(..) ) +{- import GHC.Records as X ( HasField(..) ) +-} import Data.Kind as X ( type (*)