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 26 #1014

Merged
merged 9 commits into from
Feb 26, 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
Expand Up @@ -5,3 +5,7 @@ subdir = 'cardano-client'
[[revisions]]
number = 1
timestamp = 2025-02-04T06:43:15Z

[[revisions]]
number = 2
timestamp = 2025-02-25T16:47:53Z
44 changes: 44 additions & 0 deletions _sources/cardano-client/0.5/revisions/2.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 && <0.8,
ouroboros-network >=0.19 && <0.21,
ouroboros-network-api >=0.12 && <0.14,
ouroboros-network-framework >=0.15 && <0.18,
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/cardano-ping/0.8.0.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-02-26T16:38:28Z
github = { repo = "intersectmbo/ouroboros-network", rev = "588130b5f0494a42c19da3bd44211ff7607b5831" }
subdir = 'cardano-ping'
3 changes: 3 additions & 0 deletions _sources/network-mux/0.7/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-02-26T16:38:29Z
github = { repo = "intersectmbo/ouroboros-network", rev = "588130b5f0494a42c19da3bd44211ff7607b5831" }
subdir = 'network-mux'
4 changes: 4 additions & 0 deletions _sources/ntp-client/0.0.1.6/meta.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
timestamp = 2024-08-07T16:51:08Z
github = { repo = "intersectmbo/ouroboros-network", rev = "fd1d8bd7725474d15b4722232b6c999b203c0e37" }
subdir = 'ntp-client'

[[revisions]]
number = 1
timestamp = 2025-02-25T16:59:55Z
83 changes: 83 additions & 0 deletions _sources/ntp-client/0.0.1.6/revisions/1.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
cabal-version: 3.0

name: ntp-client
version: 0.0.1.6
synopsis: NTP client
description: NTP client.
license: Apache-2.0
license-files: LICENSE
NOTICE
copyright: 2019-2023 Input Output Global Inc (IOG), 2023-2024 Intersect
maintainer: [email protected]
category: Network
build-type: Simple
extra-doc-files: README.md
CHANGELOG.md

flag demo
description: Build a demo application
default: True
manual: True

library
exposed-modules: Network.NTP.Client
other-modules: Network.NTP.Client.Packet
Network.NTP.Client.Query
build-depends: async >=2.2 && <2.3
, base >=4.14 && <4.21
, binary >=0.8 && <0.11
, bytestring >=0.10 && <0.13
, contra-tracer >=0.1 && <0.2
, network >= 3.1.2 && <3.3
, stm >=2.4 && <2.6
, time >=1.9.1 && <1.14
, Win32-network >=0.1 && <0.3

hs-source-dirs: src
default-language: Haskell2010
default-extensions: ImportQualifiedPost
ghc-options: -Wall
-Wcompat
-Wincomplete-uni-patterns
-Wincomplete-record-updates
-Wpartial-fields
-Widentities
-Wredundant-constraints
-Wunused-packages
default-extensions: GeneralizedNewtypeDeriving

test-suite test
hs-source-dirs: test, src
main-is: Test.hs
other-modules: Network.NTP.Client.Packet
type: exitcode-stdio-1.0
build-depends: base >=4.14 && <4.21
, binary >=0.8 && <0.11
, time >=1.9.1 && <1.14
, QuickCheck
, tasty
, tasty-quickcheck
default-language: Haskell2010
default-extensions: ImportQualifiedPost
ghc-options: -Wall
-Wunused-packages
-threaded
-rtsopts

executable demo-ntp-client
hs-source-dirs: demo
main-is: Main.hs
if flag(demo)
buildable: True
else
buildable: False
build-depends: async >=2.2 && <2.3
, base >=4.14 && <4.21
, contra-tracer >=0.1 && <0.2
, Win32-network >=0.1 && <0.3
, ntp-client
default-language: Haskell2010
default-extensions: ImportQualifiedPost
ghc-options: -Wall
-threaded
-Wunused-packages
3 changes: 3 additions & 0 deletions _sources/ouroboros-network-api/0.13.0.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-02-26T16:38:31Z
github = { repo = "intersectmbo/ouroboros-network", rev = "588130b5f0494a42c19da3bd44211ff7607b5831" }
subdir = 'ouroboros-network-api'
3 changes: 3 additions & 0 deletions _sources/ouroboros-network-framework/0.17.0.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-02-26T16:38:32Z
github = { repo = "intersectmbo/ouroboros-network", rev = "588130b5f0494a42c19da3bd44211ff7607b5831" }
subdir = 'ouroboros-network-framework'
3 changes: 3 additions & 0 deletions _sources/ouroboros-network-protocols/0.14.0.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-02-26T16:38:33Z
github = { repo = "intersectmbo/ouroboros-network", rev = "588130b5f0494a42c19da3bd44211ff7607b5831" }
subdir = 'ouroboros-network-protocols'
3 changes: 3 additions & 0 deletions _sources/ouroboros-network-testing/0.8.1.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-02-26T16:38:34Z
github = { repo = "intersectmbo/ouroboros-network", rev = "588130b5f0494a42c19da3bd44211ff7607b5831" }
subdir = 'ouroboros-network-testing'
3 changes: 3 additions & 0 deletions _sources/ouroboros-network/0.20.0.0/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
timestamp = 2025-02-26T16:38:30Z
github = { repo = "intersectmbo/ouroboros-network", rev = "588130b5f0494a42c19da3bd44211ff7607b5831" }
subdir = 'ouroboros-network'