mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
;cabal: update cabal files
This commit is contained in:
parent
d9c6406d2d
commit
d7f30d4fdf
@ -125,7 +125,7 @@ library
|
|||||||
, parser-combinators >=0.4.0
|
, parser-combinators >=0.4.0
|
||||||
, pretty-simple >4 && <5
|
, pretty-simple >4 && <5
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
, safe >=0.3.18
|
, safe >=0.3.19
|
||||||
, tabular >=0.2
|
, tabular >=0.2
|
||||||
, tasty >=1.2.3
|
, tasty >=1.2.3
|
||||||
, tasty-hunit >=0.10.0.2
|
, tasty-hunit >=0.10.0.2
|
||||||
@ -176,7 +176,7 @@ test-suite doctest
|
|||||||
, parser-combinators >=0.4.0
|
, parser-combinators >=0.4.0
|
||||||
, pretty-simple >4 && <5
|
, pretty-simple >4 && <5
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
, safe >=0.3.18
|
, safe >=0.3.19
|
||||||
, tabular >=0.2
|
, tabular >=0.2
|
||||||
, tasty >=1.2.3
|
, tasty >=1.2.3
|
||||||
, tasty-hunit >=0.10.0.2
|
, tasty-hunit >=0.10.0.2
|
||||||
@ -229,7 +229,7 @@ test-suite unittest
|
|||||||
, parser-combinators >=0.4.0
|
, parser-combinators >=0.4.0
|
||||||
, pretty-simple >4 && <5
|
, pretty-simple >4 && <5
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
, safe >=0.3.18
|
, safe >=0.3.19
|
||||||
, tabular >=0.2
|
, tabular >=0.2
|
||||||
, tasty >=1.2.3
|
, tasty >=1.2.3
|
||||||
, tasty-hunit >=0.10.0.2
|
, tasty-hunit >=0.10.0.2
|
||||||
|
@ -84,7 +84,7 @@ executable hledger-ui
|
|||||||
, microlens-platform >=0.2.3.1
|
, microlens-platform >=0.2.3.1
|
||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
, process >=1.2
|
, process >=1.2
|
||||||
, safe >=0.2
|
, safe >=0.3.19
|
||||||
, split >=0.1
|
, split >=0.1
|
||||||
, text >=1.2
|
, text >=1.2
|
||||||
, text-zipper >=0.4
|
, text-zipper >=0.4
|
||||||
|
@ -159,7 +159,7 @@ library
|
|||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
, process
|
, process
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
, safe >=0.2
|
, safe >=0.3.19
|
||||||
, shakespeare >=2.0.2.2
|
, shakespeare >=2.0.2.2
|
||||||
, split >=0.1
|
, split >=0.1
|
||||||
, tabular >=0.2
|
, tabular >=0.2
|
||||||
@ -208,7 +208,7 @@ executable hledger
|
|||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
, process
|
, process
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
, safe >=0.2
|
, safe >=0.3.19
|
||||||
, shakespeare >=2.0.2.2
|
, shakespeare >=2.0.2.2
|
||||||
, split >=0.1
|
, split >=0.1
|
||||||
, tabular >=0.2
|
, tabular >=0.2
|
||||||
@ -258,7 +258,7 @@ test-suite unittest
|
|||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
, process
|
, process
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
, safe >=0.2
|
, safe >=0.3.19
|
||||||
, shakespeare >=2.0.2.2
|
, shakespeare >=2.0.2.2
|
||||||
, split >=0.1
|
, split >=0.1
|
||||||
, tabular >=0.2
|
, tabular >=0.2
|
||||||
@ -307,7 +307,7 @@ benchmark bench
|
|||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
, process
|
, process
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
, safe >=0.2
|
, safe >=0.3.19
|
||||||
, shakespeare >=2.0.2.2
|
, shakespeare >=2.0.2.2
|
||||||
, split >=0.1
|
, split >=0.1
|
||||||
, tabular >=0.2
|
, tabular >=0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user