packages feed

crypto-enigma 0.0.2.4 → 0.0.2.5

raw patch · 3 files changed

+10/−5 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,8 +1,12 @@ See also: the list of [code releases] and [closed milestones]. +### [0.0.2.5]++* Test and abandon [Travis CI Hackage deployment](http://docs.travis-ci.com/user/deployment/hackage/).+ ### [0.0.2.4] -* Correct errors in project repo and CI linls+* Correct minor errors in project repo and CI links.  ### [0.0.2.3] @@ -52,6 +56,7 @@ [build checks]: https://travis-ci.org/orome/crypto-enigma-hs/branches [code releases]: https://github.com/orome/crypto-enigma-hs/releases [closed milestones]: https://github.com/orome/crypto-enigma-hs/milestones?state=closed+[0.0.2.5]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.5 [0.0.2.4]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.4 [0.0.2.3]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.3 [0.0.2.2]: https://github.com/orome/crypto-enigma-hs/releases/tag/0.0.2.2
README.md view
@@ -1,8 +1,8 @@ ## crypto-enigma  [![Haskell Programming Language](https://img.shields.io/badge/language-Haskell-blue.svg)](https://www.haskell.org)-[![Hackage](https://img.shields.io/hackage/v/crypto-enigma-hs.svg)](https://hackage.haskell.org/package/crypto-enigma-hs)-![Hackage Dependencies](https://img.shields.io/hackage-deps/v/crypto-enigma-hs.svg)+[![Hackage](https://img.shields.io/hackage/v/crypto-enigma.svg)](https://hackage.haskell.org/package/crypto-enigma)+![Hackage Dependencies](https://img.shields.io/hackage-deps/v/crypto-enigma.svg) [![BSD3 License](http://img.shields.io/badge/license-BSD3-brightgreen.svg)](https://github.com/orome/crypto-enigma-hs/blob/hackage/LICENSE) [![Build Status](https://travis-ci.org/orome/crypto-enigma-hs.svg?branch=hackage)](https://travis-ci.org/orome/crypto-enigma-hs/branches) 
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.4+version:                0.0.2.5 synopsis:               An Enigma machine simulator with display. description:            The crypto-enigma package is an Enigma machine simulator                         with rich display and machine state details.@@ -45,7 +45,7 @@         type:           git         location:       git://github.com/orome/crypto-enigma-hs.git         branch:         hackage-        tag:            0.0.2.4+        tag:            0.0.2.5  library     -- default-extensions: Trustworthy