peyotls 0.1.6.8 → 0.1.6.9
raw patch · 1 files changed
+9/−9 lines, 1 filesdep ~asn1-encodingdep ~asn1-typesdep ~peyotls-codecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: asn1-encoding, asn1-types, peyotls-codec, x509, x509-store
API changes (from Hackage documentation)
Files
- peyotls.cabal +9/−9
peyotls.cabal view
@@ -2,7 +2,7 @@ cabal-version: >= 1.8 name: peyotls-version: 0.1.6.8+version: 0.1.6.9 stability: Experimental author: Yoshikuni Jujo <PAF01143@nifty.ne.jp> maintainer: Yoshikuni Jujo <PAF01143@nifty.ne.jp>@@ -281,7 +281,7 @@ source-repository this type: git location: git://github.com/YoshikuniJujo/peyotls.git- tag: peyotls-0.1.6.8+ tag: peyotls-0.1.6.9 library hs-source-dirs: src@@ -299,13 +299,13 @@ Network.PeyoTLS.Ecdsa, Network.PeyoTLS.CertSecretKey build-depends: base == 4.*, bytestring == 0.10.*, monads-tf == 0.1.*,- asn1-encoding == 0.8.*, asn1-types == 0.2.*,- pem == 0.2.*, x509 == 1.4.*, x509-store == 1.4.*, x509-validation == 1.5.*,+ asn1-encoding == 0.9.*, asn1-types == 0.3.*,+ pem == 0.2.*, x509 == 1.5.*, x509-store == 1.5.*, x509-validation == 1.5.*, crypto-numbers == 0.2.*, crypto-random == 0.0.*, cryptohash == 0.11.*, crypto-pubkey == 0.2.*, crypto-pubkey-types == 0.4.*, cipher-aes == 0.2.*,- bytable == 0.1.*, handle-like == 0.1.*, peyotls-codec == 0.2.*,+ bytable == 0.1.*, handle-like == 0.1.*, peyotls-codec == 0.3.*, stm == 2.4.*, transformers-base == 0.4.*, monad-control == 0.3.* ghc-options: -Wall extensions: PatternGuards, DoAndIfThenElse@@ -316,7 +316,7 @@ hs-source-dirs: test build-depends: peyotls, handle-like == 0.1.*, base == 4.*, bytestring == 0.10.*, network == 2.4.*, stm == 2.4.*,- x509 == 1.4.*, x509-store == 1.4.*, crypto-random == 0.0.*+ x509 == 1.5.*, x509-store == 1.5.*, crypto-random == 0.0.* ghc-options: -Wall test-suite debug-test@@ -325,7 +325,7 @@ hs-source-dirs: test build-depends: peyotls, handle-like == 0.1.*, base == 4.*, bytestring == 0.10.*, network == 2.4.*, stm == 2.4.*,- x509 == 1.4.*, x509-store == 1.4.*, crypto-random == 0.0.*,+ x509 == 1.5.*, x509-store == 1.5.*, crypto-random == 0.0.*, random == 1.0.* ghc-options: -Wall @@ -335,7 +335,7 @@ hs-source-dirs: test build-depends: peyotls, handle-like == 0.1.*, base == 4.*, bytestring == 0.10.*, network == 2.4.*, stm == 2.4.*,- x509 == 1.4.*, x509-store == 1.4.*, crypto-random == 0.0.*,+ x509 == 1.5.*, x509-store == 1.5.*, crypto-random == 0.0.*, random == 1.0.* ghc-options: -Wall @@ -345,6 +345,6 @@ hs-source-dirs: test build-depends: peyotls, handle-like == 0.1.*, base == 4.*, bytestring == 0.10.*, network == 2.4.*, stm == 2.4.*,- x509 == 1.4.*, x509-store == 1.4.*, crypto-random == 0.0.*,+ x509 == 1.5.*, x509-store == 1.5.*, crypto-random == 0.0.*, random == 1.0.* ghc-options: -Wall