From e5578e5c4e83bfb1d93d5bb53529cd5fc643c809 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 23 Aug 2022 01:11:53 +0100 Subject: [PATCH] ;cabal: update cabal files --- hledger-lib/hledger-lib.cabal | 14 ++++++++++---- hledger-ui/hledger-ui.cabal | 5 +++-- hledger-web/hledger-web.cabal | 11 +++++++---- hledger/hledger.cabal | 14 +++++++++----- 4 files changed, 29 insertions(+), 15 deletions(-) diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 65d97ab1c..418c96752 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -27,7 +27,7 @@ license: GPL-3 license-file: LICENSE build-type: Simple tested-with: - GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.0.1 + GHC==8.10.7, GHC==9.0.2, GHC==9.2.4 extra-source-files: CHANGES.md README.md @@ -103,8 +103,9 @@ library , aeson-pretty , ansi-terminal >=0.9 , array - , base >=4.11 && <4.17 + , base >=4.14 && <4.17 , blaze-markup >=0.5.1 + , breakpoint , bytestring , call-stack , cassava @@ -112,6 +113,7 @@ library , cmdargs >=0.10 , containers >=0.5.9 , data-default >=0.5 + , deepseq , directory , doclayout >=0.3 && <0.5 , extra >=1.6.3 @@ -153,8 +155,9 @@ test-suite doctest , aeson-pretty , ansi-terminal >=0.9 , array - , base >=4.11 && <4.17 + , base >=4.14 && <4.17 , blaze-markup >=0.5.1 + , breakpoint , bytestring , call-stack , cassava @@ -162,6 +165,7 @@ test-suite doctest , cmdargs >=0.10 , containers >=0.5.9 , data-default >=0.5 + , deepseq , directory , doclayout >=0.3 && <0.5 , doctest >=0.18.1 @@ -206,8 +210,9 @@ test-suite unittest , aeson-pretty , ansi-terminal >=0.9 , array - , base >=4.11 && <4.17 + , base >=4.14 && <4.17 , blaze-markup >=0.5.1 + , breakpoint , bytestring , call-stack , cassava @@ -215,6 +220,7 @@ test-suite unittest , cmdargs >=0.10 , containers >=0.5.9 , data-default >=0.5 + , deepseq , directory , doclayout >=0.3 && <0.5 , extra >=1.6.3 diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 5ef31c665..d8e35f92a 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -27,7 +27,7 @@ license: GPL-3 license-file: LICENSE build-type: Simple tested-with: - GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.0.1 + GHC==8.10.7, GHC==9.0.2, GHC==9.2.4 extra-source-files: CHANGES.md README.md @@ -67,7 +67,8 @@ executable hledger-ui build-depends: ansi-terminal >=0.9 , async - , base >=4.11 && <4.17 + , base >=4.14 && <4.17 + , breakpoint , brick >=1.0 , cmdargs >=0.8 , containers >=0.5.9 diff --git a/hledger-web/hledger-web.cabal b/hledger-web/hledger-web.cabal index a1ca8ddac..7bc7a8f99 100644 --- a/hledger-web/hledger-web.cabal +++ b/hledger-web/hledger-web.cabal @@ -28,7 +28,7 @@ license: GPL-3 license-file: LICENSE build-type: Simple tested-with: - GHC==8.8.4, GHC==8.10.4, GHC==9.0.1 + GHC==8.10.7, GHC==9.0.2, GHC==9.2.4 extra-source-files: CHANGES.md README.md @@ -155,10 +155,11 @@ library build-depends: Decimal >=0.5.1 , aeson >=1 - , base >=4.11 && <4.17 + , base >=4.14 && <4.17 , base64 , blaze-html , blaze-markup + , breakpoint , bytestring , case-insensitive , clientsession @@ -214,7 +215,8 @@ executable hledger-web ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns cpp-options: -DVERSION="1.26.99" build-depends: - base + base >=4.14 && <4.17 + , breakpoint , hledger-web if (flag(dev)) || (flag(library-only)) cpp-options: -DDEVELOPMENT @@ -234,7 +236,8 @@ test-suite test ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns cpp-options: -DVERSION="1.26.99" build-depends: - base + base >=4.14 && <4.17 + , breakpoint , hledger , hledger-lib , hledger-web diff --git a/hledger/hledger.cabal b/hledger/hledger.cabal index 8d9323726..100c5c1f5 100644 --- a/hledger/hledger.cabal +++ b/hledger/hledger.cabal @@ -27,7 +27,7 @@ license: GPL-3 license-file: LICENSE build-type: Simple tested-with: - GHC==8.6.5, GHC==8.8.4, GHC==8.10.4, GHC==9.0.1 + GHC==8.10.7, GHC==9.0.2, GHC==9.2.4 extra-source-files: CHANGES.md README.md @@ -140,7 +140,8 @@ library , Diff >=0.2 , aeson >=1 , ansi-terminal >=0.9 - , base >=4.11 && <4.17 + , base >=4.14 && <4.17 + , breakpoint , bytestring , cmdargs >=0.10 , containers >=0.5.9 @@ -190,7 +191,8 @@ executable hledger Decimal >=0.5.1 , aeson >=1 , ansi-terminal >=0.9 - , base >=4.11 && <4.17 + , base >=4.14 && <4.17 + , breakpoint , bytestring , cmdargs >=0.10 , containers >=0.5.9 @@ -240,7 +242,8 @@ test-suite unittest Decimal >=0.5.1 , aeson >=1 , ansi-terminal >=0.9 - , base >=4.11 && <4.17 + , base >=4.14 && <4.17 + , breakpoint , bytestring , cmdargs >=0.10 , containers >=0.5.9 @@ -287,7 +290,8 @@ benchmark bench Decimal >=0.5.1 , aeson >=1 , ansi-terminal >=0.9 - , base >=4.11 && <4.17 + , base >=4.14 && <4.17 + , breakpoint , bytestring , cmdargs >=0.10 , containers >=0.5.9