summaryrefslogtreecommitdiff
path: root/wavefront-obj.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'wavefront-obj.cabal')
-rw-r--r--wavefront-obj.cabal6
1 files changed, 6 insertions, 0 deletions
diff --git a/wavefront-obj.cabal b/wavefront-obj.cabal
index 612d6f5..a1087df 100644
--- a/wavefront-obj.cabal
+++ b/wavefront-obj.cabal
@@ -92,3 +92,9 @@ library
92 92
93 hs-source-dirs: src 93 hs-source-dirs: src
94 default-language: Haskell2010 94 default-language: Haskell2010
95
96executable bench
97 main-is: test/bench.hs
98 C-sources: test/cube.c
99 ghc-options: -Wall -rtsopts
100 build-depends: base, bytestring, attoparsec, text, vector, transformers, mtl, containers, wavefront-obj, criterion, weigh