Skip to content

Commit

Permalink
Update for Hackage upload
Browse files Browse the repository at this point in the history
Update changelog. Minor additions to documentation for test figure.
  • Loading branch information
orome committed Oct 20, 2015
1 parent ab7db78 commit a0431b8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,9 @@
See also: the list of [code releases] and [closed milestones].

### (0.0.2.1)
### [0.0.2.1]

* Add figures to documentation.
* Add [test figure] to documentation.
* Minor corrections to documentation.

### [0.0.2.0]

Expand Down Expand Up @@ -35,9 +36,11 @@ Initial Hackage version. First upload of package to Hackage,
without ([successful](https://hackage.haskell.org/package/crypto-enigma-0.0.1.3/reports/1)) Hacakge-built documentation.
Stable enough for use, but not reviewed.

[test figure]: https://hackage.haskell.org/package/crypto-enigma/docs/Crypto-Enigma-Display.html#showEnigmaConfigInternalFIG
[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.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
[0.0.1.7]: https://github.com/orome/crypto-enigma/releases/tag/0.0.1.7
[0.0.1.6]: https://github.com/orome/crypto-enigma/releases/tag/0.0.1.6
Expand Down
2 changes: 2 additions & 0 deletions Crypto/Enigma/Display.hs
Expand Up @@ -174,6 +174,8 @@ showEnigmaConfig ec ch = fmt ch' (markedMapping (locCar ch' enc enc) enc)
-- Note that (as follows from 'Mapping') the position of the marked letter at each stage is the alphabetic position
-- of the marked letter at the previous stage.
--
-- This can be represented schematically (with input arriving and outupt exiting on the right) as #showEnigmaConfigInternalFIG#
--
-- <<figs/configinternal.jpg>>
showEnigmaConfigInternal :: EnigmaConfig -> Char -> String
showEnigmaConfigInternal ec ch =
Expand Down
10 changes: 5 additions & 5 deletions crypto-enigma.cabal
Expand Up @@ -41,11 +41,11 @@ source-repository head
location: git://github.com/orome/crypto-enigma.git
branch: develop

--source-repository this
-- type: git
-- location: git://github.com/orome/crypto-enigma.git
-- branch: hackage
-- tag: 0.0.2.1
source-repository this
type: git
location: git://github.com/orome/crypto-enigma.git
branch: hackage
tag: 0.0.2.1

library
-- default-extensions: Trustworthy
Expand Down

0 comments on commit a0431b8

Please sign in to comment.