diff options
Diffstat (limited to 'haddock-api')
| -rw-r--r-- | haddock-api/haddock-api.cabal | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/haddock-api/haddock-api.cabal b/haddock-api/haddock-api.cabal index e1a52824..fa14eb50 100644 --- a/haddock-api/haddock-api.cabal +++ b/haddock-api/haddock-api.cabal @@ -1,13 +1,13 @@  cabal-version:        2.0  name:                 haddock-api -version:              2.20.0 +version:              2.21.0  synopsis:             A documentation-generation tool for Haskell libraries  description:          Haddock is a documentation-generation tool for Haskell                        libraries  license:              BSD3  license-file:         LICENSE  author:               Simon Marlow, David Waern -maintainer:           Alex Biehl <alexbiehl@gmail.com>, Simon Hengel <sol@typeful.net>, Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> +maintainer:           Alec Theriault <alec.theriault@gmail.com>, Alex Biehl <alexbiehl@gmail.com>, Simon Hengel <sol@typeful.net>, Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>  homepage:             http://www.haskell.org/haddock/  bug-reports:          https://github.com/haskell/haddock/issues  copyright:            (c) Simon Marlow, David Waern @@ -41,10 +41,10 @@ library    -- this package typically supports only single major versions    build-depends: base            ^>= 4.12.0 -               , Cabal           ^>= 2.3.0 +               , Cabal           ^>= 2.4.0                 , ghc             ^>= 8.6                 , ghc-paths       ^>= 0.1.0.9 -               , haddock-library ^>= 1.6.0 +               , haddock-library ^>= 1.7.0                 , xhtml           ^>= 3000.2.2    -- Versions for the dependencies below are transitively pinned by @@ -166,10 +166,10 @@ test-suite spec      Haddock.Backends.Hyperlinker.Parser      Haddock.Backends.Hyperlinker.Types -  build-depends: Cabal           ^>= 2.3 +  build-depends: Cabal           ^>= 2.4                 , ghc             ^>= 8.6                 , ghc-paths       ^>= 0.1.0.9 -               , haddock-library ^>= 1.6.0 +               , haddock-library ^>= 1.7.0                 , xhtml           ^>= 3000.2.2                 , hspec           >= 2.4.4 && < 2.6                 , QuickCheck      ^>= 2.11  | 
