Skip to content

Commit

Permalink
Request minimal base 4.15
Browse files Browse the repository at this point in the history
This corresponds to support for the latest 3 GHC versions.
  • Loading branch information
mrkkrp committed Aug 18, 2022
1 parent fc5d860 commit cd6302d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions megaparsec-tests/megaparsec-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ library
default-language: Haskell2010
build-depends:
QuickCheck >=2.10 && <2.15,
base >=4.13 && <5.0,
base >=4.15 && <5.0,
bytestring >=0.2 && <0.12,
containers >=0.5 && <0.7,
hspec >=2.0 && <3.0,
Expand Down Expand Up @@ -64,7 +64,7 @@ test-suite tests
default-language: Haskell2010
build-depends:
QuickCheck >=2.10 && <2.15,
base >=4.13 && <5.0,
base >=4.15 && <5.0,
bytestring >=0.2 && <0.12,
case-insensitive >=1.2 && <1.3,
containers >=0.5 && <0.7,
Expand Down
6 changes: 3 additions & 3 deletions megaparsec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ library

default-language: Haskell2010
build-depends:
base >=4.13 && <5.0,
base >=4.15 && <5.0,
bytestring >=0.2 && <0.12,
case-insensitive >=1.2 && <1.3,
containers >=0.5 && <0.7,
Expand Down Expand Up @@ -84,7 +84,7 @@ benchmark bench-speed
hs-source-dirs: bench/speed
default-language: Haskell2010
build-depends:
base >=4.13 && <5.0,
base >=4.15 && <5.0,
bytestring >=0.2 && <0.12,
containers >=0.5 && <0.7,
criterion >=0.6.2.1 && <1.7,
Expand All @@ -104,7 +104,7 @@ benchmark bench-memory
hs-source-dirs: bench/memory
default-language: Haskell2010
build-depends:
base >=4.13 && <5.0,
base >=4.15 && <5.0,
bytestring >=0.2 && <0.12,
containers >=0.5 && <0.7,
deepseq >=1.3 && <1.5,
Expand Down

0 comments on commit cd6302d

Please sign in to comment.