cryptol/tests/cryptol-test-runner.cabal

33 lines
947 B
Plaintext
Raw Normal View History

2014-04-18 02:34:25 +04:00
Name: cryptol-test-runner
Version: 2.0
Synopsis: Testing framework for cryptol-2
License: AllRightsReserved
Author: Galois, Inc.
Maintainer: trevor@galois.com
Copyright: Galois Inc.
Category: Language
Build-type: Simple
Cabal-version: >= 1.10
flag static
default: False
description: Create a statically-linked binary
executable cryptol-test-runner
Main-is: Main.hs
build-depends: base,
containers,
process,
filepath,
directory,
HUnit,
test-framework,
2015-03-06 23:03:21 +03:00
test-framework-hunit,
regex-compat
2014-04-18 02:34:25 +04:00
GHC-options: -Wall -O2
Default-language: Haskell2010
if os(linux) && flag(static)
ld-options: -static -pthread