;cabal: update cabal files

This commit is contained in:
Simon Michael 2024-02-28 15:34:11 -10:00
parent 3798a3baef
commit 697e5a5671
4 changed files with 9 additions and 9 deletions

View File

@ -138,7 +138,7 @@ library
, parser-combinators >=0.4.0
, pretty-simple >4 && <5
, regex-tdfa
, safe >=0.3.19
, safe >=0.3.20
, tabular >=0.2
, tasty >=1.2.3
, tasty-hunit >=0.10.0.2
@ -197,7 +197,7 @@ test-suite doctest
, parser-combinators >=0.4.0
, pretty-simple >4 && <5
, regex-tdfa
, safe >=0.3.19
, safe >=0.3.20
, tabular >=0.2
, tasty >=1.2.3
, tasty-hunit >=0.10.0.2
@ -258,7 +258,7 @@ test-suite unittest
, parser-combinators >=0.4.0
, pretty-simple >4 && <5
, regex-tdfa
, safe >=0.3.19
, safe >=0.3.20
, tabular >=0.2
, tasty >=1.2.3
, tasty-hunit >=0.10.0.2

View File

@ -89,7 +89,7 @@ library
, microlens-platform >=0.2.3.1
, mtl >=2.2.1
, process >=1.2
, safe >=0.3.19
, safe >=0.3.20
, split >=0.1
, text >=1.2.4.1
, text-zipper >=0.4

View File

@ -180,7 +180,7 @@ library
, megaparsec >=7.0.0 && <9.7
, mtl >=2.2.1
, network
, safe >=0.3.19
, safe >=0.3.20
, shakespeare >=2.0.2.2
, template-haskell
, text >=1.2.4.1

View File

@ -161,7 +161,7 @@ library
, mtl >=2.2.1
, process
, regex-tdfa
, safe >=0.3.19
, safe >=0.3.20
, shakespeare >=2.0.2.2
, split >=0.1
, tabular >=0.2
@ -211,7 +211,7 @@ executable hledger
, mtl >=2.2.1
, process
, regex-tdfa
, safe >=0.3.19
, safe >=0.3.20
, shakespeare >=2.0.2.2
, split >=0.1
, tabular >=0.2
@ -262,7 +262,7 @@ test-suite unittest
, mtl >=2.2.1
, process
, regex-tdfa
, safe >=0.3.19
, safe >=0.3.20
, shakespeare >=2.0.2.2
, split >=0.1
, tabular >=0.2
@ -312,7 +312,7 @@ benchmark bench
, mtl >=2.2.1
, process
, regex-tdfa
, safe >=0.3.19
, safe >=0.3.20
, shakespeare >=2.0.2.2
, split >=0.1
, tabular >=0.2