Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax text bounds to allow text-2.0 #433

Merged
merged 1 commit into from
Apr 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions proto-lens-arbitrary/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog for `proto-lens-arbitrary`

## v0.1.2.10
- Relax upper bounds for ghc-9.2

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

Expand Down
2 changes: 1 addition & 1 deletion proto-lens-arbitrary/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- base >= 4.10 && < 4.17
- bytestring >= 0.10 && < 0.12
- containers >= 0.5 && < 0.7
- text == 1.2.*
- text >= 1.2 && < 2.1
- lens-family >= 1.2 && < 2.2
- QuickCheck >= 2.8 && < 2.15

Expand Down
2 changes: 1 addition & 1 deletion proto-lens-arbitrary/proto-lens-arbitrary.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ library
, containers >=0.5 && <0.7
, lens-family >=1.2 && <2.2
, proto-lens >=0.4 && <0.8
, text ==1.2.*
, text >=1.2 && <2.1
default-language: Haskell2010
2 changes: 1 addition & 1 deletion proto-lens-discrimination/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- discrimination-ieee754 == 0.1.*
- lens-family >= 1.2 && < 2.2
- proto-lens >= 0.6 && < 0.8
- text == 1.2.*
- text >= 1.2 && < 2.1

library:
source-dirs: src
Expand Down
4 changes: 2 additions & 2 deletions proto-lens-discrimination/proto-lens-discrimination.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ library
, discrimination-ieee754 ==0.1.*
, lens-family >=1.2 && <2.2
, proto-lens >=0.6 && <0.8
, text ==1.2.*
, text >=1.2 && <2.1
default-language: Haskell2010

test-suite discrimination_test
Expand Down Expand Up @@ -90,5 +90,5 @@ test-suite discrimination_test
, test-framework ==0.8.*
, test-framework-hunit ==0.3.*
, test-framework-quickcheck2 ==0.3.*
, text ==1.2.*
, text >=1.2 && <2.1
default-language: Haskell2010
3 changes: 3 additions & 0 deletions proto-lens-protobuf-types/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog for `proto-lens-protobuf-types`

## v0.7.1.1
- Relax upper bounds for ghc-9.2

