;cabal: update cabal files

This commit is contained in:
Simon Michael 2022-07-11 11:18:24 +01:00
parent d9c6406d2d
commit d7f30d4fdf
3 changed files with 8 additions and 8 deletions

View File

@ -125,7 +125,7 @@ library
, parser-combinators >=0.4.0
, pretty-simple >4 && <5
, regex-tdfa
, safe >=0.3.18
, safe >=0.3.19
, tabular >=0.2
, tasty >=1.2.3
, tasty-hunit >=0.10.0.2
@ -176,7 +176,7 @@ test-suite doctest
, parser-combinators >=0.4.0
, pretty-simple >4 && <5
, regex-tdfa
, safe >=0.3.18
, safe >=0.3.19
, tabular >=0.2
, tasty >=1.2.3
, tasty-hunit >=0.10.0.2
@ -229,7 +229,7 @@ test-suite unittest
, parser-combinators >=0.4.0
, pretty-simple >4 && <5
, regex-tdfa
, safe >=0.3.18
, safe >=0.3.19
, tabular >=0.2
, tasty >=1.2.3
, tasty-hunit >=0.10.0.2

View File

@ -84,7 +84,7 @@ executable hledger-ui
, microlens-platform >=0.2.3.1
, mtl >=2.2.1
, process >=1.2
, safe >=0.2
, safe >=0.3.19
, split >=0.1
, text >=1.2
, text-zipper >=0.4

View File

@ -159,7 +159,7 @@ library
, mtl >=2.2.1
, process
, regex-tdfa
, safe >=0.2
, safe >=0.3.19
, shakespeare >=2.0.2.2
, split >=0.1
, tabular >=0.2
@ -208,7 +208,7 @@ executable hledger
, mtl >=2.2.1
, process
, regex-tdfa
, safe >=0.2
, safe >=0.3.19
, shakespeare >=2.0.2.2
, split >=0.1
, tabular >=0.2
@ -258,7 +258,7 @@ test-suite unittest
, mtl >=2.2.1
, process
, regex-tdfa
, safe >=0.2
, safe >=0.3.19
, shakespeare >=2.0.2.2
, split >=0.1
, tabular >=0.2
@ -307,7 +307,7 @@ benchmark bench
, mtl >=2.2.1
, process
, regex-tdfa
, safe >=0.2
, safe >=0.3.19
, shakespeare >=2.0.2.2
, split >=0.1
, tabular >=0.2