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 , file-embed >=0.0.10
, filepath , filepath
, hashtables >=1.2.3.1 , hashtables >=1.2.3.1
, megaparsec >=7.0.0 && <9.1 , megaparsec >=7.0.0 && <9.2
, mtl >=2.2.1 , mtl >=2.2.1
, old-time , old-time
, parser-combinators >=0.4.0 , parser-combinators >=0.4.0
@ -167,7 +167,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.1 , megaparsec >=7.0.0 && <9.2
, mtl >=2.2.1 , mtl >=2.2.1
, old-time , old-time
, parser-combinators >=0.4.0 , parser-combinators >=0.4.0
@ -219,7 +219,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.1 , megaparsec >=7.0.0 && <9.2
, mtl >=2.2.1 , mtl >=2.2.1
, old-time , old-time
, parser-combinators >=0.4.0 , parser-combinators >=0.4.0

View File

@ -51,7 +51,7 @@ dependencies:
- 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.1 - megaparsec >=7.0.0 && <9.2
- mtl >=2.2.1 - mtl >=2.2.1
- old-time - old-time
- parser-combinators >=0.4.0 - parser-combinators >=0.4.0

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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