packages feed

crypto-enigma 0.1.1.2 → 0.1.1.3

raw patch · 2 files changed

+10/−6 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -8,6 +8,10 @@ * [closed milestones]; and * [issues]. +### (0.1.1.3)++Current [development version]+ ### [0.1.1.2]  Latest [release version], including fixes to documentation and CLI display bugs.
crypto-enigma.cabal view
@@ -3,7 +3,7 @@ -- PVP summary:         +-+------- breaking API changes --                      | | +----- non-breaking API additions --                      | | | +--- code changes with no API change-version:                0.1.1.2+version:                0.1.1.3 synopsis:               An Enigma machine simulator with display.  description:            The crypto-enigma package is an Enigma machine simulator                         with rich display and machine state details.@@ -41,11 +41,11 @@         location:       git://github.com/orome/crypto-enigma-hs.git         branch:         develop -source-repository this-        type:           git-        location:       git://github.com/orome/crypto-enigma-hs.git-        branch:         hackage-        tag:            0.1.1.2+--source-repository this+--        type:           git+--        location:       git://github.com/orome/crypto-enigma-hs.git+--        branch:         hackage+--        tag:            0.1.1.3  library     -- default-extensions: Safe