profunctor-extras 0.1 → 0.1.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- profunctor-extras.cabal +3/−3
profunctor-extras.cabal view
@@ -1,13 +1,13 @@ name: profunctor-extras category: Control, Categories-version: 0.1+version: 0.1.0.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett <ekmett@gmail.com> stability: experimental-homepage: git://github.com/ekmett/profunctors/+homepage: git://github.com/ekmett/profunctor-extras/ copyright: Copyright (C) 2011 Edward A. Kmett synopsis: Profunctor extras description: Profunctor extras@@ -15,7 +15,7 @@ source-repository head type: git- location: git://github.com/ekmett/profunctors.git+ location: git://github.com/ekmett/profunctor-extras.git library build-depends: