diff options
| author | Ben Gamari <ben@smart-cactus.org> | 2020-05-26 14:14:13 -0400 | 
|---|---|---|
| committer | Ben Gamari <ben@smart-cactus.org> | 2020-05-29 20:23:39 -0400 | 
| commit | 7475d84fa8d3a764dd8b54f8513f21170103f976 (patch) | |
| tree | bbebbbbecb8f327307a94a8fe7c51a969b9a8cb0 /haddock-library | |
| parent | 60c85324ae083e2ac3d6180c0f20db5cdb31168b (diff) | |
haddock: Bounds bumps for GHC 8.12
Diffstat (limited to 'haddock-library')
| -rw-r--r-- | haddock-library/haddock-library.cabal | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal index feb98e2f..8c20d7ad 100644 --- a/haddock-library/haddock-library.cabal +++ b/haddock-library/haddock-library.cabal @@ -17,7 +17,7 @@ maintainer:           Alec Theriault <alec.theriault@gmail.com>, Alex Biehl <ale  homepage:             http://www.haskell.org/haddock/  bug-reports:          https://github.com/haskell/haddock/issues  category:             Documentation -tested-with:          GHC==8.10.*, GHC==8.8.1, GHC==8.6.5 +tested-with:          GHC==8.12.*, GHC==8.10.*, GHC==8.8.1  extra-source-files:    CHANGES.md @@ -26,7 +26,7 @@ common lib-defaults    default-language: Haskell2010    build-depends: -    , base         >= 4.5     && < 4.15 +    , base         >= 4.5     && < 4.16      , bytestring   ^>= 0.9.2.1 || ^>= 0.10.0.0      , containers   ^>= 0.4.2.1 || ^>= 0.5.0.0 || ^>= 0.6.0.1      , transformers ^>= 0.3.0.0 || ^>= 0.4.1.0 || ^>= 0.5.0.0 | 
