packages feed

commsec-0.2: commsec.cabal

-- Initial commsec.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                commsec
version:             0.2
synopsis:            Communications security
 description:        A basic communications security package that provides confidentiallity, integrity and replay detection.
license:             BSD3
license-file:        LICENSE
author:              Thomas M. DuBuisson
maintainer:          thomas.dubuisson@gmail.com
copyright:           Thomas M. DuBuisson (2013)
category:            Cryptography
build-type:          Simple
cabal-version:       >=1.8

library
  exposed-modules:     Network.CommSec, Network.CommSec.Package
  -- other-modules:       
  build-depends:       base >4.5 && < 5,
                       cipher-aes128 >= 0.2,
                       bytestring,
                       crypto-api,
                       network >= 2.5