[commit: haddock] 2.17.3.1-spanfix: Bump cabal file version (8253b73)
git at git.haskell.org
git at git.haskell.org
Mon Nov 20 21:06:21 UTC 2017
Repository : ssh://git@git.haskell.org/haddock
On branch : 2.17.3.1-spanfix
Link : http://git.haskell.org/haddock.git/commitdiff/8253b73e7f94a1aa5340db6fe9539473e73ec5b8
>---------------------------------------------------------------
commit 8253b73e7f94a1aa5340db6fe9539473e73ec5b8
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date: Fri Mar 31 11:56:53 2017 +0100
Bump cabal file version
>---------------------------------------------------------------
8253b73e7f94a1aa5340db6fe9539473e73ec5b8
haddock.cabal | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/haddock.cabal b/haddock.cabal
index ad1ee60..45a0f6e 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,5 +1,5 @@
name: haddock
-version: 2.17.3
+version: 2.17.3.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.*
+ build-depends: haddock-api == 2.17.3.1
source-repository head
type: git
More information about the ghc-commits
mailing list