packages feed

crypto-enigma 0.0.1.5 → 0.0.1.6

raw patch · 3 files changed

+7/−3 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: [code milestones](https://github.com/orome/crypto-enigma/milestones?state=closed). +### 0.0.1.6++* Fix Hackage uploading and versioning errors.+ ### 0.0.1.5  * Fix readme formatting errors.
README.md view
@@ -4,7 +4,7 @@ [![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)-[![Build Status](https://travis-ci.org/orome/crypto-enigma.svg?branch=haddock)](https://travis-ci.org/orome/crypto-enigma)+[![Build Status](https://travis-ci.org/orome/crypto-enigma.svg?branch=hackage)](https://travis-ci.org/orome/crypto-enigma)  An Enigma machine simulator with state and encoding display. 
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.1.5+version:                0.0.1.6 synopsis:               An Enigma machine simulator with display. description:            The crypto-enigma package is an Enigma machine simulator                         with rich display and machine state details.@@ -38,7 +38,7 @@         type:           git         location:       git://github.com/orome/crypto-enigma.git         branch:         hackage-        tag:            dist002+        tag:            dist004  library     -- default-extensions: Trustworthy