packages feed

open-typerep 0.1 → 0.2

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Data.TypeRep: typeRep :: Typeable t a => TypeRep t a

Files

open-typerep.cabal view
@@ -1,5 +1,5 @@ name:                open-typerep-version:             0.1+version:             0.2 synopsis:            Open type representations and dynamic types description:         This package uses Data Types à la Carte to provide open type representations                      and dynamic types/coercions for open type universes.
src/Data/TypeRep.hs view
@@ -8,6 +8,7 @@       -- * Type representations     , Typeable     , TypeRep+    , typeRep     , TypeEq     , typeEq     , matchCon