From af441db746e716d408fabb6ccb87ddb5bec9e098 Mon Sep 17 00:00:00 2001 From: Kyle Goetz Date: Sun, 3 Mar 2024 11:28:53 -0600 Subject: [PATCH] add Network.UDP package --- CREDITS.md | 3 +++ parser-typechecker/package.yaml | 1 + parser-typechecker/unison-parser-typechecker.cabal | 2 ++ stack.yaml | 1 + stack.yaml.lock | 7 +++++++ unison-cli/package.yaml | 1 + unison-cli/unison-cli.cabal | 5 +++++ 7 files changed, 20 insertions(+) diff --git a/CREDITS.md b/CREDITS.md index 8107d0b01..8fc9ee666 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -109,6 +109,9 @@ These are listed in alphabetical order. | [network-bsd-2.8.1.0](https://hackage.haskell.org/package/network-bsd-2.8.1.0) | [BSD3](https://hackage.haskell.org/package/network-bsd-2.8.1.0/src/LICENSE) | | [network-info-0.2.0.10](https://hackage.haskell.org/package/network-info-0.2.0.10) | [BSD3](https://hackage.haskell.org/package/network-info-0.2.0.10/src/LICENSE) | | [network-simple-0.4.5](https://hackage.haskell.org/package/network-simple-0.4.5) | [BSD3](https://hackage.haskell.org/package/network-simple-0.4.5/src/LICENSE) | + +| [network-udp-0.0.0](https://hackage.haskell.org/package/network-udp-0.0.0) | [BSD3](https://hackage.haskell.org/package/network-udp-0.0.0/src/LICENSE) | + | [nonempty-containers-0.3.3.0](https://hackage.haskell.org/package/nonempty-containers-0.3.3.0) | [BSD3](https://hackage.haskell.org/package/nonempty-containers-0.3.3.0/src/LICENSE) | | [nonempty-vector-0.2.0.2](https://hackage.haskell.org/package/nonempty-vector-0.2.0.2) | [BSD3](https://hackage.haskell.org/package/nonempty-vector-0.2.0.2/src/LICENSE) | | [parallel-3.2.2.0](https://hackage.haskell.org/package/parallel-3.2.2.0) | [BSD3](https://hackage.haskell.org/package/parallel-3.2.2.0/src/LICENSE) | diff --git a/parser-typechecker/package.yaml b/parser-typechecker/package.yaml index db05325bd..087d51280 100644 --- a/parser-typechecker/package.yaml +++ b/parser-typechecker/package.yaml @@ -73,6 +73,7 @@ dependencies: - natural-transformation - network - network-simple + - network-udp - network-uri - nonempty-containers - open-browser diff --git a/parser-typechecker/unison-parser-typechecker.cabal b/parser-typechecker/unison-parser-typechecker.cabal index 622403d5f..ad5e145fa 100644 --- a/parser-typechecker/unison-parser-typechecker.cabal +++ b/parser-typechecker/unison-parser-typechecker.cabal @@ -281,6 +281,7 @@ library , natural-transformation , network , network-simple + , network-udp , network-uri , nonempty-containers , open-browser @@ -475,6 +476,7 @@ test-suite parser-typechecker-tests , natural-transformation , network , network-simple + , network-udp , network-uri , nonempty-containers , open-browser diff --git a/stack.yaml b/stack.yaml index fbb7c62ee..45f0a5c43 100644 --- a/stack.yaml +++ b/stack.yaml @@ -63,6 +63,7 @@ extra-deps: - lsp-2.2.0.0@sha256:82fbf4b69d94d8d22543be71f89986b3e90050032d671fb3de3f8253ea1e5b6f,3550 - lsp-types-2.0.2.0@sha256:a9a51c3cea0726d91fe63fa0670935ee720f7b31bc3f3b33b2483fc538152677,29421 - row-types-1.0.1.2@sha256:4d4c7cb95d06a32b28ba977852d52a26b4c1f695ef083a6fd874ab6d79933b64,3071 +- network-udp-0.0.0 ghc-options: # All packages diff --git a/stack.yaml.lock b/stack.yaml.lock index 44702a034..4f98b610b 100644 --- a/stack.yaml.lock +++ b/stack.yaml.lock @@ -82,6 +82,13 @@ packages: size: 1060 original: hackage: row-types-1.0.1.2@sha256:4d4c7cb95d06a32b28ba977852d52a26b4c1f695ef083a6fd874ab6d79933b64,3071 +- completed: + hackage: network-udp-0.0.0@sha256:408d2d4fa1a25e49e95752ee124cca641993404bb133ae10fb81daef22d876ae,1075 + pantry-tree: + sha256: ee19a66c9d420861c5cc1dfad3210e2a53cdc6088ff3dd90b44f7961f5caebee + size: 284 + original: + hackage: network-udp-0.0.0 snapshots: - completed: sha256: 5a59b2a405b3aba3c00188453be172b85893cab8ebc352b1ef58b0eae5d248a2 diff --git a/unison-cli/package.yaml b/unison-cli/package.yaml index b78dc81e5..ea680dbeb 100644 --- a/unison-cli/package.yaml +++ b/unison-cli/package.yaml @@ -49,6 +49,7 @@ dependencies: - mtl - network-uri - network-simple + - network-udp - network - co-log-core - uri-encode diff --git a/unison-cli/unison-cli.cabal b/unison-cli/unison-cli.cabal index 26aa14856..723c230a8 100644 --- a/unison-cli/unison-cli.cabal +++ b/unison-cli/unison-cli.cabal @@ -210,6 +210,7 @@ library , mtl , network , network-simple + , network-udp , network-uri , nonempty-containers , open-browser @@ -348,6 +349,7 @@ executable cli-integration-tests , mtl , network , network-simple + , network-udp , network-uri , nonempty-containers , open-browser @@ -480,6 +482,7 @@ executable transcripts , mtl , network , network-simple + , network-udp , network-uri , nonempty-containers , open-browser @@ -618,6 +621,7 @@ executable unison , mtl , network , network-simple + , network-udp , network-uri , nonempty-containers , open-browser @@ -763,6 +767,7 @@ test-suite cli-tests , mtl , network , network-simple + , network-udp , network-uri , nonempty-containers , open-browser