RSAPair.cabal 503 B

12345678910111213141516
  1. name: RSAPair
  2. version: 0.1.0.1
  3. license: OtherLicense
  4. license-file: LICENSE
  5. author: Getty Ritter
  6. maintainer: gdritter@galois.com
  7. category: Codec
  8. build-type: Simple
  9. cabal-version: >=1.10
  10. executable rsa-pair
  11. main-is: RSAPair.hs
  12. build-depends: base >=4.6 && <4.8,
  13. bytestring, binary, DRBG, crypto-api, RSA
  14. hs-source-dirs: src
  15. default-language: Haskell2010