[commit: haddock] 2.15, 2.15.0.2, v2.15: Make v2.15.0.2 release (a6016cd)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:36:49 UTC 2015


Repository : ssh://git@git.haskell.org/haddock

On branches: 2.15,2.15.0.2,v2.15
Link       : http://git.haskell.org/haddock.git/commitdiff/a6016cd3424c5caa4ae41996801d62e4be6f52a7

>---------------------------------------------------------------

commit a6016cd3424c5caa4ae41996801d62e4be6f52a7
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date:   Tue Dec 30 23:43:35 2014 +0000

    Make v2.15.0.2 release
    
    Changes upper GHC bound from ‘<= 7.8.4’ to ‘< 7.8.5 which admits patched
    GHC 7.8.4 versions (see comment on issue #349)
    
    Acked-by: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>


>---------------------------------------------------------------

a6016cd3424c5caa4ae41996801d62e4be6f52a7
 CHANGES                       | 5 +++++
 haddock-api/haddock-api.cabal | 4 ++--
 haddock.cabal                 | 6 +++---
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/CHANGES b/CHANGES
index e3b7658..ec955ca 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+Changes in version 2.15.0.2
+
+ * This release is identical to 2.15.0.2 except the GHC version bound
+   which was made more lenient.
+
 Changes in version 2.15.0.1
 
  * This release is identical to 2.15.0 except the GHC version bound.
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal
index ccda734..5df4efa 100644
--- a/haddock-api/haddock-api.cabal
+++ b/haddock-api/haddock-api.cabal
@@ -1,5 +1,5 @@
 name:                 haddock-api
-version:              2.15.0.1
+version:              2.15.0.2
 synopsis:             A documentation-generation tool for Haskell libraries
 description:          Haddock is a documentation-generation tool for Haskell
                       libraries
@@ -45,7 +45,7 @@ library
     , array
     , xhtml >= 3000.2 && < 3000.3
     , Cabal >= 1.10
-    , ghc >= 7.8.2 && <= 7.8.4
+    , ghc >= 7.8.2 && < 7.8.5
 
     , ghc-paths
     , haddock-library == 1.1.1.*
diff --git a/haddock.cabal b/haddock.cabal
index d43b654..a595d2e 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -1,5 +1,5 @@
 name:                 haddock
-version:              2.15.0.1
+version:              2.15.0.2
 synopsis:             A documentation-generation tool for Haskell libraries
 description:          Haddock is a documentation-generation tool for Haskell
                       libraries
@@ -57,7 +57,7 @@ executable haddock
       array,
       xhtml >= 3000.2 && < 3000.3,
       Cabal >= 1.10,
-      ghc >= 7.8.2 && <= 7.8.4,
+      ghc >= 7.8.2 && < 7.8.5,
       bytestring
 
     other-modules:
@@ -108,7 +108,7 @@ executable haddock
       Haddock.GhcUtils
       Haddock.Convert
   else
-    build-depends:  haddock-api == 2.15.0.1
+    build-depends:  haddock-api == 2.15.0.2
 
 test-suite html-test
   type:             exitcode-stdio-1.0



More information about the ghc-commits mailing list