[commit: haddock] 2.17.3.1-spanfix: Make double sure we're not confusing versions. (acc39ee)
git at git.haskell.org
git at git.haskell.org
Tue Nov 28 11:50:23 UTC 2017
Repository : ssh://git@git.haskell.org/haddock
On branch : 2.17.3.1-spanfix
Link : http://git.haskell.org/haddock.git/commitdiff/acc39ee9e31895bec2c3c56b5e783875523758da
>---------------------------------------------------------------
commit acc39ee9e31895bec2c3c56b5e783875523758da
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date: Fri Mar 31 12:59:04 2017 +0100
Make double sure we're not confusing versions.
>---------------------------------------------------------------
acc39ee9e31895bec2c3c56b5e783875523758da
haddock-api/haddock-api.cabal | 2 +-
haddock.cabal | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index 9fb7ea6..a84c072 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -1,5 +1,5 @@
name: haddock-api
-version: 2.17.3.1
+version: 2.17.3.1.1
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 45a0f6e..ecf5cc8 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,5 +1,5 @@
name: haddock
-version: 2.17.3.1
+version: 2.17.3.1.1
synopsis: A documentation-generation tool for Haskell libraries
description: Haddock is a documentation-generation tool for Haskell
libraries
@@ -119,7 +119,7 @@ executable haddock
Haddock.Syb
Haddock.Convert
else
- build-depends: haddock-api == 2.17.3.1
+ build-depends: haddock-api == 2.17.3.1.1
source-repository head
type: git
More information about the ghc-commits
mailing list