htalkat 0.1.2.3 → 0.1.2.4
raw patch · 3 files changed
+10/−11 lines, 3 filesdep +cryptondep +crypton-x509dep +crypton-x509-validationdep −cryptonitedep −x509dep −x509-validationdep ~containersdep ~filepathdep ~text
Dependencies added: crypton, crypton-x509, crypton-x509-validation
Dependencies removed: cryptonite, x509, x509-validation
Dependency ranges changed: containers, filepath, text, tls
Files
- RelayStream.hs +1/−2
- Version.hs +1/−1
- htalkat.cabal +8/−8
RelayStream.hs view
@@ -8,8 +8,7 @@ -- You should have received a copy of the GNU General Public License -- along with this program. If not, see http://www.gnu.org/licenses/. -{-# LANGUAGE LambdaCase #-}-{-# LANGUAGE OverloadedStrings #-}+{-# LANGUAGE LambdaCase #-} module RelayStream where
Version.hs view
@@ -16,4 +16,4 @@ programName = "htalkat" version :: String-version = "0.1.2.3"+version = "0.1.2.4"
htalkat.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: htalkat-version: 0.1.2.3+version: 0.1.2.4 license: GPL-3 license-file: COPYING maintainer: mbays@sdf.org@@ -61,14 +61,14 @@ asn1-encoding <0.10, asn1-types >=0.3.4 && <0.4, bytestring >=0.10.8.0 && <0.13,- containers >=0.5.5.1 && <0.7,- cryptonite >=0.26 && <0.31,+ containers >=0.5.5.1 && <0.8,+ crypton >=0.26 && <0.35, data-default-class >=0.1.2.0 && <0.2, data-hash >=0.2.0.1 && <0.3, directory >=1.2.1.0 && <1.4, exceptions >=0.10.4 && <0.11, filelock <0.2,- filepath >=1.3.0.2 && <1.5,+ filepath >=1.3.0.2 && <1.6, hourglass >=0.2.12 && <0.3, memory >=0.14 && <0.19, mtl >=2.0 && <2.4,@@ -79,12 +79,12 @@ rset <1.1, safe >=0.3.19 && <0.4, temporary >= 1.2 && <1.4,- text >=1.1.0.0 && <2.1,+ text >=1.1.0.0 && <2.2, time <1.14,- tls >=1.5.4 && <1.7,+ tls >=1.5.4 && <1.10, transformers >=0.3.0.0 && <0.7,- x509 >=1.7.5 && <1.8,- x509-validation >=1.6.11 && <1.7+ crypton-x509 >=1.7.5 && <1.8,+ crypton-x509-validation >=1.6.11 && <1.7 if os(windows) cpp-options: -DWINDOWS