Dependencies for HList-0.5.3.0
Libraries
HList
- array
- base (>=4.6 && <5)
- base-orphans
- ghc-prim
- mtl
- profunctors
- semigroups
- tagged
- template-haskell
- if flag(new_type_eq)
- base (>=4.7)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
new_type_eq | use Data.Type.Equality.== to define the instance of HEq instead of overlapping instances (in Data.HList.TypeEqO) (needs ghc >= 7.8) This version does not allow `HEq x [x] f` to lead to f ~ False, unlike the version with overlapping instances. See https://ghc.haskell.org/trac/ghc/ticket/9918 | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info