Skip to content

Commit 36ef67b

Browse files
committed
;cabal: update cabal files
1 parent 960a850 commit 36ef67b

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

hledger-lib/hledger-lib.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: hledger-lib
8-
version: 1.41.99
8+
version: 1.42
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

hledger-ui/hledger-ui.cabal

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: hledger-ui
8-
version: 1.41.99
8+
version: 1.42
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.
@@ -73,7 +73,7 @@ library
7373
hs-source-dirs:
7474
./
7575
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
76-
cpp-options: -DVERSION="1.41.99" -DVERSION="1.41.99"
76+
cpp-options: -DVERSION="1.42" -DVERSION="1.42"
7777
build-depends:
7878
ansi-terminal >=0.9
7979
, async
@@ -88,8 +88,8 @@ library
8888
, filepath
8989
, fsnotify ==0.4.*
9090
, githash >=0.1.6.2
91-
, hledger >=1.41.99 && <1.42
92-
, hledger-lib >=1.41.99 && <1.42
91+
, hledger ==1.42.*
92+
, hledger-lib ==1.42.*
9393
, megaparsec >=7.0.0 && <9.8
9494
, microlens >=0.4
9595
, microlens-platform >=0.2.3.1
@@ -121,7 +121,7 @@ executable hledger-ui
121121
hs-source-dirs:
122122
app
123123
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
124-
cpp-options: -DVERSION="1.41.99"
124+
cpp-options: -DVERSION="1.42"
125125
build-depends:
126126
base >=4.14 && <4.21
127127
, hledger-ui

hledger-web/hledger-web.cabal

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: hledger-web
8-
version: 1.41.99
8+
version: 1.42
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.
@@ -156,7 +156,7 @@ library
156156
hs-source-dirs:
157157
./
158158
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
159-
cpp-options: -DVERSION="1.41.99"
159+
cpp-options: -DVERSION="1.42"
160160
build-depends:
161161
Decimal >=0.5.1
162162
, aeson >=1 && <2.3
@@ -178,8 +178,8 @@ library
178178
, filepath
179179
, githash >=0.1.6.2
180180
, hjsmin
181-
, hledger >=1.41.99 && <1.42
182-
, hledger-lib >=1.41.99 && <1.42
181+
, hledger ==1.42.*
182+
, hledger-lib ==1.42.*
183183
, hspec
184184
, http-client
185185
, http-conduit
@@ -224,7 +224,7 @@ executable hledger-web
224224
hs-source-dirs:
225225
app
226226
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
227-
cpp-options: -DVERSION="1.41.99"
227+
cpp-options: -DVERSION="1.42"
228228
build-depends:
229229
base >=4.14 && <4.21
230230
, base-compat >=0.14.0
@@ -247,7 +247,7 @@ test-suite test
247247
hs-source-dirs:
248248
test
249249
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
250-
cpp-options: -DVERSION="1.41.99"
250+
cpp-options: -DVERSION="1.42"
251251
build-depends:
252252
base >=4.14 && <4.21
253253
, base-compat >=0.14.0

hledger/hledger.cabal

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: hledger
8-
version: 1.41.99
8+
version: 1.42
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
@@ -150,7 +150,7 @@ library
150150
other-modules:
151151
Paths_hledger
152152
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path
153-
cpp-options: -DVERSION="1.41.99"
153+
cpp-options: -DVERSION="1.42"
154154
build-depends:
155155
Decimal >=0.5.1
156156
, Diff >=0.2
@@ -167,7 +167,7 @@ library
167167
, githash >=0.1.6.2
168168
, hashable >=1.2.4
169169
, haskeline >=0.6
170-
, hledger-lib >=1.41.99 && <1.42
170+
, hledger-lib ==1.42.*
171171
, lucid
172172
, math-functions >=0.3.3.0
173173
, megaparsec >=7.0.0 && <9.8
@@ -202,7 +202,7 @@ executable hledger
202202
hs-source-dirs:
203203
app
204204
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path
205-
cpp-options: -DVERSION="1.41.99"
205+
cpp-options: -DVERSION="1.42"
206206
build-depends:
207207
Decimal >=0.5.1
208208
, aeson >=1 && <2.3
@@ -218,7 +218,7 @@ executable hledger
218218
, githash >=0.1.6.2
219219
, haskeline >=0.6
220220
, hledger
221-
, hledger-lib >=1.41.99 && <1.42
221+
, hledger-lib ==1.42.*
222222
, math-functions >=0.3.3.0
223223
, megaparsec >=7.0.0 && <9.8
224224
, microlens >=0.4
@@ -252,7 +252,7 @@ test-suite unittest
252252
hs-source-dirs:
253253
test
254254
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path
255-
cpp-options: -DVERSION="1.41.99"
255+
cpp-options: -DVERSION="1.42"
256256
build-depends:
257257
Decimal >=0.5.1
258258
, aeson >=1 && <2.3
@@ -268,7 +268,7 @@ test-suite unittest
268268
, githash >=0.1.6.2
269269
, haskeline >=0.6
270270
, hledger
271-
, hledger-lib >=1.41.99 && <1.42
271+
, hledger-lib ==1.42.*
272272
, math-functions >=0.3.3.0
273273
, megaparsec >=7.0.0 && <9.8
274274
, microlens >=0.4
@@ -316,7 +316,7 @@ benchmark bench
316316
, githash >=0.1.6.2
317317
, haskeline >=0.6
318318
, hledger
319-
, hledger-lib >=1.41.99 && <1.42
319+
, hledger-lib ==1.42.*
320320
, html
321321
, math-functions >=0.3.3.0
322322
, megaparsec >=7.0.0 && <9.8

0 commit comments

Comments
 (0)