packages feed

rank1dynamic 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~binaryPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: binary

API changes (from Hackage documentation)

Files

rank1dynamic.cabal view
@@ -1,5 +1,5 @@ Name:                rank1dynamic-Version:             0.1.0.1+Version:             0.1.0.2 Synopsis:            Like Data.Dynamic/Data.Typeable but with support for rank-1 polymorphic types Description:         "Data.Typeable" and "Data.Dynamic" only support monomorphic types.                       In this package we provide similar functionality but with@@ -19,7 +19,7 @@                        Data.Rank1Typeable   Build-Depends:       base >= 4.4 && < 4.7,                        ghc-prim >= 0.2 && < 0.4,-                       binary >= 0.5 && < 0.6 +                       binary >= 0.5 && < 0.7    HS-Source-Dirs:      src   GHC-Options:         -Wall   Extensions:          EmptyDataDecls,