crypto-pubkey-openssh 0.2.4 → 0.2.5
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~attoparsecdep ~basedep ~tasty
Dependency ranges changed: attoparsec, base, tasty, tasty-quickcheck, temporary
Files
crypto-pubkey-openssh.cabal view
@@ -1,5 +1,5 @@ Name: crypto-pubkey-openssh-Version: 0.2.4+Version: 0.2.5 Synopsis: OpenSSH keys decoder/encoder Description: OpenSSH keys decoder/encoder License: MIT@@ -29,7 +29,7 @@ , bytestring == 0.10.* || == 0.9.* , base64-bytestring == 1.0.* , cereal == 0.4.*- , attoparsec == 0.10.*+ , attoparsec == 0.11.* || == 0.10.* , crypto-pubkey-types == 0.4.* , pem == 0.2.* , asn1-types == 0.2.*@@ -49,20 +49,20 @@ if flag(OpenSsh) cpp-options: -DOPENSSH - Build-depends: base == 4.6.* || == 4.5.*+ Build-depends: base == 4.7.* || == 4.6.* || == 4.5.* , bytestring == 0.10.* || == 0.9.* , base64-bytestring == 1.0.* , cereal == 0.4.*- , attoparsec == 0.10.*+ , attoparsec == 0.11.* || == 0.10.* , crypto-pubkey-types == 0.4.* , pem == 0.2.* , asn1-types == 0.2.* , asn1-encoding == 0.8.* - , tasty == 0.6.*- , tasty-quickcheck == 0.3.*+ , tasty == 0.8.*+ , tasty-quickcheck == 0.8.* , QuickCheck == 2.6.*- , temporary == 1.1.*+ , temporary == 1.2.* || == 1.1.* , process == 1.2.* , filepath == 1.3.* , deepseq == 1.3.*