dev: require megaparsec 9.3+ in dev build, for its useful dbg tool

The 9.3 version works with our parsers.
This commit is contained in:
Simon Michael 2022-12-22 19:25:08 -10:00
parent 3b8bec7522
commit e9e8f350f2
5 changed files with 5 additions and 4 deletions

View File

@ -53,7 +53,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.4 - megaparsec >=9.3 && <9.4
- microlens >=0.4 - microlens >=0.4
- microlens-th >=0.4 - microlens-th >=0.4
- mtl >=2.2.1 - mtl >=2.2.1

View File

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

View File

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

View File

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

View File

@ -10,6 +10,7 @@ packages:
extra-deps: extra-deps:
# for hledger-lib: # for hledger-lib:
- megaparsec-9.3.0
# - breakpoint-0.1.2.0 # - breakpoint-0.1.2.0
# for hledger: # for hledger:
# for hledger-ui: # for hledger-ui: