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

network/release 2025 02 04 #1000

Merged
merged 3 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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/cardano-client/0.5/meta.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
timestamp = 2025-01-02T14:21:56Z
github = { repo = "intersectmbo/ouroboros-network", rev = "515767407e4a5a240e61e014c8e6d107b4fbceb9" }
subdir = 'cardano-client'

[[revisions]]
number = 1
timestamp = 2025-02-04T06:43:15Z
44 changes: 44 additions & 0 deletions _sources/cardano-client/0.5/revisions/1.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
cabal-version: 3.0
name: cardano-client
version: 0.5
synopsis: An API for ouroboros-network
description: An API for ouroboros-network.
license: Apache-2.0
license-files:
LICENSE
NOTICE

copyright: 2019-2023 Input Output Global Inc (IOG), 2023-2024 Intersect
author: IOHK Engineering Team
maintainer: [email protected]
category: Network
build-type: Simple
extra-doc-files: CHANGELOG.md

library
hs-source-dirs: src
exposed-modules: Cardano.Client.Subscription
default-language: Haskell2010
default-extensions: ImportQualifiedPost
build-depends:
base >=4.14 && <4.21,
bytestring >=0.10 && <0.13,
cborg,
containers,
contra-tracer,
network-mux ^>=0.6,
ouroboros-network ^>=0.19,
ouroboros-network-api ^>=0.12,
ouroboros-network-framework ^>=0.15 || ^>=0.16,
si-timers,

ghc-options:
-Wall
-Wno-unticked-promoted-constructors
-Wcompat
-Wincomplete-uni-patterns
-Wincomplete-record-updates
-Wpartial-fields
-Widentities
-Wredundant-constraints
-Wunused-packages
3 changes: 3 additions & 0 deletions _sources/ouroboros-network-framework/0.16.0.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-02-04T06:42:17Z
github = { repo = "intersectmbo/ouroboros-network", rev = "6065cffcf4140537e21b33a39f77fcf74b55d1f8" }
subdir = 'ouroboros-network-framework'
3 changes: 3 additions & 0 deletions _sources/ouroboros-network/0.19.0.2/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-02-04T06:42:16Z
github = { repo = "intersectmbo/ouroboros-network", rev = "6065cffcf4140537e21b33a39f77fcf74b55d1f8" }
subdir = 'ouroboros-network'