pkg: allow megaparsec 9.7 [stackage#7585]

This commit is contained in:
Simon Michael 2024-12-03 08:44:55 -10:00
parent e44a2207d8
commit fd9c64a4ad
8 changed files with 13 additions and 13 deletions

View File

@ -145,7 +145,7 @@ library
, filepath
, hashtables >=1.2.3.1
, lucid
, megaparsec >=7.0.0 && <9.7
, megaparsec >=7.0.0 && <9.8
, microlens >=0.4
, microlens-th >=0.4
, mtl >=2.2.1
@ -205,7 +205,7 @@ test-suite doctest
, filepath
, hashtables >=1.2.3.1
, lucid
, megaparsec >=7.0.0 && <9.7
, megaparsec >=7.0.0 && <9.8
, microlens >=0.4
, microlens-th >=0.4
, mtl >=2.2.1
@ -267,7 +267,7 @@ test-suite unittest
, hashtables >=1.2.3.1
, hledger-lib
, lucid
, megaparsec >=7.0.0 && <9.7
, megaparsec >=7.0.0 && <9.8
, microlens >=0.4
, microlens-th >=0.4
, mtl >=2.2.1

View File

@ -63,7 +63,7 @@ dependencies:
- filepath
- hashtables >=1.2.3.1
- lucid
- megaparsec >=7.0.0 && <9.7
- megaparsec >=7.0.0 && <9.8
- microlens >=0.4
- microlens-th >=0.4
- mtl >=2.2.1

View File

@ -90,7 +90,7 @@ library
, githash >=0.1.6.2
, hledger >=1.40.99 && <1.41
, hledger-lib >=1.40.99 && <1.41
, megaparsec >=7.0.0 && <9.7
, megaparsec >=7.0.0 && <9.8
, microlens >=0.4
, microlens-platform >=0.2.3.1
, mtl >=2.2.1

View File

@ -106,7 +106,7 @@ library:
- githash >=0.1.6.2
- microlens >=0.4
- microlens-platform >=0.2.3.1
- megaparsec >=7.0.0 && <9.7
- megaparsec >=7.0.0 && <9.8
- mtl >=2.2.1
- process >=1.2
- safe >=0.3.20

View File

@ -184,7 +184,7 @@ library
, http-client
, http-conduit
, http-types
, megaparsec >=7.0.0 && <9.7
, megaparsec >=7.0.0 && <9.8
, mtl >=2.2.1
, network
, safe >=0.3.20

View File

@ -130,7 +130,7 @@ library:
- http-conduit
- http-client
- http-types
- megaparsec >=7.0.0 && <9.7
- megaparsec >=7.0.0 && <9.8
- mtl >=2.2.1
- network
- safe >=0.3.20

View File

@ -171,7 +171,7 @@ library
, hledger-lib >=1.40.99 && <1.41
, lucid
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.7
, megaparsec >=7.0.0 && <9.8
, microlens >=0.4
, modern-uri >=0.3
, mtl >=2.2.1
@ -224,7 +224,7 @@ executable hledger
, hledger
, hledger-lib >=1.40.99 && <1.41
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.7
, megaparsec >=7.0.0 && <9.8
, microlens >=0.4
, mtl >=2.2.1
, process
@ -277,7 +277,7 @@ test-suite unittest
, hledger
, hledger-lib >=1.40.99 && <1.41
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.7
, megaparsec >=7.0.0 && <9.8
, microlens >=0.4
, mtl >=2.2.1
, process
@ -329,7 +329,7 @@ benchmark bench
, hledger-lib >=1.40.99 && <1.41
, html
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.7
, megaparsec >=7.0.0 && <9.8
, microlens >=0.4
, mtl >=2.2.1
, process

View File

@ -134,7 +134,7 @@ dependencies:
- filepath
- githash >=0.1.6.2
- haskeline >=0.6
- megaparsec >=7.0.0 && <9.7
- megaparsec >=7.0.0 && <9.8
- microlens >=0.4
- mtl >=2.2.1
- process