data.records still in flux upstream
This commit is contained in:
@@ -21,6 +21,9 @@ Design points:
|
|||||||
* Unsafe functions are prefixed with "unsafe" in separate module.
|
* Unsafe functions are prefixed with "unsafe" in separate module.
|
||||||
* Compiler agnostic, GHC internal modules are abstracted out into Base.
|
* Compiler agnostic, GHC internal modules are abstracted out into Base.
|
||||||
* Compatibility with GHC 8.0.
|
* Compatibility with GHC 8.0.
|
||||||
|
* Includes Semiring for GHC >= 7.6.
|
||||||
|
* Includes Bifunctor for GHC >= 7.6.
|
||||||
|
* Includes Semigroup for GHC >= 7.6.
|
||||||
|
|
||||||
Supports:
|
Supports:
|
||||||
|
|
||||||
|
|||||||
@@ -56,9 +56,11 @@ import GHC.OverloadedLabels as X (
|
|||||||
IsLabel(..)
|
IsLabel(..)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
{-
|
||||||
import GHC.Records as X (
|
import GHC.Records as X (
|
||||||
HasField(..)
|
HasField(..)
|
||||||
)
|
)
|
||||||
|
-}
|
||||||
|
|
||||||
import Data.Kind as X (
|
import Data.Kind as X (
|
||||||
type (*)
|
type (*)
|
||||||
|
|||||||
Reference in New Issue
Block a user