derive 2.5.20 → 2.5.21
raw patch · 2 files changed
+4/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGES.txt +2/−0
- derive.cabal +2/−2
CHANGES.txt view
@@ -1,5 +1,7 @@ Changelog for Derive +2.5.21+ Fix the homepage link 2.5.20 #5, fix regression with higher-kinded constructors becoming context 2.5.19
derive.cabal view
@@ -1,12 +1,12 @@ cabal-version: >= 1.6 build-type: Default name: derive-version: 2.5.20+version: 2.5.21 build-type: Simple copyright: Neil Mitchell 2006-2015 author: Neil Mitchell <ndmitchell@gmail.com> maintainer: Neil Mitchell <ndmitchell@gmail.com>-homepage: http://community.haskell.org/~ndm/derive/+homepage: https://github.com/ndmitchell/derive#readme bug-reports: https://github.com/ndmitchell/derive/issues license: BSD3 license-file: LICENSE