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

Revisions for strict-checked-tvars, typed-protocols & typed-protocols-cborg #558

Merged
merged 3 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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
bolt12 marked this conversation as resolved.
Show resolved Hide resolved
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