lib, cli, ui: allow ansi-terminal 0.8
This commit is contained in:
parent
d15a2dc4c0
commit
aa06d0f9bd
@ -1,8 +1,8 @@
|
|||||||
-- This file has been generated from package.yaml by hpack version 0.20.0.
|
-- This file has been generated from package.yaml by hpack version 0.21.2.
|
||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 3cda8b9094bb172a1caa4593fec0a0ccc6e54357da526476e24cc1c22d0dce0d
|
-- hash: bdd44830833c0a5bac9f94905672abc6917c2763aa43b4ae8728bcc5cbc7354f
|
||||||
|
|
||||||
name: hledger-lib
|
name: hledger-lib
|
||||||
version: 1.4.99
|
version: 1.4.99
|
||||||
@ -56,7 +56,7 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, HUnit
|
, HUnit
|
||||||
, ansi-terminal >=0.6.2.3 && <0.8
|
, ansi-terminal >=0.6.2.3 && <0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.8 && <5
|
, base >=4.8 && <5
|
||||||
, base-compat >=0.8.1
|
, base-compat >=0.8.1
|
||||||
@ -146,7 +146,7 @@ test-suite doctests
|
|||||||
Decimal
|
Decimal
|
||||||
, Glob >=0.7
|
, Glob >=0.7
|
||||||
, HUnit
|
, HUnit
|
||||||
, ansi-terminal >=0.6.2.3 && <0.8
|
, ansi-terminal >=0.6.2.3 && <0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.8 && <5
|
, base >=4.8 && <5
|
||||||
, base-compat >=0.8.1
|
, base-compat >=0.8.1
|
||||||
@ -235,7 +235,7 @@ test-suite hunittests
|
|||||||
build-depends:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, HUnit
|
, HUnit
|
||||||
, ansi-terminal >=0.6.2.3 && <0.8
|
, ansi-terminal >=0.6.2.3 && <0.9
|
||||||
, array
|
, array
|
||||||
, base >=4.8 && <5
|
, base >=4.8 && <5
|
||||||
, base-compat >=0.8.1
|
, base-compat >=0.8.1
|
||||||
|
|||||||
@ -41,7 +41,7 @@ data-files:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- base >=4.8 && <5
|
- base >=4.8 && <5
|
||||||
- base-compat >=0.8.1
|
- base-compat >=0.8.1
|
||||||
- ansi-terminal >= 0.6.2.3 && < 0.8
|
- ansi-terminal >= 0.6.2.3 && < 0.9
|
||||||
- array
|
- array
|
||||||
- blaze-markup >=0.5.1
|
- blaze-markup >=0.5.1
|
||||||
- bytestring
|
- bytestring
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
-- This file has been generated from package.yaml by hpack version 0.20.0.
|
-- This file has been generated from package.yaml by hpack version 0.21.2.
|
||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: 2c49f91454f33a58fae9987309c9f85f67ebaee38bc52fc466f0951f2dd665d5
|
-- hash: dc5f97f576101ba1c8e4bc80d0a556ff8131ba3ca1a10315504dbcded1664f70
|
||||||
|
|
||||||
name: hledger-ui
|
name: hledger-ui
|
||||||
version: 1.4.99
|
version: 1.4.99
|
||||||
@ -55,7 +55,7 @@ executable hledger-ui
|
|||||||
cpp-options: -DVERSION="1.4.99"
|
cpp-options: -DVERSION="1.4.99"
|
||||||
build-depends:
|
build-depends:
|
||||||
HUnit
|
HUnit
|
||||||
, ansi-terminal >=0.6.2.3 && <0.8
|
, ansi-terminal >=0.6.2.3 && <0.9
|
||||||
, async
|
, async
|
||||||
, base >=4.8 && <5
|
, base >=4.8 && <5
|
||||||
, base-compat >=0.8.1
|
, base-compat >=0.8.1
|
||||||
|
|||||||
@ -42,7 +42,7 @@ cpp-options: -DVERSION="1.4.99"
|
|||||||
dependencies:
|
dependencies:
|
||||||
- hledger >= 1.4.99 && < 1.5
|
- hledger >= 1.4.99 && < 1.5
|
||||||
- hledger-lib >= 1.4.99 && < 1.5
|
- hledger-lib >= 1.4.99 && < 1.5
|
||||||
- ansi-terminal >= 0.6.2.3 && < 0.8
|
- ansi-terminal >= 0.6.2.3 && < 0.9
|
||||||
- async
|
- async
|
||||||
- base >= 4.8 && < 5
|
- base >= 4.8 && < 5
|
||||||
- base-compat >= 0.8.1
|
- base-compat >= 0.8.1
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
-- This file has been generated from package.yaml by hpack version 0.20.0.
|
-- This file has been generated from package.yaml by hpack version 0.21.2.
|
||||||
--
|
--
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
--
|
--
|
||||||
-- hash: dc4c16dd12160b232122462afa8bd865d362820ee131dcdc8aafcc81685a43f0
|
-- hash: e232af253d6641d81ef338fafe4b1504338315aeb389ff754364dae119e04f53
|
||||||
|
|
||||||
name: hledger
|
name: hledger
|
||||||
version: 1.4.99
|
version: 1.4.99
|
||||||
@ -82,7 +82,7 @@ library
|
|||||||
Decimal
|
Decimal
|
||||||
, Diff
|
, Diff
|
||||||
, HUnit
|
, HUnit
|
||||||
, ansi-terminal >=0.6.2.3 && <0.8
|
, ansi-terminal >=0.6.2.3 && <0.9
|
||||||
, base >=4.8 && <5
|
, base >=4.8 && <5
|
||||||
, base-compat >=0.8.1
|
, base-compat >=0.8.1
|
||||||
, bytestring
|
, bytestring
|
||||||
@ -163,7 +163,7 @@ executable hledger
|
|||||||
build-depends:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, HUnit
|
, HUnit
|
||||||
, ansi-terminal >=0.6.2.3 && <0.8
|
, ansi-terminal >=0.6.2.3 && <0.9
|
||||||
, base >=4.8 && <5
|
, base >=4.8 && <5
|
||||||
, base-compat >=0.8.1
|
, base-compat >=0.8.1
|
||||||
, bytestring
|
, bytestring
|
||||||
@ -215,7 +215,7 @@ test-suite test
|
|||||||
build-depends:
|
build-depends:
|
||||||
Decimal
|
Decimal
|
||||||
, HUnit
|
, HUnit
|
||||||
, ansi-terminal >=0.6.2.3 && <0.8
|
, ansi-terminal >=0.6.2.3 && <0.9
|
||||||
, base >=4.8 && <5
|
, base >=4.8 && <5
|
||||||
, base-compat >=0.8.1
|
, base-compat >=0.8.1
|
||||||
, bytestring
|
, bytestring
|
||||||
@ -264,7 +264,7 @@ benchmark bench
|
|||||||
bench
|
bench
|
||||||
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
|
ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans
|
||||||
build-depends:
|
build-depends:
|
||||||
ansi-terminal >=0.6.2.3 && <0.8
|
ansi-terminal >=0.6.2.3 && <0.9
|
||||||
, base >=4.8 && <5
|
, base >=4.8 && <5
|
||||||
, base-compat >=0.8.1
|
, base-compat >=0.8.1
|
||||||
, criterion
|
, criterion
|
||||||
|
|||||||
@ -75,7 +75,7 @@ ghc-options:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- base >=4.8 && <5
|
- base >=4.8 && <5
|
||||||
- base-compat >=0.8.1
|
- base-compat >=0.8.1
|
||||||
- ansi-terminal >= 0.6.2.3 && < 0.8
|
- ansi-terminal >= 0.6.2.3 && < 0.9
|
||||||
- directory
|
- directory
|
||||||
- file-embed >=0.0.10 && <0.1
|
- file-embed >=0.0.10 && <0.1
|
||||||
- filepath
|
- filepath
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user