Commit 14c8134e authored by Hans-Peter Deifel's avatar Hans-Peter Deifel 🐢
Browse files

Bump megaparsec dependencies

parent 1cb02fff
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ library
                     , deriving-compat
                     , extra
                     , ieee754 >= 0.8.0 && <0.9
                     , megaparsec >= 7 && <8
                     , megaparsec >= 7 && <9
                     , microlens
                     , microlens-platform
                     , microlens-th
@@ -176,8 +176,8 @@ test-suite spec
                     , vector-algorithms
                     , bytestring
                     , text
                     , megaparsec >= 7 && <8
                     , hspec-megaparsec >= 2.0 && <2.1
                     , megaparsec >= 7 && <9
                     , hspec-megaparsec ^>= 2.0 || ^>= 2.1
                     , microlens-platform
                     , unordered-containers
                     , containers
@@ -239,7 +239,7 @@ benchmark bench
                     , copar
                     , criterion
                     , text
                     , megaparsec >= 7 && <8
                     , megaparsec >= 7 && <9
                     , deepseq
                     , vector
                     , mtl
@@ -257,7 +257,7 @@ library prism-converter-lib
  default-language:    Haskell2010
  build-depends:       base >= 4.11
                     , containers ^>= 0.6
                     , megaparsec ^>= 7
                     , megaparsec ^>= 7 || ^>= 8
                     , microlens ^>= 0.4.10
                     , microlens-platform ^>= 0.3.11
                     , microlens-th ^>= 0.4.2
@@ -275,7 +275,7 @@ executable prism-converter
  build-depends:       base >= 4.11
                     , prism-converter-lib
                     , containers ^>= 0.6
                     , megaparsec ^>= 7
                     , megaparsec ^>= 7 || ^>= 8
                     , optparse-applicative ^>= 0.14.3
                     , prettyprinter ^>= 1.2 || ^>= 1.3
                     , prettyprinter-ansi-terminal ^>= 1.1
@@ -343,7 +343,7 @@ library random-wta-lib
                     , text >= 1.2 && <1.3
                     , random >= 1.1 && <1.2
                     , mtl >= 2.2 && <2.3
                     , megaparsec >= 7 && <8
                     , megaparsec >= 7 && <9
                     , scientific >= 0.3 && <0.4
                     , containers >= 0.6 && <0.7
  ghc-options:         -Wall -Wno-name-shadowing
@@ -364,7 +364,7 @@ executable random-wta
                     , vector >= 0.12 && <0.13
                     , text >= 1.2 && <1.3
                     , random >= 1.1 && <1.2
                     , megaparsec >= 7 && <8
                     , megaparsec >= 7 && <9
  ghc-options:         -Wall -Wno-name-shadowing
  if !flag(benchmark-generators)
    buildable:       False