packages feed

monomorphic 0.0.1.1 → 0.0.1.2

raw patch · 1 files changed

+3/−3 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

monomorphic.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                monomorphic-version:             0.0.1.1+version:             0.0.1.2 synopsis:            Library to convert polymorphic datatypes to/from its monomorphic represetation description:         This library provides the type-class and functions to convert between polymorphic data-types and its monomorphic representation type, such as length-indexed vectors, singletons for type-level natural numbers, etc. homepage:            https://github.com/konn/monomorphic@@ -11,13 +11,13 @@ extra-source-files:  README.md author:              Hiromi ISHII maintainer:          konn.jinro_at_gmail.com--- copyright:           +copyright:           (C) Hiromi ISHII 2013 category:            Data build-type:          Simple cabal-version:       >=1.8 source-repository head   Type: git-  Location: git://github.com/kazu-yamamoto+  Location: git://github.com/konn/monomorphic.git  library   exposed-modules:     Data.Type.Monomorphic