Skip to content

Commit

Permalink
;cabal: update cabal files (#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Mar 16, 2023
1 parent 44805f9 commit cb011c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion hledger-ui/hledger-ui.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ executable hledger-ui
build-depends:
ansi-terminal >=0.9
, async
, base >=4.14 && <4.18
, base >=4.14 && <4.19
, brick >=1.5
, cmdargs >=0.8
, containers >=0.5.9
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
, base >=4.14 && <4.18
, base >=4.14 && <4.19
, base64
, blaze-html
, blaze-markup
Expand Down Expand Up @@ -214,7 +214,7 @@ executable hledger-web
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.29.99"
build-depends:
base >=4.14 && <4.18
base >=4.14 && <4.19
, hledger-web
default-language: Haskell2010
if (flag(dev)) || (flag(library-only))
Expand All @@ -234,7 +234,7 @@ test-suite test
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
cpp-options: -DVERSION="1.29.99"
build-depends:
base >=4.14 && <4.18
base >=4.14 && <4.19
, hledger
, hledger-lib
, hledger-web
Expand Down
8 changes: 4 additions & 4 deletions hledger/hledger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ library
, Diff >=0.2
, aeson >=1
, ansi-terminal >=0.9
, base >=4.14 && <4.18
, base >=4.14 && <4.19
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
Expand Down Expand Up @@ -188,7 +188,7 @@ executable hledger
Decimal >=0.5.1
, aeson >=1
, ansi-terminal >=0.9
, base >=4.14 && <4.18
, base >=4.14 && <4.19
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
Expand Down Expand Up @@ -239,7 +239,7 @@ test-suite unittest
Decimal >=0.5.1
, aeson >=1
, ansi-terminal >=0.9
, base >=4.14 && <4.18
, base >=4.14 && <4.19
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
Expand Down Expand Up @@ -287,7 +287,7 @@ benchmark bench
Decimal >=0.5.1
, aeson >=1
, ansi-terminal >=0.9
, base >=4.14 && <4.18
, base >=4.14 && <4.19
, bytestring
, cmdargs >=0.10
, containers >=0.5.9
Expand Down

0 comments on commit cb011c0

Please sign in to comment.