Skip to content

Commit a6016cd

Browse files
committed
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 haskell#349) Acked-by: Mateusz Kowalczyk <[email protected]>
1 parent d230fef commit a6016cd

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Changes in version 2.15.0.2
2+
3+
* This release is identical to 2.15.0.2 except the GHC version bound
4+
which was made more lenient.
5+
16
Changes in version 2.15.0.1
27

38
* This release is identical to 2.15.0 except the GHC version bound.

haddock-api/haddock-api.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: haddock-api
2-
version: 2.15.0.1
2+
version: 2.15.0.2
33
synopsis: A documentation-generation tool for Haskell libraries
44
description: Haddock is a documentation-generation tool for Haskell
55
libraries
@@ -45,7 +45,7 @@ library
4545
, array
4646
, xhtml >= 3000.2 && < 3000.3
4747
, Cabal >= 1.10
48-
, ghc >= 7.8.2 && <= 7.8.4
48+
, ghc >= 7.8.2 && < 7.8.5
4949

5050
, ghc-paths
5151
, haddock-library == 1.1.1.*

haddock.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: haddock
2-
version: 2.15.0.1
2+
version: 2.15.0.2
33
synopsis: A documentation-generation tool for Haskell libraries
44
description: Haddock is a documentation-generation tool for Haskell
55
libraries
@@ -57,7 +57,7 @@ executable haddock
5757
array,
5858
xhtml >= 3000.2 && < 3000.3,
5959
Cabal >= 1.10,
60-
ghc >= 7.8.2 && <= 7.8.4,
60+
ghc >= 7.8.2 && < 7.8.5,
6161
bytestring
6262

6363
other-modules:
@@ -108,7 +108,7 @@ executable haddock
108108
Haddock.GhcUtils
109109
Haddock.Convert
110110
else
111-
build-depends: haddock-api == 2.15.0.1
111+
build-depends: haddock-api == 2.15.0.2
112112

113113
test-suite html-test
114114
type: exitcode-stdio-1.0

0 commit comments

Comments
 (0)