name: hopenpgp-tools version: 0.0.1 synopsis: hOpenPGP-based command-line tools description: command-line tools for performing some OpenPGP-related operations homepage: http://floss.scru.org/hopenpgp-tools license: OtherLicense license-file: LICENSE author: Clint Adams maintainer: Clint Adams copyright: 2012-2013 Clint Adams category: Codec, Data build-type: Simple cabal-version: >=1.10 executable hot main-is: hot.hs ghc-options: -Wall build-depends: base > 4 && < 5 , bytestring , cereal , cereal-conduit , conduit , hOpenPGP >= 0.8 , openpgp-asciiarmor >= 0.1 , optparse-applicative , transformers default-language: Haskell2010 executable hokey main-is: hokey.hs ghc-options: -Wall build-depends: base > 4 && < 5 , bytestring , cereal , cereal-conduit , conduit , crypto-pubkey , directory , hOpenPGP >= 0.8 , ixset , lens , optparse-applicative , transformers default-language: Haskell2010 executable hkt main-is: hkt.hs ghc-options: -Wall build-depends: base > 4 && < 5 , bytestring , cereal , cereal-conduit , conduit , crypto-pubkey , directory , hOpenPGP >= 0.8 , ixset , lens , optparse-applicative , transformers default-language: Haskell2010 source-repository head type: git location: git://git.debian.org/users/clint/hopenpgp-tools.git