;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 , file-embed >=0.0.10
, filepath , filepath
, hashtables >=1.2.3.1 , hashtables >=1.2.3.1
, megaparsec >=7.0.0 && <9.6 , megaparsec >=7.0.0 && <9.7
, microlens >=0.4 , microlens >=0.4
, microlens-th >=0.4 , microlens-th >=0.4
, mtl >=2.2.1 , mtl >=2.2.1
@ -190,7 +190,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.6 , megaparsec >=7.0.0 && <9.7
, microlens >=0.4 , microlens >=0.4
, microlens-th >=0.4 , microlens-th >=0.4
, mtl >=2.2.1 , mtl >=2.2.1
@ -251,7 +251,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.6 , megaparsec >=7.0.0 && <9.7
, microlens >=0.4 , microlens >=0.4
, microlens-th >=0.4 , microlens-th >=0.4
, mtl >=2.2.1 , mtl >=2.2.1

View File

@ -84,7 +84,7 @@ library
, fsnotify ==0.4.* , fsnotify ==0.4.*
, hledger >=1.32.99 && <1.33 , hledger >=1.32.99 && <1.33
, hledger-lib >=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 >=0.4
, microlens-platform >=0.2.3.1 , microlens-platform >=0.2.3.1
, mtl >=2.2.1 , mtl >=2.2.1

View File

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

View File

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