29 lines
1003 B
Plaintext
29 lines
1003 B
Plaintext
cabal-version: >=1.10
|
|
-- Initial package description 'test-generator.cabal' generated by 'cabal
|
|
-- init'. For further documentation, see
|
|
-- http://haskell.org/cabal/users-guide/
|
|
|
|
name: test-generator
|
|
version: 0.1.0.0
|
|
synopsis: Test generation helper
|
|
-- description:
|
|
homepage: http://github.com/acw
|
|
-- bug-reports:
|
|
license: ISC
|
|
license-file: ../LICENSE
|
|
author: Adam Wick
|
|
maintainer: awick@uhsure.com
|
|
-- copyright:
|
|
category: Testing
|
|
build-type: Simple
|
|
extra-source-files: CHANGELOG.md
|
|
|
|
executable gen-tests
|
|
main-is: Main.hs
|
|
other-modules: Database, ECDSATesting, Math, Task
|
|
-- other-extensions:
|
|
build-depends: base >=4.11 && < 4.14, ascii-progress, bytestring, containers, cryptonite, directory, filepath, integer-gmp, random
|
|
hs-source-dirs: .
|
|
default-language: Haskell2010
|
|
ghc-options: -Wall -O2 -threaded -rtsopts -with-rtsopts=-N
|