1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Index: b/openssl-streams.cabal
===================================================================
--- a/openssl-streams.cabal
+++ b/openssl-streams.cabal
@@ -1,5 +1,6 @@
Name: openssl-streams
Version: 1.2.3.0
+x-revision: 1
License: BSD3
License-file: LICENSE
Category: Network, IO-Streams
@@ -29,7 +30,7 @@ Library
Exposed-modules: System.IO.Streams.SSL
Build-depends: base >= 4 && <5,
- bytestring >= 0.9.2 && <0.11,
+ bytestring >= 0.9.2 && <0.12,
HsOpenSSL >= 0.10.3 && <0.12,
io-streams >= 1.0 && <1.6,
network >= 2.4 && <3.2
|