packages feed

diohsc 0.1.14.5 → 0.1.14.6

raw patch · 3 files changed

+15/−15 lines, 3 filesdep +cryptondep +crypton-x509dep +crypton-x509-storedep −cryptonitedep −x509dep −x509-storedep ~containersdep ~filepathdep ~text

Dependencies added: crypton, crypton-x509, crypton-x509-store, crypton-x509-validation

Dependencies removed: cryptonite, x509, x509-store, x509-validation

Dependency ranges changed: containers, filepath, text, tls

Files

Makefile view
@@ -1,4 +1,4 @@-VERSION=0.1.14.5+VERSION=0.1.14.6  GHCOPTS=-threaded -DICONV -DMAGIC -ignore-package regex-compat-tdfa 
Version.hs view
@@ -16,4 +16,4 @@ programName = "diohsc"  version :: String-version = "0.1.14.5"+version = "0.1.14.6"
diohsc.cabal view
@@ -1,6 +1,6 @@ cabal-version:      1.18 name:               diohsc-version:            0.1.14.5+version:            0.1.14.6 license:            GPL-3 license-file:       COPYING maintainer:         mbays@sdf.org@@ -55,13 +55,13 @@         BoundedBSChan         BStack         ClientCert-        ClientOptions +        ClientOptions         ClientSessionManager-        ClientState +        ClientState         Command         CommandLine         Fingerprint-        History +        History         GeminiProtocol         Identity         LineClient@@ -72,7 +72,7 @@         Pager         PrintFancy         Prompt-        Queue +        Queue         Request         ResolveTarget         RunExternal@@ -92,13 +92,13 @@         asn1-encoding <0.10,         asn1-types >=0.3.4 && <0.4,         bytestring >=0.10.4.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,         hashable >= 1.1 && <1.5,         directory >=1.2.1.0 && <1.4,         exceptions >=0.10.4 && <0.11,-        filepath >=1.3.0.2 && <1.5,+        filepath >=1.3.0.2 && <1.6,         haskeline ==0.8.*,         hourglass >=0.2.12 && <0.3,         mime >=0.4.0.2 && <0.5,@@ -115,12 +115,12 @@         safe >=0.3.19 && <0.4,         temporary ==1.3.*,         terminal-size >=0.3.2.1 && <0.4,-        text >=1.1.0.0 && <2.1,-        tls >=1.5.4 && <1.7,+        text >=1.1.0.0 && <2.2,+        tls >=1.5.4 && <1.10,         transformers >=0.3.0.0 && <0.7,-        x509 >=1.7.5 && <1.8,-        x509-store >=1.6.7 && <1.7,-        x509-validation >=1.6.11 && <1.7+        crypton-x509 >=1.7.5 && <1.8,+        crypton-x509-store >=1.6.7 && <1.7,+        crypton-x509-validation >=1.6.11 && <1.7      if os(windows)         cpp-options: -DWINDOWS