Skip to content

Commit aa327b7

Browse files
committed
;cabal: update cabal files
1 parent c679d18 commit aa327b7

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
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.27
8+
version: 1.27.1
99
synopsis: A reusable library providing the core functionality of hledger
1010
description: A reusable library containing hledger's core functionality.
1111
This is used by most hledger* packages so that they support the same

hledger-ui/hledger-ui.cabal

+4-4
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.27
8+
version: 1.27.1
99
synopsis: Curses-style terminal interface for the hledger accounting system
1010
description: A simple curses-style terminal user interface for the hledger accounting system.
1111
It can be a more convenient way to browse your accounts than the CLI.
@@ -63,7 +63,7 @@ executable hledger-ui
6363
hs-source-dirs:
6464
./
6565
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind
66-
cpp-options: -DVERSION="1.27"
66+
cpp-options: -DVERSION="1.27.1"
6767
build-depends:
6868
ansi-terminal >=0.9
6969
, async
@@ -78,8 +78,8 @@ executable hledger-ui
7878
, extra >=1.6.3
7979
, filepath
8080
, fsnotify >=0.2.1.2 && <0.4
81-
, hledger ==1.27.*
82-
, hledger-lib ==1.27.*
81+
, hledger >=1.27.1 && <1.28
82+
, hledger-lib >=1.27.1 && <1.28
8383
, megaparsec >=7.0.0 && <9.3
8484
, microlens >=0.4
8585
, microlens-platform >=0.2.3.1

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.27
8+
version: 1.27.1
99
synopsis: Web-based user interface for the hledger accounting system
1010
description: A simple web-based user interface for the hledger accounting system,
1111
providing a more modern UI than the command-line or terminal interfaces.
@@ -151,7 +151,7 @@ library
151151
hs-source-dirs:
152152
./
153153
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
154-
cpp-options: -DVERSION="1.27"
154+
cpp-options: -DVERSION="1.27.1"
155155
build-depends:
156156
Decimal >=0.5.1
157157
, aeson >=1
@@ -172,8 +172,8 @@ library
172172
, extra >=1.6.3
173173
, filepath
174174
, hjsmin
175-
, hledger ==1.27.*
176-
, hledger-lib ==1.27.*
175+
, hledger >=1.27.1 && <1.28
176+
, hledger-lib >=1.27.1 && <1.28
177177
, hspec
178178
, http-client
179179
, http-conduit
@@ -213,7 +213,7 @@ executable hledger-web
213213
hs-source-dirs:
214214
app
215215
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
216-
cpp-options: -DVERSION="1.27"
216+
cpp-options: -DVERSION="1.27.1"
217217
build-depends:
218218
base >=4.14 && <4.17
219219
, breakpoint
@@ -234,7 +234,7 @@ test-suite test
234234
hs-source-dirs:
235235
test
236236
ghc-options: -Wall -Wredundant-constraints -Wincomplete-record-updates -Wincomplete-uni-patterns
237-
cpp-options: -DVERSION="1.27"
237+
cpp-options: -DVERSION="1.27.1"
238238
build-depends:
239239
base >=4.14 && <4.17
240240
, breakpoint

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.27
8+
version: 1.27.1
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
@@ -134,7 +134,7 @@ library
134134
other-modules:
135135
Paths_hledger
136136
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path
137-
cpp-options: -DVERSION="1.27"
137+
cpp-options: -DVERSION="1.27.1"
138138
build-depends:
139139
Decimal >=0.5.1
140140
, Diff >=0.2
@@ -152,7 +152,7 @@ library
152152
, githash >=0.1.6.1
153153
, hashable >=1.2.4
154154
, haskeline >=0.6
155-
, hledger-lib ==1.27.*
155+
, hledger-lib >=1.27.1 && <1.28
156156
, lucid
157157
, math-functions >=0.3.3.0
158158
, megaparsec >=7.0.0 && <9.3
@@ -186,7 +186,7 @@ executable hledger
186186
hs-source-dirs:
187187
app
188188
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path
189-
cpp-options: -DVERSION="1.27"
189+
cpp-options: -DVERSION="1.27.1"
190190
build-depends:
191191
Decimal >=0.5.1
192192
, aeson >=1
@@ -203,7 +203,7 @@ executable hledger
203203
, githash >=0.1.6.1
204204
, haskeline >=0.6
205205
, hledger
206-
, hledger-lib ==1.27.*
206+
, hledger-lib >=1.27.1 && <1.28
207207
, math-functions >=0.3.3.0
208208
, megaparsec >=7.0.0 && <9.3
209209
, microlens >=0.4
@@ -237,7 +237,7 @@ test-suite unittest
237237
hs-source-dirs:
238238
test
239239
ghc-options: -Wall -Wno-incomplete-uni-patterns -Wno-missing-signatures -Wno-orphans -Wno-type-defaults -Wno-unused-do-bind -optP-Wno-nonportable-include-path
240-
cpp-options: -DVERSION="1.27"
240+
cpp-options: -DVERSION="1.27.1"
241241
build-depends:
242242
Decimal >=0.5.1
243243
, aeson >=1
@@ -254,7 +254,7 @@ test-suite unittest
254254
, githash >=0.1.6.1
255255
, haskeline >=0.6
256256
, hledger
257-
, hledger-lib ==1.27.*
257+
, hledger-lib >=1.27.1 && <1.28
258258
, math-functions >=0.3.3.0
259259
, megaparsec >=7.0.0 && <9.3
260260
, microlens >=0.4
@@ -303,7 +303,7 @@ benchmark bench
303303
, githash >=0.1.6.1
304304
, haskeline >=0.6
305305
, hledger
306-
, hledger-lib ==1.27.*
306+
, hledger-lib >=1.27.1 && <1.28
307307
, html
308308
, math-functions >=0.3.3.0
309309
, megaparsec >=7.0.0 && <9.3

0 commit comments

Comments
 (0)