packages feed

crypto-enigma 0.0.2.2 → 0.0.2.3

raw patch · 3 files changed

+12/−6 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ See also: the list of [code releases] and [closed milestones]. +### [0.0.2.3]++* Minor tidying and organization.+ ### [0.0.2.2]  * Minor corrections to documentation.@@ -44,6 +48,7 @@ [build checks]: https://travis-ci.org/orome/crypto-enigma/branches [code releases]: https://github.com/orome/crypto-enigma/releases [closed milestones]: https://github.com/orome/crypto-enigma/milestones?state=closed+[0.0.2.3]: https://github.com/orome/crypto-enigma/releases/tag/0.0.2.3 [0.0.2.2]: https://github.com/orome/crypto-enigma/releases/tag/0.0.2.2 [0.0.2.1]: https://github.com/orome/crypto-enigma/releases/tag/0.0.2.1 [0.0.2.0]: https://github.com/orome/crypto-enigma/releases/tag/0.0.2.0
Crypto/Enigma.hs view
@@ -218,6 +218,7 @@         rings :: ![Int]         } deriving Eq +-- REV - Is this needed anywhere but in display functions? The Python version can avoid it. -- | The sequential, (forward) processing-order, 'Stage' occupied by each 'Component' in an 'EnigmaConfig', starting --   with @0@ for the plugboard and ending with the reflector. --
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.0.2.2+version:                0.0.2.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.@@ -22,8 +22,8 @@                         .                         (Note that this package assumes support for combining Unicode, without which some output may                         appear garbled.)-homepage:               https://github.com/orome/crypto-enigma-bug-reports:            https://github.com/orome/crypto-enigma/issues+homepage:               https://github.com/orome/crypto-enigma-hs+bug-reports:            https://github.com/orome/crypto-enigma-hs/issues license:                BSD3 license-file:           LICENSE author:                 Roy Levien@@ -38,14 +38,14 @@  source-repository head         type:           git-        location:       git://github.com/orome/crypto-enigma.git+        location:       git://github.com/orome/crypto-enigma-hs.git         branch:         develop  source-repository this         type:           git-        location:       git://github.com/orome/crypto-enigma.git+        location:       git://github.com/orome/crypto-enigma-hs.git         branch:         hackage-        tag:            0.0.2.2+        tag:            0.0.2.3  library     -- default-extensions: Trustworthy