deps: allow megaparsec 9.1

This commit is contained in:
Simon Michael 2021-07-16 13:20:28 -10:00
parent 14e1efc843
commit 9aac520edd
8 changed files with 13 additions and 13 deletions

View File

@ -117,7 +117,7 @@ library
, file-embed >=0.0.10
, filepath
, hashtables >=1.2.3.1
, megaparsec >=7.0.0 && <9.1
, megaparsec >=7.0.0 && <9.2
, mtl >=2.2.1
, old-time
, parser-combinators >=0.4.0
@ -167,7 +167,7 @@ test-suite doctest
, file-embed >=0.0.10
, filepath
, hashtables >=1.2.3.1
, megaparsec >=7.0.0 && <9.1
, megaparsec >=7.0.0 && <9.2
, mtl >=2.2.1
, old-time
, parser-combinators >=0.4.0
@ -219,7 +219,7 @@ test-suite unittest
, filepath
, hashtables >=1.2.3.1
, hledger-lib
, megaparsec >=7.0.0 && <9.1
, megaparsec >=7.0.0 && <9.2
, mtl >=2.2.1
, old-time
, parser-combinators >=0.4.0

View File

@ -51,7 +51,7 @@ dependencies:
- file-embed >=0.0.10
- filepath
- hashtables >=1.2.3.1
- megaparsec >=7.0.0 && <9.1
- megaparsec >=7.0.0 && <9.2
- mtl >=2.2.1
- old-time
- parser-combinators >=0.4.0

View File

@ -79,7 +79,7 @@ executable hledger-ui
, fsnotify >=0.2.1.2 && <0.4
, hledger ==1.22.*
, hledger-lib ==1.22.*
, megaparsec >=7.0.0 && <9.1
, megaparsec >=7.0.0 && <9.2
, microlens >=0.4
, microlens-platform >=0.2.3.1
, process >=1.2

View File

@ -56,7 +56,7 @@ dependencies:
- fsnotify >=0.2.1.2 && <0.4
- microlens >=0.4
- microlens-platform >=0.2.3.1
- megaparsec >=7.0.0 && <9.1
- megaparsec >=7.0.0 && <9.2
- process >=1.2
- safe >=0.2
- split >=0.1

View File

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

View File

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

View File

@ -156,7 +156,7 @@ library
, hledger-lib ==1.22.*
, lucid
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.1
, megaparsec >=7.0.0 && <9.2
, mtl >=2.2.1
, old-time
, process
@ -206,7 +206,7 @@ executable hledger
, hledger
, hledger-lib ==1.22.*
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.1
, megaparsec >=7.0.0 && <9.2
, mtl >=2.2.1
, old-time
, process
@ -257,7 +257,7 @@ test-suite unittest
, hledger
, hledger-lib ==1.22.*
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.1
, megaparsec >=7.0.0 && <9.2
, mtl >=2.2.1
, old-time
, process
@ -307,7 +307,7 @@ benchmark bench
, hledger-lib ==1.22.*
, html
, math-functions >=0.3.3.0
, megaparsec >=7.0.0 && <9.1
, megaparsec >=7.0.0 && <9.2
, mtl >=2.2.1
, old-time
, process

View File

@ -110,7 +110,7 @@ dependencies:
- filepath
- githash >=0.1.2
- haskeline >=0.6
- megaparsec >=7.0.0 && <9.1
- megaparsec >=7.0.0 && <9.2
- mtl >=2.2.1
- old-time
- process