;update cabal files

This commit is contained in:
Simon Michael 2021-03-12 06:59:30 -08:00
parent 36cbc2b068
commit ae57e76cb3
4 changed files with 13 additions and 13 deletions

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 02adb18e3b7a386a8cabe65e11fdd97657bd5943ca6880e28efe9c3c8cf3db11 -- hash: 590fb12059e320c653341422d51f2227cd74874a8fc879145a0c7c39c33dcff5
name: hledger-lib name: hledger-lib
version: 1.21.99 version: 1.21.99
@ -103,7 +103,7 @@ library
, aeson-pretty , aeson-pretty
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, array , array
, base >=4.9 && <4.15 , base >=4.9 && <4.16
, base-compat-batteries >=0.10.1 && <0.12 , base-compat-batteries >=0.10.1 && <0.12
, blaze-markup >=0.5.1 , blaze-markup >=0.5.1
, bytestring , bytestring
@ -152,7 +152,7 @@ test-suite doctest
, aeson-pretty , aeson-pretty
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, array , array
, base >=4.9 && <4.15 , base >=4.9 && <4.16
, base-compat-batteries >=0.10.1 && <0.12 , base-compat-batteries >=0.10.1 && <0.12
, blaze-markup >=0.5.1 , blaze-markup >=0.5.1
, bytestring , bytestring
@ -204,7 +204,7 @@ test-suite unittest
, aeson-pretty , aeson-pretty
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, array , array
, base >=4.9 && <4.15 , base >=4.9 && <4.16
, base-compat-batteries >=0.10.1 && <0.12 , base-compat-batteries >=0.10.1 && <0.12
, blaze-markup >=0.5.1 , blaze-markup >=0.5.1
, bytestring , bytestring

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 78018612e62dfc4b3839025ac9770f4943db05a05b2fc6f985ba9f1e7b87235b -- hash: da9d5efd48b5b46e03acf740264e82324cacdc5686e5426b74f7964868a45cab
name: hledger-ui name: hledger-ui
version: 1.21.99 version: 1.21.99
@ -68,7 +68,7 @@ executable hledger-ui
build-depends: build-depends:
ansi-terminal >=0.9 ansi-terminal >=0.9
, async , async
, base >=4.9 && <4.15 , base >=4.9 && <4.16
, base-compat-batteries >=0.10.1 && <0.12 , base-compat-batteries >=0.10.1 && <0.12
, brick >=0.23 , brick >=0.23
, cmdargs >=0.8 , cmdargs >=0.8

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 2592290bfd4441dcf227016b979dda37c7b6421ef61d345a4897778be8c28f9d -- hash: 8bbd81ec92ce11a5fea83c21a77448ed07311394cd7c324df6e4e468906c73ea
name: hledger-web name: hledger-web
version: 1.21.99 version: 1.21.99
@ -156,7 +156,7 @@ library
build-depends: build-depends:
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 , aeson >=1
, base >=4.9 && <4.15 , base >=4.9 && <4.16
, blaze-html , blaze-html
, blaze-markup , blaze-markup
, bytestring , bytestring

View File

@ -4,7 +4,7 @@ cabal-version: 1.12
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: e250f3207d8d8a8460ab4b7b412c39e93bdf4dbdb025f789e2aed860ba1b8087 -- hash: fd18b2d830bec162606ad6fa1b59d43b6de933d8542bd15125af9a600fe231ba
name: hledger name: hledger
version: 1.21.99 version: 1.21.99
@ -142,7 +142,7 @@ library
, Diff , Diff
, aeson >=1 , aeson >=1
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, base >=4.9 && <4.15 , base >=4.9 && <4.16
, base-compat-batteries >=0.10.1 && <0.12 , base-compat-batteries >=0.10.1 && <0.12
, bytestring , bytestring
, cmdargs >=0.10 , cmdargs >=0.10
@ -192,7 +192,7 @@ executable hledger
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 , aeson >=1
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, base >=4.9 && <4.15 , base >=4.9 && <4.16
, base-compat-batteries >=0.10.1 && <0.12 , base-compat-batteries >=0.10.1 && <0.12
, bytestring , bytestring
, cmdargs >=0.10 , cmdargs >=0.10
@ -242,7 +242,7 @@ test-suite unittest
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 , aeson >=1
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, base >=4.9 && <4.15 , base >=4.9 && <4.16
, base-compat-batteries >=0.10.1 && <0.12 , base-compat-batteries >=0.10.1 && <0.12
, bytestring , bytestring
, cmdargs >=0.10 , cmdargs >=0.10
@ -289,7 +289,7 @@ benchmark bench
Decimal >=0.5.1 Decimal >=0.5.1
, aeson >=1 , aeson >=1
, ansi-terminal >=0.9 , ansi-terminal >=0.9
, base >=4.9 && <4.15 , base >=4.9 && <4.16
, base-compat-batteries >=0.10.1 && <0.12 , base-compat-batteries >=0.10.1 && <0.12
, bytestring , bytestring
, cmdargs >=0.10 , cmdargs >=0.10