Cabal revisions of tls-0.3.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: tls Version: 0.3.1+x-revision: 1 Description: native TLS protocol implementation, focusing on purity and more type-checking. . vector, AES, crypto-api >= 0.2,- cryptocipher >= 0.2,+ cryptocipher >= 0.2 && < 0.5, certificate >= 0.3.2 Exposed-modules: Network.TLS.Client Network.TLS.Server
revision 2
Name: tls Version: 0.3.1-x-revision: 1+x-revision: 2 Description: native TLS protocol implementation, focusing on purity and more type-checking. . Default: False Library- Build-Depends: base >= 3 && < 7,+ Build-Depends: base >= 3 && < 4.7, mtl, cryptohash >= 0.6, binary >= 0.5, bytestring, vector, AES,- crypto-api >= 0.2,- cryptocipher >= 0.2 && < 0.5,- certificate >= 0.3.2+ crypto-api >= 0.2 && < 0.8,+ cryptocipher >= 0.2 && < 0.3,+ certificate >= 0.3.2 && < 0.5 Exposed-modules: Network.TLS.Client Network.TLS.Server Network.TLS.Struct