gray-extended 1.5.4 → 1.5.5
raw patch · 4 files changed
+7/−10 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +3/−0
- LICENSE +1/−1
- gray-extended.cabal +2/−8
- src/Codec/Gray.hs +1/−1
ChangeLog.md view
@@ -1,6 +1,9 @@ # Changelog for gray-extended +1.5.5 Revamped to work with Nix + cabal-install+ 1.5.4 Revamped to work with Nix + Stack.+ 1.5.3 Upgrade to work with Stack 1.9.3 ## Unreleased changes
LICENSE view
@@ -1,4 +1,4 @@-Copyright Amy de Buitléir (c) 2010-2018+Copyright Amy de Buitléir (c) 2010-2019 All rights reserved.
gray-extended.cabal view
@@ -1,13 +1,7 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.1.------ see: https://github.com/sol/hpack------ hash: 1a5c42639130c135e232c7689ca7e256d24235e76025fadf6e431e42aa038cb5- name: gray-extended-version: 1.5.4+version: 1.5.5 synopsis: Gray encoding schemes description: Please see the README on GitHub at <https://github.com/mhwombat/gray-extended#readme> category: Math@@ -15,7 +9,7 @@ bug-reports: https://github.com/mhwombat/gray-extended/issues author: Amy de Buitléir maintainer: amy@nualeargais.ie-copyright: 2018 Amy de Buitléir+copyright: 2018-2019 Amy de Buitléir license: BSD3 license-file: LICENSE build-type: Simple
src/Codec/Gray.hs view
@@ -1,7 +1,7 @@ ------------------------------------------------------------------------ -- | -- Module : Codec.Gray--- Copyright : (c) Amy de Buitléir 2011-2012+-- Copyright : (c) Amy de Buitléir 2011-2019 -- License : BSD-style -- Maintainer : amy@nualeargais.ie -- Stability : experimental