Skip to content

Commit 07d6347

Browse files
committed
;cabal: update cabal files
1 parent 5037f4e commit 07d6347

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

hledger-lib/hledger-lib.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.2
55
-- see: https://github.com/sol/hpack
66

77
name: hledger-lib
8-
version: 1.50.99
8+
version: 1.51
99
synopsis: A library providing the core functionality of hledger
1010
description: This library contains hledger's core functionality.
1111
It is used by most hledger* packages so that they support the same
@@ -124,7 +124,7 @@ library
124124
hs-source-dirs:
125125
./
126126
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
127-
cpp-options: -DVERSION="1.50.99"
127+
cpp-options: -DVERSION="1.51"
128128
build-depends:
129129
Decimal >=0.5.1
130130
, Glob >=0.9
@@ -184,7 +184,7 @@ test-suite doctest
184184
hs-source-dirs:
185185
test
186186
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
187-
cpp-options: -DVERSION="1.50.99"
187+
cpp-options: -DVERSION="1.51"
188188
build-depends:
189189
Decimal >=0.5.1
190190
, Glob >=0.7
@@ -245,7 +245,7 @@ test-suite unittest
245245
hs-source-dirs:
246246
test
247247
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
248-
cpp-options: -DVERSION="1.50.99"
248+
cpp-options: -DVERSION="1.51"
249249
build-depends:
250250
Decimal >=0.5.1
251251
, Glob >=0.9

hledger-ui/hledger-ui.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.2
55
-- see: https://github.com/sol/hpack
66

77
name: hledger-ui
8-
version: 1.50.99
8+
version: 1.51
99
synopsis: Terminal interface for the hledger accounting system
1010
description: A simple terminal user interface for the hledger accounting system.
1111
It can be a more convenient way to browse your accounts than the CLI.
@@ -69,7 +69,7 @@ library
6969
hs-source-dirs:
7070
./
7171
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
72-
cpp-options: -DVERSION="1.50.99"
72+
cpp-options: -DVERSION="1.51"
7373
build-depends:
7474
ansi-terminal >=0.9
7575
, async
@@ -84,8 +84,8 @@ library
8484
, filepath
8585
, fsnotify >=0.4.2.0 && <0.5
8686
, githash >=0.1.6.2
87-
, hledger >=1.50.99 && <1.51
88-
, hledger-lib >=1.50.99 && <1.51
87+
, hledger ==1.51.*
88+
, hledger-lib ==1.51.*
8989
, megaparsec >=7.0.0 && <9.8
9090
, microlens >=0.4
9191
, microlens-platform >=0.2.3.1
@@ -120,7 +120,7 @@ executable hledger-ui
120120
hs-source-dirs:
121121
app
122122
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -threaded
123-
cpp-options: -DVERSION="1.50.99"
123+
cpp-options: -DVERSION="1.51"
124124
build-depends:
125125
base >=4.18 && <4.22
126126
, hledger-ui

hledger-web/hledger-web.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.2
55
-- see: https://github.com/sol/hpack
66

77
name: hledger-web
8-
version: 1.50.99
8+
version: 1.51
99
synopsis: Web user interface for the hledger accounting system
1010
description: A simple web user interface for the hledger accounting system,
1111
providing a more modern UI than the command-line or terminal interfaces.
@@ -154,7 +154,7 @@ library
154154
hs-source-dirs:
155155
./
156156
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -threaded
157-
cpp-options: -DVERSION="1.50.99"
157+
cpp-options: -DVERSION="1.51"
158158
build-depends:
159159
Decimal >=0.5.1
160160
, aeson >=1 && <2.3
@@ -176,8 +176,8 @@ library
176176
, filepath
177177
, githash >=0.1.6.2
178178
, hjsmin
179-
, hledger >=1.50.99 && <1.51
180-
, hledger-lib >=1.50.99 && <1.51
179+
, hledger ==1.51.*
180+
, hledger-lib ==1.51.*
181181
, hspec
182182
, http-client
183183
, http-conduit
@@ -222,7 +222,7 @@ executable hledger-web
222222
hs-source-dirs:
223223
app
224224
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -threaded
225-
cpp-options: -DVERSION="1.50.99"
225+
cpp-options: -DVERSION="1.51"
226226
build-depends:
227227
base >=4.18 && <4.22
228228
, hledger-web
@@ -242,7 +242,7 @@ test-suite apptest
242242
hs-source-dirs:
243243
test
244244
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -threaded
245-
cpp-options: -DVERSION="1.50.99"
245+
cpp-options: -DVERSION="1.51"
246246
build-depends:
247247
base >=4.18 && <4.22
248248
, hledger-web

hledger/hledger.cabal

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.2
55
-- see: https://github.com/sol/hpack
66

77
name: hledger
8-
version: 1.50.99
8+
version: 1.51
99
synopsis: Command-line interface for the hledger accounting system
1010
description: The command-line interface for the hledger accounting system.
1111
Its basic function is to read a plain text file describing
@@ -151,7 +151,7 @@ library
151151
hs-source-dirs:
152152
./
153153
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path
154-
cpp-options: -DVERSION="1.50.99"
154+
cpp-options: -DVERSION="1.51"
155155
build-depends:
156156
Decimal >=0.5.1
157157
, Diff >=0.2
@@ -168,7 +168,7 @@ library
168168
, githash >=0.1.6.2
169169
, hashable >=1.2.4
170170
, haskeline >=0.6
171-
, hledger-lib >=1.50.99 && <1.51
171+
, hledger-lib ==1.51.*
172172
, http-client
173173
, http-types
174174
, lucid
@@ -208,7 +208,7 @@ executable hledger
208208
hs-source-dirs:
209209
app
210210
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path -threaded -with-rtsopts=-T
211-
cpp-options: -DVERSION="1.50.99"
211+
cpp-options: -DVERSION="1.51"
212212
build-depends:
213213
Decimal >=0.5.1
214214
, aeson >=1 && <2.3
@@ -224,7 +224,7 @@ executable hledger
224224
, githash >=0.1.6.2
225225
, haskeline >=0.6
226226
, hledger
227-
, hledger-lib >=1.50.99 && <1.51
227+
, hledger-lib ==1.51.*
228228
, http-client
229229
, http-types
230230
, math-functions >=0.3.3.0
@@ -259,7 +259,7 @@ test-suite unittest
259259
hs-source-dirs:
260260
test
261261
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path
262-
cpp-options: -DVERSION="1.50.99"
262+
cpp-options: -DVERSION="1.51"
263263
build-depends:
264264
Decimal >=0.5.1
265265
, aeson >=1 && <2.3
@@ -275,7 +275,7 @@ test-suite unittest
275275
, githash >=0.1.6.2
276276
, haskeline >=0.6
277277
, hledger
278-
, hledger-lib >=1.50.99 && <1.51
278+
, hledger-lib ==1.51.*
279279
, http-client
280280
, http-types
281281
, math-functions >=0.3.3.0
@@ -310,7 +310,7 @@ benchmark bench
310310
hs-source-dirs:
311311
bench
312312
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path
313-
cpp-options: -DVERSION="1.50.99"
313+
cpp-options: -DVERSION="1.51"
314314
build-depends:
315315
Decimal >=0.5.1
316316
, aeson >=1 && <2.3
@@ -327,7 +327,7 @@ benchmark bench
327327
, githash >=0.1.6.2
328328
, haskeline >=0.6
329329
, hledger
330-
, hledger-lib >=1.50.99 && <1.51
330+
, hledger-lib ==1.51.*
331331
, html
332332
, http-client
333333
, http-types

0 commit comments

Comments
 (0)