;cabal: update cabal files

This commit is contained in:
Simon Michael 2021-10-03 22:56:02 -10:00
parent 69905dbc25
commit 7af2e79465
4 changed files with 9 additions and 9 deletions

View File

@ -114,7 +114,7 @@ library
, file-embed >=0.0.10 , file-embed >=0.0.10
, filepath , filepath
, hashtables >=1.2.3.1 , hashtables >=1.2.3.1
, megaparsec >=7.0.0 && <9.2 , megaparsec >=7.0.0 && <9.3
, microlens >=0.4 , microlens >=0.4
, microlens-th >=0.4 , microlens-th >=0.4
, mtl >=2.2.1 , mtl >=2.2.1
@ -165,7 +165,7 @@ test-suite doctest
, file-embed >=0.0.10 , file-embed >=0.0.10
, filepath , filepath
, hashtables >=1.2.3.1 , hashtables >=1.2.3.1
, megaparsec >=7.0.0 && <9.2 , megaparsec >=7.0.0 && <9.3
, microlens >=0.4 , microlens >=0.4
, microlens-th >=0.4 , microlens-th >=0.4
, mtl >=2.2.1 , mtl >=2.2.1
@ -218,7 +218,7 @@ test-suite unittest
, filepath , filepath
, hashtables >=1.2.3.1 , hashtables >=1.2.3.1
, hledger-lib , hledger-lib
, megaparsec >=7.0.0 && <9.2 , megaparsec >=7.0.0 && <9.3
, microlens >=0.4 , microlens >=0.4
, microlens-th >=0.4 , microlens-th >=0.4
, mtl >=2.2.1 , mtl >=2.2.1

View File

@ -79,7 +79,7 @@ executable hledger-ui
, fsnotify >=0.2.1.2 && <0.4 , fsnotify >=0.2.1.2 && <0.4
, hledger >=1.23.99 && <1.24 , hledger >=1.23.99 && <1.24
, hledger-lib >=1.23.99 && <1.24 , hledger-lib >=1.23.99 && <1.24
, megaparsec >=7.0.0 && <9.2 , megaparsec >=7.0.0 && <9.3
, microlens >=0.4 , microlens >=0.4
, microlens-platform >=0.2.3.1 , microlens-platform >=0.2.3.1
, process >=1.2 , process >=1.2

View File

@ -177,7 +177,7 @@ library
, http-client , http-client
, http-conduit , http-conduit
, http-types , http-types
, megaparsec >=7.0.0 && <9.2 , megaparsec >=7.0.0 && <9.3
, mtl >=2.2.1 , mtl >=2.2.1
, network , network
, shakespeare >=2.0.2.2 , shakespeare >=2.0.2.2

View File

@ -157,7 +157,7 @@ library
, hledger-lib >=1.23.99 && <1.24 , hledger-lib >=1.23.99 && <1.24
, lucid , lucid
, math-functions >=0.3.3.0 , math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.2 , megaparsec >=7.0.0 && <9.3
, microlens >=0.4 , microlens >=0.4
, mtl >=2.2.1 , mtl >=2.2.1
, process , process
@ -207,7 +207,7 @@ executable hledger
, hledger , hledger
, hledger-lib >=1.23.99 && <1.24 , hledger-lib >=1.23.99 && <1.24
, math-functions >=0.3.3.0 , math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.2 , megaparsec >=7.0.0 && <9.3
, microlens >=0.4 , microlens >=0.4
, mtl >=2.2.1 , mtl >=2.2.1
, process , process
@ -258,7 +258,7 @@ test-suite unittest
, hledger , hledger
, hledger-lib >=1.23.99 && <1.24 , hledger-lib >=1.23.99 && <1.24
, math-functions >=0.3.3.0 , math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.2 , megaparsec >=7.0.0 && <9.3
, microlens >=0.4 , microlens >=0.4
, mtl >=2.2.1 , mtl >=2.2.1
, process , process
@ -308,7 +308,7 @@ benchmark bench
, hledger-lib >=1.23.99 && <1.24 , hledger-lib >=1.23.99 && <1.24
, html , html
, math-functions >=0.3.3.0 , math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.2 , megaparsec >=7.0.0 && <9.3
, microlens >=0.4 , microlens >=0.4
, mtl >=2.2.1 , mtl >=2.2.1
, process , process