## v0.7.1.0
- Support GHC 9.0.
- Add ServiceDescriptor to generated services (#409)
Expand Down
4 changes: 2 additions & 2 deletions proto-lens-protobuf-types/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: proto-lens-protobuf-types
version: '0.7.1.0'
version: '0.7.1.1'
synopsis: Basic protocol buffer message types.
description: >
This package provides bindings standard protocol message types,
Expand Down Expand Up @@ -33,7 +33,7 @@ dependencies:
- lens-family >= 1.2 && < 2.2
- proto-lens == 0.7.*
- proto-lens-runtime == 0.7.*
- text == 1.2.*
- text >= 1.2 && < 2.1

library:
source-dirs: src
Expand Down
4 changes: 2 additions & 2 deletions proto-lens-protobuf-types/proto-lens-protobuf-types.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.0
-- see: https://github.com/sol/hpack

name: proto-lens-protobuf-types
version: 0.7.1.0
version: 0.7.1.1
synopsis: Basic protocol buffer message types.
description: This package provides bindings standard protocol message types, for use with the proto-lens library.
category: Data
Expand Down Expand Up @@ -80,5 +80,5 @@ library
, lens-family >=1.2 && <2.2
, proto-lens ==0.7.*
, proto-lens-runtime ==0.7.*
, text ==1.2.*
, text >=1.2 && <2.1
default-language: Haskell2010
3 changes: 3 additions & 0 deletions proto-lens-protoc/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog for `proto-lens-protoc`

## v0.7.1.1
- Relax upper bounds for ghc-9.2

## v0.7.1.0
- Support GHC 9.0.
- Add ServiceDescriptor to generated services. (#409)
Expand Down
4 changes: 2 additions & 2 deletions proto-lens-protoc/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: proto-lens-protoc
version: '0.7.1.0'
version: '0.7.1.1'
synopsis: Protocol buffer compiler for the proto-lens library.
description: >
Turn protocol buffer files (.proto) into Haskell files (.hs) which
Expand Down Expand Up @@ -40,4 +40,4 @@ executables:
- proto-lens == 0.7.*
- proto-lens-protoc
- proto-lens-runtime == 0.7.*
- text == 1.2.*
- text >= 1.2 && < 2.1
4 changes: 2 additions & 2 deletions proto-lens-protoc/proto-lens-protoc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: proto-lens-protoc
version: 0.7.1.0
version: 0.7.1.1
synopsis: Protocol buffer compiler for the proto-lens library.
description: Turn protocol buffer files (.proto) into Haskell files (.hs) which can be used with the proto-lens package.
The library component of this package contains compiler code (namely Data.ProtoLens.Compiler.*) is not guaranteed to have stable APIs.'
Expand Down Expand Up @@ -67,5 +67,5 @@ executable proto-lens-protoc
, proto-lens ==0.7.*
, proto-lens-protoc
, proto-lens-runtime ==0.7.*
, text ==1.2.*
, text >=1.2 && <2.1
default-language: Haskell2010
3 changes: 3 additions & 0 deletions proto-lens-runtime/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog for `proto-lens-runtime`

## v0.7.0.1
- Relax upper bounds for ghc-9.2

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

Expand Down
2 changes: 1 addition & 1 deletion proto-lens-runtime/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library:
- filepath >= 1.4 && < 1.6
- lens-family >= 1.2 && < 2.2
- proto-lens == 0.7.*
- text == 1.2.*
- text >= 1.2 && < 2.1
- vector >= 0.11 && < 0.13


Expand Down
2 changes: 1 addition & 1 deletion proto-lens-runtime/proto-lens-runtime.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ library
, filepath >=1.4 && <1.6
, lens-family >=1.2 && <2.2
, proto-lens ==0.7.*
, text ==1.2.*
, text >=1.2 && <2.1
, vector >=0.11 && <0.13
default-language: Haskell2010
3 changes: 3 additions & 0 deletions proto-lens-setup/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog for `proto-lens-setup`

## v0.4.0.5
- Relax upper bounds for ghc-9.2

## v0.4.0.4
- Bump upper bound to allow base-4.14.
- Bump upper bound to allow Cabal-3.2.
Expand Down
2 changes: 1 addition & 1 deletion proto-lens-setup/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ library:
# make this a build-tool dependency.
- proto-lens-protoc >= 0.4 && < 0.8
- temporary >= 1.2 && < 1.4
- text == 1.2.*
- text >= 1.2 && < 2.1
exposed-modules:
- Data.ProtoLens.Setup

2 changes: 1 addition & 1 deletion proto-lens-setup/proto-lens-setup.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ library
, process >=1.2 && <1.7
, proto-lens-protoc >=0.4 && <0.8
, temporary >=1.2 && <1.4
, text ==1.2.*
, text >=1.2 && <2.1
default-language: Haskell2010
4 changes: 4 additions & 0 deletions proto-lens/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for `proto-lens`


## v0.7.1.1
- Relax upper bounds for ghc-9.2

## v0.7.1.0
- Support GHC 9.0.
- Fixed parsing of UTF8 chars in text format proto string literals.
Expand Down
4 changes: 2 additions & 2 deletions proto-lens/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: proto-lens
version: "0.7.1.0"
version: "0.7.1.1"
synopsis: A lens-based implementation of protocol buffers in Haskell.
description: >
The proto-lens library provides an API for protocol buffers using modern
Expand Down Expand Up @@ -45,7 +45,7 @@ library:
- primitive >= 0.6 && < 0.8
- profunctors >= 5.2 && < 6.0
- tagged == 0.8.*
- text == 1.2.*
- text >= 1.2 && < 2.1
- transformers >= 0.4 && < 0.6
- vector >= 0.11 && < 0.13

Expand Down
4 changes: 2 additions & 2 deletions proto-lens/proto-lens.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: proto-lens
version: 0.7.1.0
version: 0.7.1.1
synopsis: A lens-based implementation of protocol buffers in Haskell.
description: The proto-lens library provides an API for protocol buffers using modern Haskell language and library patterns. Specifically, it provides:
.
Expand Down Expand Up @@ -69,7 +69,7 @@ library
, primitive >=0.6 && <0.8
, profunctors >=5.2 && <6.0
, tagged ==0.8.*
, text ==1.2.*
, text >=1.2 && <2.1
, transformers >=0.4 && <0.6
, vector >=0.11 && <0.13
default-language: Haskell2010
Expand Down