catamorphism 0.3.0.0 → 0.4.0.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, template-haskell
API changes (from Hackage documentation)
Files
- catamorphism.cabal +3/−3
catamorphism.cabal view
@@ -1,5 +1,5 @@ name: catamorphism-version: 0.3.0.0+version: 0.4.0.0 synopsis: A package exposing a helper function for generating catamorphisms. description: A package exposing a helper function for generating catamorphisms. homepage: http://github.com/frerich/catamorphism@@ -7,7 +7,7 @@ license-file: LICENSE author: Frerich Raabe maintainer: frerich.raabe@gmail.com-bug-reports: https://github.com/frerich/makemorphism/issues+bug-reports: https://github.com/frerich/catamorphism/issues copyright: Copyright (c) 2014, 2015 Frerich Raabe <frerich.raabe@gmail.com> category: Development build-type: Simple@@ -20,7 +20,7 @@ library exposed-modules: Data.Morphism.Cata- build-depends: base >=4.6 && <4.8, template-haskell >=2.8 && <2.10+ build-depends: base >=4.6 && <4.9, template-haskell >=2.8 && <2.11 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall