;cabal: update cabal files

This commit is contained in:
Simon Michael 2023-12-14 08:58:02 -10:00
parent a3290bfaeb
commit fbd2fdef40
4 changed files with 9 additions and 9 deletions

View File

@ -131,7 +131,7 @@ library
, file-embed >=0.0.10
, filepath
, hashtables >=1.2.3.1
, megaparsec >=7.0.0 && <9.6
, megaparsec >=7.0.0 && <9.7
, microlens >=0.4
, microlens-th >=0.4
, mtl >=2.2.1
@ -190,7 +190,7 @@ test-suite doctest
, file-embed >=0.0.10
, filepath
, hashtables >=1.2.3.1
, megaparsec >=7.0.0 && <9.6
, megaparsec >=7.0.0 && <9.7
, microlens >=0.4
, microlens-th >=0.4
, mtl >=2.2.1
@ -251,7 +251,7 @@ test-suite unittest
, filepath
, hashtables >=1.2.3.1
, hledger-lib
, megaparsec >=7.0.0 && <9.6
, megaparsec >=7.0.0 && <9.7
, microlens >=0.4
, microlens-th >=0.4
, mtl >=2.2.1

View File

@ -84,7 +84,7 @@ library
, fsnotify ==0.4.*
, hledger >=1.32.99 && <1.33
, hledger-lib >=1.32.99 && <1.33
, megaparsec >=7.0.0 && <9.6
, megaparsec >=7.0.0 && <9.7
, microlens >=0.4
, microlens-platform >=0.2.3.1
, mtl >=2.2.1

View File

@ -177,7 +177,7 @@ library
, http-client
, http-conduit
, http-types
, megaparsec >=7.0.0 && <9.6
, megaparsec >=7.0.0 && <9.7
, mtl >=2.2.1
, network
, safe >=0.3.19

View File

@ -156,7 +156,7 @@ library
, hledger-lib >=1.32.99 && <1.33
, lucid
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.6
, megaparsec >=7.0.0 && <9.7
, microlens >=0.4
, mtl >=2.2.1
, process
@ -206,7 +206,7 @@ executable hledger
, hledger
, hledger-lib >=1.32.99 && <1.33
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.6
, megaparsec >=7.0.0 && <9.7
, microlens >=0.4
, mtl >=2.2.1
, process
@ -257,7 +257,7 @@ test-suite unittest
, hledger
, hledger-lib >=1.32.99 && <1.33
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.6
, megaparsec >=7.0.0 && <9.7
, microlens >=0.4
, mtl >=2.2.1
, process
@ -307,7 +307,7 @@ benchmark bench
, hledger-lib >=1.32.99 && <1.33
, html
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.6
, megaparsec >=7.0.0 && <9.7
, microlens >=0.4
, mtl >=2.2.1
, process