Skip to content

Commit 5a42c0b

Browse files
committed
;cabal: update cabal files
1 parent d2191a9 commit 5a42c0b

4 files changed

Lines changed: 20 additions & 20 deletions

File tree

hledger-lib/hledger-lib.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22

3-
-- This file has been generated from package.yaml by hpack version 0.38.1.
3+
-- This file has been generated from package.yaml by hpack version 0.38.2.
44
--
55
-- see: https://github.com/sol/hpack
66

@@ -34,7 +34,7 @@ license: GPL-3.0-or-later
3434
license-file: LICENSE
3535
build-type: Simple
3636
tested-with:
37-
ghc==8.10.7, ghc==9.0.2, ghc==9.2.8, ghc==9.4.8, ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.2
37+
ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.2
3838
extra-source-files:
3939
CHANGES.md
4040
README.md
@@ -130,7 +130,7 @@ library
130130
, aeson-pretty
131131
, ansi-terminal >=0.9
132132
, array
133-
, base >=4.14 && <4.22
133+
, base >=4.18 && <4.22
134134
, blaze-html
135135
, blaze-markup >=0.5.1
136136
, bytestring
@@ -189,7 +189,7 @@ test-suite doctest
189189
, aeson-pretty
190190
, ansi-terminal >=0.9
191191
, array
192-
, base >=4.14 && <4.22
192+
, base >=4.18 && <4.22
193193
, blaze-html
194194
, blaze-markup >=0.5.1
195195
, bytestring
@@ -251,7 +251,7 @@ test-suite unittest
251251
, aeson-pretty
252252
, ansi-terminal >=0.9
253253
, array
254-
, base >=4.14 && <4.22
254+
, base >=4.18 && <4.22
255255
, blaze-html
256256
, blaze-markup >=0.5.1
257257
, bytestring

hledger-ui/hledger-ui.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22

3-
-- This file has been generated from package.yaml by hpack version 0.38.1.
3+
-- This file has been generated from package.yaml by hpack version 0.38.2.
44
--
55
-- see: https://github.com/sol/hpack
66

@@ -26,7 +26,7 @@ license: GPL-3.0-or-later
2626
license-file: LICENSE
2727
build-type: Simple
2828
tested-with:
29-
ghc==8.10.7, ghc==9.0.2, ghc==9.2.8, ghc==9.4.8, ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.2
29+
ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.2
3030
extra-source-files:
3131
CHANGES.md
3232
README.md
@@ -78,7 +78,7 @@ library
7878
build-depends:
7979
ansi-terminal >=0.9
8080
, async
81-
, base >=4.14 && <4.22
81+
, base >=4.18 && <4.22
8282
, brick >=2.1.1 && <2.3.2 || >2.3.2 && <2.10
8383
, cmdargs >=0.8
8484
, containers >=0.5.9
@@ -126,7 +126,7 @@ executable hledger-ui
126126
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -with-rtsopts=-T
127127
cpp-options: -DVERSION="1.50"
128128
build-depends:
129-
base >=4.14 && <4.22
129+
base >=4.18 && <4.22
130130
, hledger-ui
131131
default-language: Haskell2010
132132
if (flag(debug))

hledger-web/hledger-web.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22

3-
-- This file has been generated from package.yaml by hpack version 0.38.1.
3+
-- This file has been generated from package.yaml by hpack version 0.38.2.
44
--
55
-- see: https://github.com/sol/hpack
66

@@ -28,7 +28,7 @@ license: GPL-3.0-or-later
2828
license-file: LICENSE
2929
build-type: Simple
3030
tested-with:
31-
ghc==8.10.7, ghc==9.0.2, ghc==9.2.8, ghc==9.4.8, ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.2
31+
ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.2
3232
extra-source-files:
3333
CHANGES.md
3434
README.md
@@ -163,7 +163,7 @@ library
163163
build-depends:
164164
Decimal >=0.5.1
165165
, aeson >=1 && <2.3
166-
, base >=4.14 && <4.22
166+
, base >=4.18 && <4.22
167167
, base64
168168
, blaze-html
169169
, blaze-markup
@@ -231,7 +231,7 @@ executable hledger-web
231231
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns -with-rtsopts=-T
232232
cpp-options: -DVERSION="1.50"
233233
build-depends:
234-
base >=4.14 && <4.22
234+
base >=4.18 && <4.22
235235
, hledger-web
236236
default-language: Haskell2010
237237
if flag(threaded)
@@ -253,7 +253,7 @@ test-suite test
253253
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
254254
cpp-options: -DVERSION="1.50"
255255
build-depends:
256-
base >=4.14 && <4.22
256+
base >=4.18 && <4.22
257257
, hledger-web
258258
default-language: Haskell2010
259259
if flag(threaded)

hledger/hledger.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22

3-
-- This file has been generated from package.yaml by hpack version 0.38.1.
3+
-- This file has been generated from package.yaml by hpack version 0.38.2.
44
--
55
-- see: https://github.com/sol/hpack
66

@@ -27,7 +27,7 @@ license: GPL-3.0-or-later
2727
license-file: LICENSE
2828
build-type: Simple
2929
tested-with:
30-
ghc==8.10.7, ghc==9.0.2, ghc==9.2.8, ghc==9.4.8, ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.2
30+
ghc==9.6.7, ghc==9.8.4, ghc==9.10.2, ghc==9.12.2
3131
extra-source-files:
3232
CHANGES.md
3333
README.md
@@ -160,7 +160,7 @@ library
160160
, Diff >=0.2
161161
, aeson >=1 && <2.3
162162
, ansi-terminal >=0.9
163-
, base >=4.14 && <4.22
163+
, base >=4.18 && <4.22
164164
, bytestring
165165
, cmdargs >=0.10
166166
, containers >=0.5.9
@@ -216,7 +216,7 @@ executable hledger
216216
Decimal >=0.5.1
217217
, aeson >=1 && <2.3
218218
, ansi-terminal >=0.9
219-
, base >=4.14 && <4.22
219+
, base >=4.18 && <4.22
220220
, bytestring
221221
, cmdargs >=0.10
222222
, containers >=0.5.9
@@ -269,7 +269,7 @@ test-suite unittest
269269
Decimal >=0.5.1
270270
, aeson >=1 && <2.3
271271
, ansi-terminal >=0.9
272-
, base >=4.14 && <4.22
272+
, base >=4.18 && <4.22
273273
, bytestring
274274
, cmdargs >=0.10
275275
, containers >=0.5.9
@@ -319,7 +319,7 @@ benchmark bench
319319
Decimal >=0.5.1
320320
, aeson >=1 && <2.3
321321
, ansi-terminal >=0.9
322-
, base >=4.14 && <4.22
322+
, base >=4.18 && <4.22
323323
, bytestring
324324
, cmdargs >=0.10
325325
, containers >=0.5.9

0 commit comments

Comments
 (0)