Skip to content

Commit

Permalink
typed-protocols-cborg: relaxed bounds for bytestring
Browse files Browse the repository at this point in the history
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
coot committed Nov 8, 2023
1 parent 3b53891 commit 930df9e
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sources/typed-protocols-cborg/0.1.0.3.0.0.0.0.1/meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ timestamp = 2023-05-12T08:34:52Z
github = { repo = "input-output-hk/typed-protocols", rev = "011669bda0a6ecb694be43d08ab988f75dbd3e5a" }
subdir = 'typed-protocols-cborg'
force-version = true

[[revisions]]
number = 1
timestamp = 2023-11-08T10:13:53Z
33 changes: 33 additions & 0 deletions _sources/typed-protocols-cborg/0.1.0.3.0.0.0.0.1/revisions/1.cabal
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
4 changes: 4 additions & 0 deletions _sources/typed-protocols-cborg/0.1.0.3/meta.toml
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
40 changes: 40 additions & 0 deletions _sources/typed-protocols-cborg/0.1.0.3/revisions/1.cabal
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
4 changes: 4 additions & 0 deletions _sources/typed-protocols-cborg/0.1.0.4/meta.toml
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
37 changes: 37 additions & 0 deletions _sources/typed-protocols-cborg/0.1.0.4/revisions/1.cabal
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

0 comments on commit 930df9e

Please sign in to comment.