From 2c83d2dbf682664b1c92328110e1502b00708064 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Mon, 18 Apr 2016 14:02:58 -0400 Subject: [PATCH] data.records still in flux upstream --- README.md | 3 +++ src/Base.hs | 2 ++ 2 files changed, 5 insertions(+) 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 (*)