Skip to content

Commit

Permalink
Release 0.1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trskop committed Feb 10, 2016
1 parent 7d81b67 commit 5daf3f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions ChangeLog.md
Expand Up @@ -6,14 +6,19 @@
* Removed dead code. (**minor change**)
* Better and expanded test suite, which now includes tests for methods of
`SignedNumberLength`. (**minor change**)
* Switching tagged dependency based on GHC version. (**minor change**)
* Depending on tagged package only for GHC <7.8. This is due to the fact, that
`Data.Proxy` module was introduce in base ==4.7, which was bundled with GHC
7.8. (**minor change**)
* Small examples included in description. (**minor change**)
* Uploaded to [Hackage][]:
<http://hackage.haskell.org/package/number-length-0.1.0.1>


## Version 0.1.0.0

* First public release.
* Uploaded to [Hackage][]: <http://hackage.haskell.org/package/number-length-0.1.0.0>
* Uploaded to [Hackage][]:
<http://hackage.haskell.org/package/number-length-0.1.0.0>



Expand Down
2 changes: 1 addition & 1 deletion number-length.cabal
Expand Up @@ -137,4 +137,4 @@ source-repository head
source-repository this
type: git
location: git://github.com/trskop/number-length.git
tag: v0.1.0.0
tag: v0.1.0.1

0 comments on commit 5daf3f4

Please sign in to comment.