packages feed

dahdit-network 0.5.2 → 0.6.0

raw patch · 1 files changed

+10/−10 lines, 1 filesdep ~bytestringdep ~dahditdep ~networkPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, dahdit, network, tasty

API changes (from Hackage documentation)

Files

dahdit-network.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.36.0.+-- This file has been generated from package.yaml by hpack version 0.37.0. -- -- see: https://github.com/sol/hpack  name:           dahdit-network-version:        0.5.2+version:        0.6.0 synopsis:       Network protocol helpers for Dahdit description:    Please see the README on GitHub at <https://github.com/ejconlon/dahdit#readme> homepage:       https://github.com/ejconlon/dahdit#readme@@ -16,7 +16,7 @@ license:        BSD3 build-type:     Simple tested-with:-    GHC == 9.2.7+    GHC == 9.8.4 extra-source-files:     README.md @@ -59,9 +59,9 @@   ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -fno-warn-unused-top-binds   build-depends:       base >=4.12 && <5-    , bytestring ==0.11.*-    , dahdit ==0.5.*-    , network ==3.1.*+    , bytestring >=0.11 && <0.13+    , dahdit ==0.6.*+    , network >=3.1 && <3.3     , resourcet >=1.2 && <1.4     , unliftio-core ==0.2.*   default-language: GHC2021@@ -102,13 +102,13 @@   build-depends:       async ==2.2.*     , base >=4.12 && <5-    , bytestring ==0.11.*-    , dahdit ==0.5.*+    , bytestring >=0.11 && <0.13+    , dahdit ==0.6.*     , dahdit-network-    , network ==3.1.*+    , network >=3.1 && <3.3     , resourcet >=1.2 && <1.4     , stm ==2.5.*-    , tasty ==1.4.*+    , tasty >=1.4 && <1.6     , tasty-hunit ==0.10.*     , unliftio-core ==0.2.*   default-language: GHC2021