Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 44169f4

Browse files
committed
Bump haddock-library to 1.7.0
The 1.6.1 release should've been a major bump, since types in the `Documentation.Haddock.Parser.Monad` module changed. This version makes that module internal (as it morally should be).
1 parent 37745e7 commit 44169f4

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

haddock-api/haddock-api.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ library
4444
, Cabal ^>= 2.4.0
4545
, ghc ^>= 8.6
4646
, ghc-paths ^>= 0.1.0.9
47-
, haddock-library ^>= 1.6.1
47+
, haddock-library ^>= 1.7.0
4848
, xhtml ^>= 3000.2.2
4949

5050
-- Versions for the dependencies below are transitively pinned by
@@ -169,7 +169,7 @@ test-suite spec
169169
build-depends: Cabal ^>= 2.4
170170
, ghc ^>= 8.6
171171
, ghc-paths ^>= 0.1.0.9
172-
, haddock-library ^>= 1.6.1
172+
, haddock-library ^>= 1.7.0
173173
, xhtml ^>= 3000.2.2
174174
, hspec >= 2.4.4 && < 2.6
175175
, QuickCheck ^>= 2.11

haddock-library/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Changes in version 1.7.0
2+
3+
* Make `Documentation.Haddock.Parser.Monad` an internal module
4+
15
## Changes in version 1.6.1
26

37
* Replace `attoparsec` with `parsec` (#799)

haddock-library/haddock-library.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.0
22
name: haddock-library
3-
version: 1.6.1
3+
version: 1.7.0
44
synopsis: Library exposing some functionality of Haddock.
55
description: Haddock is a documentation-generation tool for Haskell
66
libraries. These modules expose some functionality of it
@@ -35,14 +35,14 @@ library
3535
Documentation.Haddock.Doc
3636
Documentation.Haddock.Markup
3737
Documentation.Haddock.Parser
38-
Documentation.Haddock.Parser.Monad
3938
Documentation.Haddock.Types
4039
Documentation.Haddock.Utf8
4140

4241
other-modules:
4342
Documentation.Haddock.Parser.Util
43+
Documentation.Haddock.Parser.Monad
4444

45-
ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -O2
45+
ghc-options: -funbox-strict-fields -Wall -fwarn-tabs
4646
if impl(ghc >= 8.0)
4747
ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
4848

0 commit comments

Comments
 (0)