Jigger some base bounds for CI
This commit is contained in:
parent
7428b76dd6
commit
c1ef734fa0
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ executable cookbook-pagination
|
|||
build-tool-depends: markdown-unlit:markdown-unlit
|
||||
default-language: Haskell2010
|
||||
ghc-options: -Wall -pgmL markdown-unlit
|
||||
build-depends: base >= 4.8 && <4.12
|
||||
build-depends: base >= 4.8 && <4.13
|
||||
, aeson
|
||||
, servant
|
||||
, servant-server
|
||||
|
|
|
@ -34,7 +34,7 @@ library
|
|||
-- Packages `servant` depends on.
|
||||
-- We don't need to specify bounds here as this package is never released.
|
||||
build-depends:
|
||||
base >= 4.7 && <4.12
|
||||
base >= 4.7 && <4.13
|
||||
, aeson
|
||||
, aeson-compat
|
||||
, attoparsec
|
||||
|
|
Loading…
Reference in a new issue