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
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
Prev Previous commit
Next Next commit
typed-protocols: relaxed io-sim bounds
coot committed Nov 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 2c5a5812d867557ae4c656131134b0c343686459
4 changes: 4 additions & 0 deletions _sources/typed-protocols/0.1.1.0/meta.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
timestamp = 2023-10-23T08:59:58Z
github = { repo = "input-output-hk/typed-protocols", rev = "e0f008311ce58ea58d61157fa7f93312b6839bd7" }
subdir = 'typed-protocols'

[[revisions]]
number = 1
timestamp = 2023-11-08T10:09:22Z
46 changes: 46 additions & 0 deletions _sources/typed-protocols/0.1.1.0/revisions/1.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
cabal-version: 3.0
name: typed-protocols
version: 0.1.1.0
synopsis: A framework for strongly 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

library
exposed-modules: Network.TypedProtocol
, Network.TypedProtocol.Core
, Network.TypedProtocol.Codec
, Network.TypedProtocol.Pipelined
, Network.TypedProtocol.Driver
, Network.TypedProtocol.Proofs

other-extensions: GADTs
, RankNTypes
, PolyKinds
, DataKinds
, ScopedTypeVariables
, TypeFamilies
, TypeOperators
, BangPatterns
build-depends: base,
io-classes >= 1.0 && < 1.4

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