diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-05-12 09:49:38 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-05-14 09:57:31 +0200 |
commit | 2904561d536908ab4d056cff41d707a88e21556c (patch) | |
tree | 861fa2b51cd93d72f477faebbb8692ab0db0d4c9 | |
parent | af1a8689da1990da9a152ae8a0e51976f2a27ff6 (diff) |
Version bump to 2.17.2
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | haddock-api/haddock-api.cabal | 2 | ||||
-rw-r--r-- | haddock.cabal | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Changes in version 2.17.2 + + * TODO + Changes in version 2.17.1 * Included with GHC 8.0.1 diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index cd7a0aa4..6c98fcfb 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -1,5 +1,5 @@ name: haddock-api -version: 2.17.1 +version: 2.17.2 synopsis: A documentation-generation tool for Haskell libraries description: Haddock is a documentation-generation tool for Haskell libraries diff --git a/haddock.cabal b/haddock.cabal index 9d19571d..5f6e2719 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,5 +1,5 @@ name: haddock -version: 2.17.1 +version: 2.17.2 synopsis: A documentation-generation tool for Haskell libraries description: Haddock is a documentation-generation tool for Haskell libraries |