File: newer-deps

package info (click to toggle)
haskell-openssl-streams 1.2.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: haskell: 186; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 631 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/openssl-streams.cabal
+++ b/openssl-streams.cabal
@@ -1,5 +1,6 @@
 Name:                openssl-streams
 Version:             1.2.2.0
+x-revision: 1
 License:             BSD3
 License-file:        LICENSE
 Category:            Network, IO-Streams
@@ -32,7 +33,7 @@
                      bytestring    >= 0.9.2  && <0.11,
                      HsOpenSSL     >= 0.10.3 && <0.12,
                      io-streams    >= 1.0    && <1.6,
-                     network       >= 2.4    && <3.1
+                     network       >= 2.4    && <3.2
 
 
 ------------------------------------------------------------------------------