-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
typed-protocols-cborg: relaxed bounds for bytestring
This prepares for `ghc-9.8` support, we still need a newer version of `cborg` to compile this package with `ghc-9.8`.
- Loading branch information
Showing
6 changed files
with
122 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
_sources/typed-protocols-cborg/0.1.0.3.0.0.0.0.1/revisions/1.cabal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
cabal-version: 3.0 | ||
name: typed-protocols-cborg | ||
version: 0.1.0.3.0.0.0.0.1 | ||
license: Apache-2.0 | ||
license-file: LICENSE NOTICE | ||
copyright: 2019-2023 Input Output Global Inc (IOG) | ||
maintainer: | ||
[email protected], [email protected], [email protected] | ||
|
||
author: Alexander Vieth, Duncan Coutts, Marcin Szamotulski | ||
tested-with: ghc ==8.10 || ==9.2 || ==9.4 || ==9.6 | ||
synopsis: CBOR codecs for typed-protocols | ||
category: Control | ||
build-type: Simple | ||
extra-source-files: | ||
CHANGELOG.md | ||
README.md | ||
|
||
library | ||
exposed-modules: Network.TypedProtocol.Codec.CBOR | ||
hs-source-dirs: src | ||
default-language: Haskell2010 | ||
ghc-options: | ||
-Wall -Wno-unticked-promoted-constructors -Wcompat | ||
-Wincomplete-uni-patterns -Wincomplete-record-updates | ||
-Wpartial-fields -Widentities -Wredundant-constraints | ||
|
||
build-depends: | ||
base >=4.12 && <4.20, | ||
bytestring >=0.10 && <0.13, | ||
cborg >=0.2.1 && <0.3, | ||
io-classes, | ||
typed-protocols |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
timestamp = 2023-05-08T21:39:57Z | ||
github = { repo = "input-output-hk/typed-protocols", rev = "72348fa99253f3511eec21d9ecdb0b0a47af4468" } | ||
subdir = 'typed-protocols-cborg' | ||
|
||
[[revisions]] | ||
number = 1 | ||
timestamp = 2023-11-08T10:12:10Z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
name: typed-protocols-cborg | ||
version: 0.1.0.3 | ||
synopsis: CBOR codecs for typed-protocols | ||
-- description: | ||
license: Apache-2.0 | ||
license-files: | ||
LICENSE | ||
NOTICE | ||
copyright: 2019-2021 Input Output (Hong Kong) Ltd. | ||
author: Alexander Vieth, Duncan Coutts, Marcin Szamotulski | ||
maintainer: [email protected], [email protected], [email protected] | ||
category: Control | ||
build-type: Simple | ||
tested-with: GHC==8.10, GHC==9.2, GHC==9.4 | ||
|
||
-- These should probably be added at some point. | ||
extra-source-files: ChangeLog.md, README.md | ||
|
||
cabal-version: >=1.10 | ||
|
||
library | ||
exposed-modules: Network.TypedProtocol.Codec.CBOR | ||
|
||
build-depends: base >=4.12 && <4.20, | ||
bytestring >=0.10 && <0.13, | ||
cborg >=0.2.1 && <0.3, | ||
|
||
io-classes, | ||
typed-protocols | ||
|
||
hs-source-dirs: src | ||
default-language: Haskell2010 | ||
ghc-options: -Wall | ||
-Wno-unticked-promoted-constructors | ||
-Wcompat | ||
-Wincomplete-uni-patterns | ||
-Wincomplete-record-updates | ||
-Wpartial-fields | ||
-Widentities | ||
-Wredundant-constraints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
timestamp = 2023-05-16T08:11:15Z | ||
github = { repo = "input-output-hk/typed-protocols", rev = "071fed3c912a15fe4d86cd33db160eab40707857" } | ||
subdir = 'typed-protocols-cborg' | ||
|
||
[[revisions]] | ||
number = 1 | ||
timestamp = 2023-11-08T10:10:42Z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
cabal-version: 3.0 | ||
name: typed-protocols-cborg | ||
version: 0.1.0.4 | ||
synopsis: CBOR codecs for typed-protocols | ||
-- description: | ||
license: Apache-2.0 | ||
license-files: | ||
LICENSE | ||
NOTICE | ||
copyright: 2019-2023 Input Output Global Inc (IOG) | ||
author: Alexander Vieth, Duncan Coutts, Marcin Szamotulski | ||
maintainer: [email protected], [email protected], [email protected] | ||
category: Control | ||
build-type: Simple | ||
tested-with: GHC == {8.10, 9.2, 9.4, 9.6} | ||
extra-source-files: CHANGELOG.md, README.md | ||
|
||
library | ||
exposed-modules: Network.TypedProtocol.Codec.CBOR | ||
|
||
build-depends: base >=4.12 && <4.20, | ||
bytestring >=0.10 && <0.13, | ||
cborg >=0.2.1 && <0.3, | ||
|
||
io-classes, | ||
typed-protocols | ||
|
||
hs-source-dirs: src | ||
default-language: Haskell2010 | ||
ghc-options: -Wall | ||
-Wno-unticked-promoted-constructors | ||
-Wcompat | ||
-Wincomplete-uni-patterns | ||
-Wincomplete-record-updates | ||
-Wpartial-fields | ||
-Widentities | ||
-Wredundant-constraints |