packages feed

cabal-sign-0.3.2.0: cabal-sign.cabal

name:                cabal-sign
version:             0.3.2.0
synopsis:            Sign and verify Cabal packages.
description:         Sign and verify Cabal packages.
license:             BSD3
license-file:        LICENSE
author:              Chris Done
maintainer:          chrisdone@gmail.com
category:            Development
build-type:          Simple
cabal-version:       >=1.8

executable cabal-sign
  main-is:             Main.hs
  ghc-options: -O2
  hs-source-dirs:      src
  build-depends:       base > 4 && < 5,
                       SHA2,
                       zlib,
                       tar,
                       bytestring,
                       directory,
                       cereal,
                       filepath,
                       process