Allow megaparsec 9.3

Builds fine and all tests pass.
This commit is contained in:
Felix Yan 2022-11-30 07:55:47 +02:00 committed by Simon Michael
parent b3de7e59af
commit 66b51472f2
8 changed files with 13 additions and 13 deletions

View File

@ -121,7 +121,7 @@ library
, file-embed >=0.0.10
, filepath
, hashtables >=1.2.3.1
, megaparsec >=7.0.0 && <9.3
, megaparsec >=7.0.0 && <9.4
, microlens >=0.4
, microlens-th >=0.4
, mtl >=2.2.1
@ -174,7 +174,7 @@ test-suite doctest
, file-embed >=0.0.10
, filepath
, hashtables >=1.2.3.1
, megaparsec >=7.0.0 && <9.3
, megaparsec >=7.0.0 && <9.4
, microlens >=0.4
, microlens-th >=0.4
, mtl >=2.2.1
@ -229,7 +229,7 @@ test-suite unittest
, filepath
, hashtables >=1.2.3.1
, hledger-lib
, megaparsec >=7.0.0 && <9.3
, megaparsec >=7.0.0 && <9.4
, microlens >=0.4
, microlens-th >=0.4
, mtl >=2.2.1

View File

@ -53,7 +53,7 @@ dependencies:
- file-embed >=0.0.10
- filepath
- hashtables >=1.2.3.1
- megaparsec >=7.0.0 && <9.3
- megaparsec >=7.0.0 && <9.4
- microlens >=0.4
- microlens-th >=0.4
- mtl >=2.2.1

View File

@ -84,7 +84,7 @@ executable hledger-ui
, fsnotify ==0.4.*
, hledger >=1.27.99 && <1.28
, hledger-lib >=1.27.99 && <1.28
, megaparsec >=7.0.0 && <9.3
, megaparsec >=7.0.0 && <9.4
, microlens >=0.4
, microlens-platform >=0.2.3.1
, mtl >=2.2.1

View File

@ -65,7 +65,7 @@ dependencies:
- fsnotify >=0.4 && <0.5
- microlens >=0.4
- microlens-platform >=0.2.3.1
- megaparsec >=7.0.0 && <9.3
- megaparsec >=7.0.0 && <9.4
- mtl >=2.2.1
- process >=1.2
- safe >=0.3.19

View File

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

View File

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

View File

@ -155,7 +155,7 @@ library
, hledger-lib >=1.27.99 && <1.28
, lucid
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.3
, megaparsec >=7.0.0 && <9.4
, microlens >=0.4
, mtl >=2.2.1
, process
@ -205,7 +205,7 @@ executable hledger
, hledger
, hledger-lib >=1.27.99 && <1.28
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.3
, megaparsec >=7.0.0 && <9.4
, microlens >=0.4
, mtl >=2.2.1
, process
@ -256,7 +256,7 @@ test-suite unittest
, hledger
, hledger-lib >=1.27.99 && <1.28
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.3
, megaparsec >=7.0.0 && <9.4
, microlens >=0.4
, mtl >=2.2.1
, process
@ -306,7 +306,7 @@ benchmark bench
, hledger-lib >=1.27.99 && <1.28
, html
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.3
, megaparsec >=7.0.0 && <9.4
, microlens >=0.4
, mtl >=2.2.1
, process

View File

@ -111,7 +111,7 @@ dependencies:
- filepath
- githash >=0.1.6.2
- haskeline >=0.6
- megaparsec >=7.0.0 && <9.3
- megaparsec >=7.0.0 && <9.4
- microlens >=0.4
- mtl >=2.2.1
- process