diff --git a/_sources/typed-protocols-cborg/0.1.0.3.0.0.0.0.1/meta.toml b/_sources/typed-protocols-cborg/0.1.0.3.0.0.0.0.1/meta.toml index 586bfacf6..5a5009b9b 100644 --- a/_sources/typed-protocols-cborg/0.1.0.3.0.0.0.0.1/meta.toml +++ b/_sources/typed-protocols-cborg/0.1.0.3.0.0.0.0.1/meta.toml @@ -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 diff --git a/_sources/typed-protocols-cborg/0.1.0.3.0.0.0.0.1/revisions/1.cabal b/_sources/typed-protocols-cborg/0.1.0.3.0.0.0.0.1/revisions/1.cabal new file mode 100644 index 000000000..0021d3fec --- /dev/null +++ b/_sources/typed-protocols-cborg/0.1.0.3.0.0.0.0.1/revisions/1.cabal @@ -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: + alex@well-typed.com, duncan@well-typed.com, marcin.szamotulski@iohk.io + +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 diff --git a/_sources/typed-protocols-cborg/0.1.0.3/meta.toml b/_sources/typed-protocols-cborg/0.1.0.3/meta.toml index d47d14529..0d68f5562 100644 --- a/_sources/typed-protocols-cborg/0.1.0.3/meta.toml +++ b/_sources/typed-protocols-cborg/0.1.0.3/meta.toml @@ -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 diff --git a/_sources/typed-protocols-cborg/0.1.0.3/revisions/1.cabal b/_sources/typed-protocols-cborg/0.1.0.3/revisions/1.cabal new file mode 100644 index 000000000..304a3124e --- /dev/null +++ b/_sources/typed-protocols-cborg/0.1.0.3/revisions/1.cabal @@ -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: alex@well-typed.com, duncan@well-typed.com, marcin.szamotulski@iohk.io +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 diff --git a/_sources/typed-protocols-cborg/0.1.0.4/meta.toml b/_sources/typed-protocols-cborg/0.1.0.4/meta.toml index 772da0dd1..22c2489fe 100644 --- a/_sources/typed-protocols-cborg/0.1.0.4/meta.toml +++ b/_sources/typed-protocols-cborg/0.1.0.4/meta.toml @@ -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 diff --git a/_sources/typed-protocols-cborg/0.1.0.4/revisions/1.cabal b/_sources/typed-protocols-cborg/0.1.0.4/revisions/1.cabal new file mode 100644 index 000000000..2ed32bd16 --- /dev/null +++ b/_sources/typed-protocols-cborg/0.1.0.4/revisions/1.cabal @@ -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: alex@well-typed.com, duncan@well-typed.com, marcin.szamotulski@iohk.io +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