Cabal revisions of tls-0.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: tls Version: 0.1.1+x-revision: 1 Description: Implementation of the TLS protocol, focusing on purity and more type-checking. . Default: False Library- Build-Depends: base >= 3 && < 5,- mtl,- cryptohash,+ Build-Depends: base >= 3 && < 4.6,+ mtl < 1.2,+ cryptohash < 0.7, binary >= 0.5,- bytestring,- vector,- haskell98,- AES, RSA, spoon,- cryptocipher,- certificate >= 0.2+ bytestring < 0.10,+ vector < 0.13,+ haskell98 < 1.2,+ AES < 0.3,+ RSA < 1.1,+ spoon < 0.4,+ cryptocipher < 0.3,+ certificate >= 0.2 && < 0.5 Exposed-modules: Network.TLS.Client Network.TLS.Server Network.TLS.Struct