From aaf07338cbfec7df69532a4d1e8a0f21c9a1cfde Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Mon, 4 Dec 2017 13:07:23 -0500 Subject: Bump GHC version --- haddock.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'haddock.cabal') diff --git a/haddock.cabal b/haddock.cabal index 53a077cd..ea1b32c2 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -78,7 +78,7 @@ executable haddock xhtml >= 3000.2 && < 3000.3, Cabal >= 1.10, ghc-boot, - ghc == 8.3.*, + ghc == 8.5.*, bytestring, transformers -- cgit v1.2.3 From 0d903e5e7ea877cbf6e8a7a84c9c8b6ef8c78ef6 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 10 Apr 2018 08:05:51 -0400 Subject: Bump upper bound on base to < 4.13 See https://ghc.haskell.org/trac/ghc/ticket/15018. --- haddock-api/haddock-api.cabal | 2 +- haddock-library/haddock-library.cabal | 4 ++-- haddock-test/haddock-test.cabal | 2 +- haddock.cabal | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'haddock.cabal') diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index 660108ac..0aac70e5 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -40,7 +40,7 @@ library default-language: Haskell2010 -- this package typically supports only single major versions - build-depends: base ^>= 4.11.0 + build-depends: base ^>= 4.12.0 , Cabal ^>= 2.0.0 , ghc ^>= 8.3 , ghc-paths ^>= 0.1.0.9 diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal index 5b0f1481..535cff0e 100644 --- a/haddock-library/haddock-library.cabal +++ b/haddock-library/haddock-library.cabal @@ -21,7 +21,7 @@ library default-language: Haskell2010 build-depends: - base >= 4.5 && < 4.12 + base >= 4.5 && < 4.13 , bytestring >= 0.9.2.1 && < 0.11 , transformers >= 0.3.0 && < 0.6 @@ -50,7 +50,7 @@ library attoparsec default-language: Haskell2010 build-depends: - base >= 4.5 && < 4.12 + base >= 4.5 && < 4.13 , bytestring >= 0.9.2.1 && < 0.11 , deepseq >= 1.3 && < 1.5 diff --git a/haddock-test/haddock-test.cabal b/haddock-test/haddock-test.cabal index 6b6c9fd8..48314600 100644 --- a/haddock-test/haddock-test.cabal +++ b/haddock-test/haddock-test.cabal @@ -16,7 +16,7 @@ library default-language: Haskell2010 ghc-options: -Wall hs-source-dirs: src - build-depends: base >= 4.3 && < 4.12, bytestring, directory, process, filepath, Cabal, xml, xhtml, syb + build-depends: base >= 4.3 && < 4.13, bytestring, directory, process, filepath, Cabal, xml, xhtml, syb exposed-modules: Test.Haddock diff --git a/haddock.cabal b/haddock.cabal index ea1b32c2..c6f241ee 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -65,7 +65,7 @@ executable haddock -- haddock typically only supports a single GHC major version build-depends: - base >= 4.3 && < 4.12 + base >= 4.3 && < 4.13 if flag(in-ghc-tree) hs-source-dirs: haddock-api/src, haddock-library/vendor/attoparsec-0.13.1.0, haddock-library/src cpp-options: -DIN_GHC_TREE @@ -144,7 +144,7 @@ executable haddock Haddock.GhcUtils Haddock.Syb Haddock.Convert - + Paths_haddock autogen-modules: -- cgit v1.2.3