Skip to content

Commit

Permalink
Add GHC 9.2 support (google#431)
Browse files Browse the repository at this point in the history
* Remove .travis.yml
* Add GHC 9.2 to CI
  • Loading branch information
brandon-leapyear authored Dec 5, 2021
1 parent e68eda6 commit 8eb31fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ library:
- Data.ProtoLens.Encoding.Parser.Internal
- Data.ProtoLens.TextFormat.Parser
dependencies:
- base >= 4.10 && < 4.16
- bytestring == 0.10.*
- base >= 4.10 && < 4.17
- bytestring >= 0.10 && < 0.12
- containers >= 0.5 && < 0.7
- deepseq == 1.4.*
- ghc-prim >= 0.4 && < 0.8
- ghc-prim >= 0.4 && < 0.9
- lens-family >= 1.2 && < 2.2
- parsec == 3.1.*
- pretty == 1.1.*
Expand Down
6 changes: 3 additions & 3 deletions proto-lens.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ library
hs-source-dirs:
src
build-depends:
base >=4.10 && <4.16
, bytestring ==0.10.*
base >=4.10 && <4.17
, bytestring >=0.10 && <0.12
, containers >=0.5 && <0.7
, deepseq ==1.4.*
, ghc-prim >=0.4 && <0.8
, ghc-prim >=0.4 && <0.9
, lens-family >=1.2 && <2.2
, parsec ==3.1.*
, pretty ==1.1.*
Expand Down

0 comments on commit 8eb31fa

Please sign in to comment.