reflection-extras 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+14/−2 lines, 2 files
Files
- reflection-extras.cabal +1/−1
- src/Data/Reflection/Extras.hs +13/−1
reflection-extras.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: reflection-extras-version: 0.1.0.0+version: 0.1.0.1 synopsis: Utilities for the reflection package description: This package is meant to implement the constraint machinary for the
src/Data/Reflection/Extras.hs view
@@ -21,7 +21,19 @@ , with , Lift , ReifiableConstraint (..)- ) where+ , Def (..)+ , Show (..)+ , Read (..)+ , Ord (..)+ , Eq (..)+ , FromJSON (..)+ , ToJSON (..)+ , Enum (..)+ , Bounded (..)+ , Num (..)+ , Real (..)+ , Monoid (..)+ ) where import Data.Constraint import Data.Constraint.Unsafe import Data.Monoid