Skip to content

Commit

Permalink
Bump some bounds for ghc-9.2.2 compatibility (#432)
Browse files Browse the repository at this point in the history
* Bump some bounds for ghc-9.2.2 compatibility

The relevant yaml file no longer has to enumerate extra-deps.

* Switch 9.0 to lts-19.2 now that it's available
  • Loading branch information
blackgnezdo authored Apr 5, 2022
1 parent 0d3a7a3 commit d44efa6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 18 deletions.
6 changes: 3 additions & 3 deletions matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ build:
compiler: ghc-8.8.4
stackyaml: stack-8.8.yaml

- resolver: nightly
compiler: ghc-9.0.1
- resolver: lts-19.2
compiler: ghc-9.0.2
stackyaml: stack-9.0.yaml

- resolver: nightly
compiler: ghc-9.2.1
compiler: ghc-9.2.2
stackyaml: stack-9.2.yaml
3 changes: 3 additions & 0 deletions proto-lens-optparse/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog for `proto-lens-optparse`

## v0.1.1.8
- Bump some bounds for ghc-9.2.2 compatibility.

## v0.1.1.7
- Bump upper bound to allow base-4.14.

Expand Down
4 changes: 2 additions & 2 deletions proto-lens-optparse/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ extra-source-files:
dependencies:
- proto-lens >= 0.1 && < 0.8
- base >= 4.10 && < 4.17
- optparse-applicative >= 0.13 && < 0.17
- text == 1.2.*
- optparse-applicative >= 0.13 && < 0.18
- text >= 1.2 && < 2.1

library:
source-dirs: src
Expand Down
4 changes: 2 additions & 2 deletions proto-lens-optparse/proto-lens-optparse.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ library
src
build-depends:
base >=4.10 && <4.17
, optparse-applicative >=0.13 && <0.17
, optparse-applicative >=0.13 && <0.18
, proto-lens >=0.1 && <0.8
, text ==1.2.*
, text >=1.2 && <2.1
default-language: Haskell2010
2 changes: 1 addition & 1 deletion stack-9.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

resolver: nightly-2021-10-07
resolver: lts-19.2
packages:
- discrimination-ieee754
- proto-lens
Expand Down
12 changes: 2 additions & 10 deletions stack-9.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

resolver: nightly-2021-11-28
compiler: ghc-9.2.1
resolver: nightly-2022-04-04
compiler: ghc-9.2.2

packages:
- discrimination-ieee754
Expand All @@ -21,13 +21,5 @@ packages:
- proto-lens-tests
- proto-lens-tests-dep

extra-deps:
- aeson-2.0.2.0
- attoparsec-0.14.2
- base-compat-0.12.1
- base-compat-batteries-0.12.1
- github: google/ghc-source-gen
commit: f6b9130d8f384be0ef7a02b371870d532090ccb6

ghc-options:
"$locals": -Wall -Werror

0 comments on commit d44efa6

Please sign in to comment.