cryptol/tests/cryptol-test-runner.cabal
2014-04-17 15:34:25 -07:00

32 lines
910 B
Plaintext

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,
test-framework-hunit
GHC-options: -Wall -O2
Default-language: Haskell2010
if os(linux) && flag(static)
ld-options: -static -pthread