Skip to content

Commit

Permalink
;cabal: update cabal files
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jan 4, 2024
1 parent 2a99b3d commit a0922a3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions hledger-lib/hledger-lib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ library
, aeson-pretty
, ansi-terminal >=0.9
, array
, base >=4.14 && <4.19
, base >=4.14 && <4.20
, base-compat
, blaze-markup >=0.5.1
, bytestring
Expand Down Expand Up @@ -171,7 +171,7 @@ test-suite doctest
, aeson-pretty
, ansi-terminal >=0.9
, array
, base >=4.14 && <4.19
, base >=4.14 && <4.20
, base-compat
, blaze-markup >=0.5.1
, bytestring
Expand Down Expand Up @@ -232,7 +232,7 @@ test-suite unittest
, aeson-pretty
, ansi-terminal >=0.9
, array
, base >=4.14 && <4.19
, base >=4.14 && <4.20
, base-compat
, blaze-markup >=0.5.1
, bytestring
Expand Down
6 changes: 3 additions & 3 deletions hledger-ui/hledger-ui.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ library
build-depends:
ansi-terminal >=0.9
, async
, base >=4.14 && <4.19
, brick >=2.1.1 && <2.3
, base >=4.14 && <4.20
, brick >=2.1.1 && <2.4
, cmdargs >=0.8
, containers >=0.5.9
, data-default
Expand Down Expand Up @@ -115,7 +115,7 @@ executable hledger-ui
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
cpp-options: -DVERSION="1.32.99"
build-depends:
base >=4.14 && <4.19
base >=4.14 && <4.20
, hledger-ui
default-language: Haskell2010
if flag(threaded)
Expand Down
6 changes: 3 additions & 3 deletions hledger-web/hledger-web.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ library
build-depends:
Decimal >=0.5.1
, aeson >=1 && <2.3
, base >=4.14 && <4.19
, base >=4.14 && <4.20
, base64
, blaze-html
, blaze-markup
Expand Down Expand Up @@ -215,7 +215,7 @@ executable hledger-web
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.32.99"
build-depends:
base >=4.14 && <4.19
base >=4.14 && <4.20
, hledger-web
default-language: Haskell2010
if (flag(dev)) || (flag(library-only))
Expand All @@ -235,7 +235,7 @@ test-suite test
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.32.99"
build-depends:
base >=4.14 && <4.19
base >=4.14 && <4.20
, hledger-web
default-language: Haskell2010
if (flag(dev)) || (flag(library-only))
Expand Down
8 changes: 4 additions & 4 deletions hledger/hledger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ library
, Diff >=0.2
, aeson >=1 && <2.3
, ansi-terminal >=0.9
, base >=4.14 && <4.19
, base >=4.14 && <4.20
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
Expand Down Expand Up @@ -193,7 +193,7 @@ executable hledger
Decimal >=0.5.1
, aeson >=1 && <2.3
, ansi-terminal >=0.9
, base >=4.14 && <4.19
, base >=4.14 && <4.20
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
Expand Down Expand Up @@ -244,7 +244,7 @@ test-suite unittest
Decimal >=0.5.1
, aeson >=1 && <2.3
, ansi-terminal >=0.9
, base >=4.14 && <4.19
, base >=4.14 && <4.20
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
Expand Down Expand Up @@ -292,7 +292,7 @@ benchmark bench
Decimal >=0.5.1
, aeson >=1 && <2.3
, ansi-terminal >=0.9
, base >=4.14 && <4.19
, base >=4.14 && <4.20
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
Expand Down

0 comments on commit a0922a3

Please sign in to comment.