RSAPair.cabal 707 B

1234567891011121314151617181920212223
  1. -- Initial RSAPair.cabal generated by cabal init. For further
  2. -- documentation, see http://haskell.org/cabal/users-guide/
  3. name: RSAPair
  4. version: 0.1.0.0
  5. license: OtherLicense
  6. license-file: LICENSE
  7. author: Getty Ritter
  8. maintainer: gdritter@galois.com
  9. -- copyright:
  10. category: Codec
  11. build-type: Simple
  12. -- extra-source-files:
  13. cabal-version: >=1.10
  14. executable RSAPair
  15. main-is: RSAPair.hs
  16. -- other-modules:
  17. -- other-extensions:
  18. build-depends: base >=4.6 && <4.7,
  19. bytestring, binary, DRBG, crypto-api, RSA
  20. hs-source-dirs: src
  21. default-language: Haskell2010