data.records still in flux upstream

This commit is contained in:
Stephen Diehl
2016-04-18 14:02:58 -04:00
parent 5c8186f618
commit 2c83d2dbf6
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -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:
+2
View File
@@ -56,9 +56,11 @@ import GHC.OverloadedLabels as X (
IsLabel(..)
)
{-
import GHC.Records as X (
HasField(..)
)
-}
import Data.Kind as X (
type (*)