You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support GHC up to 9.6 and add CI for them all (#457)
* Minor changes for 9.6: imports and TypeOperators
Bump up some bounds on base which should make this a safe change
on older ghc versions.
* Use Language.Haskell.Syntax.Module.Name on 9.6
* Backward compatibility break: quote `forall`
GHC started warning about using `forall` as an identifier. We might
as well quote it now and document in the release notes.
* Relax version bounds for 9.6
* Rework the CI
Reduce the matrix to versions to 9.{0,2,4,6}
* Temporarily use ghc-source-gen from hackage until it's in stackage
Copy file name to clipboardexpand all lines: proto-lens-optparse/proto-lens-optparse.cabal
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
cabal-version: 1.12
2
2
3
-
-- This file has been generated from package.yaml by hpack version 0.35.2.
3
+
-- This file has been generated from package.yaml by hpack version 0.36.0.
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name: proto-lens-optparse
8
-
version: 0.1.1.10
8
+
version: 0.1.1.11
9
9
synopsis: Adapting proto-lens to optparse-applicative ReadMs.
10
10
description: A package adapting proto-lens to optparse-applicative ReadMs. This gives an easy way to define options and arguments for text-format protobuf types.
0 commit comments