Skip to content

Commit

Permalink
typed-protocols: relaxed io-sim bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Nov 8, 2023
1 parent 8444a21 commit 3b53891
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
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

0 comments on commit 3b53891

Please sign in to comment.