File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
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
+
1
6
Changes in version 2.15.0.1
2
7
3
8
* This release is identical to 2.15.0 except the GHC version bound.
Original file line number Diff line number Diff line change 1
1
name : haddock-api
2
- version : 2.15.0.1
2
+ version : 2.15.0.2
3
3
synopsis : A documentation-generation tool for Haskell libraries
4
4
description : Haddock is a documentation-generation tool for Haskell
5
5
libraries
@@ -45,7 +45,7 @@ library
45
45
, array
46
46
, xhtml >= 3000.2 && < 3000.3
47
47
, Cabal >= 1.10
48
- , ghc >= 7.8.2 && <= 7.8.4
48
+ , ghc >= 7.8.2 && < 7.8.5
49
49
50
50
, ghc-paths
51
51
, haddock-library == 1.1.1. *
Original file line number Diff line number Diff line change 1
1
name : haddock
2
- version : 2.15.0.1
2
+ version : 2.15.0.2
3
3
synopsis : A documentation-generation tool for Haskell libraries
4
4
description : Haddock is a documentation-generation tool for Haskell
5
5
libraries
@@ -57,7 +57,7 @@ executable haddock
57
57
array,
58
58
xhtml >= 3000.2 && < 3000.3 ,
59
59
Cabal >= 1.10 ,
60
- ghc >= 7.8.2 && <= 7.8.4 ,
60
+ ghc >= 7.8.2 && < 7.8.5 ,
61
61
bytestring
62
62
63
63
other-modules :
@@ -108,7 +108,7 @@ executable haddock
108
108
Haddock.GhcUtils
109
109
Haddock.Convert
110
110
else
111
- build-depends : haddock-api == 2.15.0.1
111
+ build-depends : haddock-api == 2.15.0.2
112
112
113
113
test-suite html-test
114
114
type : exitcode-stdio-1.0
You can’t perform that action at this time.
0 commit comments