diff --git a/hledger-api/package.yaml b/hledger-api/package.yaml index 47ab5a5b4..ea30b7555 100644 --- a/hledger-api/package.yaml +++ b/hledger-api/package.yaml @@ -34,7 +34,7 @@ extra-source-files: dependencies: - hledger-lib >=1.5.99 && <1.6 - hledger >=1.5.99 && <1.6 -- base >=4.8 && <5 +- base >=4.8 && <4.12 - aeson - bytestring - containers diff --git a/hledger-lib/package.yaml b/hledger-lib/package.yaml index 34dccb57d..347d2e833 100644 --- a/hledger-lib/package.yaml +++ b/hledger-lib/package.yaml @@ -39,7 +39,7 @@ extra-source-files: #data-files: dependencies: -- base >=4.8 && <5 +- base >=4.8 && <4.12 - base-compat >=0.8.1 - ansi-terminal >=0.6.2.3 - array diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index f8ee4f237..17a3084e7 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -44,7 +44,7 @@ dependencies: - hledger-lib >=1.5.99 && <1.6 - ansi-terminal >=0.6.2.3 - async - - base >=4.8 && <5 + - base >=4.8 && <4.12 - base-compat >=0.8.1 - cmdargs >=0.8 - containers diff --git a/hledger-web/package.yaml b/hledger-web/package.yaml index cad8f4f1a..a389af684 100644 --- a/hledger-web/package.yaml +++ b/hledger-web/package.yaml @@ -64,7 +64,7 @@ flags: dependencies: - hledger-lib >=1.5.99 && <1.6 - hledger >=1.5.99 && <1.6 -- base >=4.8 && <5 +- base >=4.8 && <4.12 - base-compat >=0.8.1 - blaze-html - blaze-markup diff --git a/hledger/package.yaml b/hledger/package.yaml index b8f25aa8b..34e261d52 100644 --- a/hledger/package.yaml +++ b/hledger/package.yaml @@ -76,7 +76,7 @@ ghc-options: - -fno-warn-orphans dependencies: -- base >=4.8 && <5 +- base >=4.8 && <4.12 - base-compat >=0.8.1 - ansi-terminal >=0.6.2.3 - directory diff --git a/site/hakyll-std/package.yaml b/site/hakyll-std/package.yaml index cc839cdf7..2181ad5d3 100644 --- a/site/hakyll-std/package.yaml +++ b/site/hakyll-std/package.yaml @@ -23,7 +23,7 @@ author : Simon Michael maintainer : '-' dependencies: - - base >=4.7 && <5 + - base >=4.7 && <4.12 - hakyll >=4.7 - pandoc #>=1.15 - pandoc-types