Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
haddock
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Glasgow Haskell Compiler
haddock
Commits
24e750d6
Commit
24e750d6
authored
8 years ago
by
Herbert Valerio Riedel
Browse files
Options
Downloads
Patches
Plain Diff
Tweak haddock-api.cabal for pending release
parent
80643532
No related branches found
Branches containing commit
No related tags found
Tags containing commit
5 merge requests
!38
Make --no-tmp-comp-dir the default
,
!37
Adapt to latest xhtml version, various optimizations
,
!31
Support HsToken in DataDecl and ClassDecl
,
!12
Drop orphan instance when defined upstream.
,
!10
Haddock interfaces produced from `.hi` files
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
haddock-api/haddock-api.cabal
+23
-10
23 additions, 10 deletions
haddock-api/haddock-api.cabal
with
23 additions
and
10 deletions
haddock-api/haddock-api.cabal
+
23
−
10
View file @
24e750d6
...
@@ -36,12 +36,12 @@ library
...
@@ -36,12 +36,12 @@ library
default-language: Haskell2010
default-language: Haskell2010
-- this package typically supports only single major versions
-- this package typically supports only single major versions
build-depends: base
=
= 4.10.
*
build-depends: base
^>
= 4.10.
0
, Cabal
=
= 2.0.
*
, Cabal
^>
= 2.0.
0
, ghc
=
= 8.2
.*
, ghc
^>
= 8.2
, ghc-paths
=
= 0.1.
*
, ghc-paths
^>
= 0.1.
0.9
, haddock-library >= 1.4.
2 && < 1.5
, haddock-library
^
>= 1.4.
4
, xhtml
=
= 3000.2.
*
, xhtml
^>
= 3000.2.
2
-- Versions for the dependencies below are transitively pinned by
-- Versions for the dependencies below are transitively pinned by
-- the non-reinstallable `ghc` package and hence need no version
-- the non-reinstallable `ghc` package and hence need no version
...
@@ -58,6 +58,9 @@ library
...
@@ -58,6 +58,9 @@ library
hs-source-dirs: src
hs-source-dirs: src
ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -O2
ghc-options: -funbox-strict-fields -Wall -fwarn-tabs -O2
ghc-options: -Wall
if impl(ghc >= 8.0)
ghc-options: -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances
exposed-modules:
exposed-modules:
Documentation.Haddock
Documentation.Haddock
...
@@ -101,6 +104,9 @@ library
...
@@ -101,6 +104,9 @@ library
Haddock.Convert
Haddock.Convert
Paths_haddock_api
Paths_haddock_api
autogen-modules:
Paths_haddock_api
test-suite spec
test-suite spec
type: exitcode-stdio-1.0
type: exitcode-stdio-1.0
default-language: Haskell2010
default-language: Haskell2010
...
@@ -111,20 +117,27 @@ test-suite spec
...
@@ -111,20 +117,27 @@ test-suite spec
test
test
, src
, src
-- NB: We only use a small subset of lib:haddock-api here, which
-- explains why this component has a smaller build-depends set
other-modules:
other-modules:
Haddock.Backends.Hyperlinker.ParserSpec
Haddock.Backends.Hyperlinker.ParserSpec
Haddock.Backends.Hyperlinker.Parser
Haddock.Backends.Hyperlinker.Parser
Haddock.Backends.Hyperlinker.Types
Haddock.Backends.Hyperlinker.Types
build-depends:
ghc ^>= 8.2
, hspec ^>= 2.4.4
, QuickCheck ^>= 2.10
-- Versions for the dependencies below are transitively pinned by
-- the non-reinstallable `ghc` package and hence need no version
-- bounds
build-depends:
build-depends:
base
base
, containers
, containers
, ghc
, hspec
, QuickCheck == 2.*
build-tool-depends:
build-tool-depends:
hspec-discover:hspec-discover
hspec-discover:hspec-discover
^>= 2.4.4
source-repository head
source-repository head
type: git
type: git
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment