;cabal: update cabal files
This commit is contained in:
parent
3798a3baef
commit
697e5a5671
@ -138,7 +138,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.19
|
, safe >=0.3.20
|
||||||
, 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
|
||||||
@ -197,7 +197,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.19
|
, safe >=0.3.20
|
||||||
, 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
|
||||||
@ -258,7 +258,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.19
|
, safe >=0.3.20
|
||||||
, 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
|
||||||
|
|||||||
@ -89,7 +89,7 @@ library
|
|||||||
, 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.3.19
|
, safe >=0.3.20
|
||||||
, split >=0.1
|
, split >=0.1
|
||||||
, text >=1.2.4.1
|
, text >=1.2.4.1
|
||||||
, text-zipper >=0.4
|
, text-zipper >=0.4
|
||||||
|
|||||||
@ -180,7 +180,7 @@ library
|
|||||||
, megaparsec >=7.0.0 && <9.7
|
, megaparsec >=7.0.0 && <9.7
|
||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
, network
|
, network
|
||||||
, safe >=0.3.19
|
, safe >=0.3.20
|
||||||
, shakespeare >=2.0.2.2
|
, shakespeare >=2.0.2.2
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, text >=1.2.4.1
|
, text >=1.2.4.1
|
||||||
|
|||||||
@ -161,7 +161,7 @@ library
|
|||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
, process
|
, process
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
, safe >=0.3.19
|
, safe >=0.3.20
|
||||||
, shakespeare >=2.0.2.2
|
, shakespeare >=2.0.2.2
|
||||||
, split >=0.1
|
, split >=0.1
|
||||||
, tabular >=0.2
|
, tabular >=0.2
|
||||||
@ -211,7 +211,7 @@ executable hledger
|
|||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
, process
|
, process
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
, safe >=0.3.19
|
, safe >=0.3.20
|
||||||
, shakespeare >=2.0.2.2
|
, shakespeare >=2.0.2.2
|
||||||
, split >=0.1
|
, split >=0.1
|
||||||
, tabular >=0.2
|
, tabular >=0.2
|
||||||
@ -262,7 +262,7 @@ test-suite unittest
|
|||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
, process
|
, process
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
, safe >=0.3.19
|
, safe >=0.3.20
|
||||||
, shakespeare >=2.0.2.2
|
, shakespeare >=2.0.2.2
|
||||||
, split >=0.1
|
, split >=0.1
|
||||||
, tabular >=0.2
|
, tabular >=0.2
|
||||||
@ -312,7 +312,7 @@ benchmark bench
|
|||||||
, mtl >=2.2.1
|
, mtl >=2.2.1
|
||||||
, process
|
, process
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
, safe >=0.3.19
|
, safe >=0.3.20
|
||||||
, 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