om-socket 1.0.0.4 → 1.0.0.5
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~basedep ~tls
Dependency ranges changed: base, tls
Files
- changelog.md +5/−0
- om-socket.cabal +4/−3
+ changelog.md view
@@ -0,0 +1,5 @@+# Changelog++## 1.0.0.5++- Support GHC 9.14.
om-socket.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: om-socket-version: 1.0.0.4+version: 1.0.0.5 synopsis: Socket utilities. description: Binary ingress server, egress client, and bidirectional binarry client/server@@ -14,6 +14,7 @@ extra-source-files: LICENSE README.md+ changelog.md common warnings ghc-options:@@ -26,7 +27,7 @@ common dependencies build-depends:- , base >= 4.15.1.0 && < 4.22+ , base >= 4.15.1.0 && < 4.23 , binary >= 0.8.8.0 && < 0.9 , exceptions >= 0.10.4 && < 0.11 , monad-logger >= 0.3.37 && < 0.4@@ -53,7 +54,7 @@ , stm >= 2.5.0.0 && < 2.6 , streaming-binary >= 0.3.0.1 && < 0.4 , streaming-bytestring >= 0.3.2 && < 0.4- , tls >= 1.5.8 && < 2.2+ , tls >= 1.5.8 && < 2.4 test-suite test import: dependencies, warnings