summaryrefslogtreecommitdiff
path: root/wavefront-obj.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'wavefront-obj.cabal')
-rw-r--r--wavefront-obj.cabal7
1 files changed, 6 insertions, 1 deletions
diff --git a/wavefront-obj.cabal b/wavefront-obj.cabal
index 5baa231..507c3c6 100644
--- a/wavefront-obj.cabal
+++ b/wavefront-obj.cabal
@@ -17,7 +17,7 @@ library
17 exposed-modules: Wavefront.Lex 17 exposed-modules: Wavefront.Lex
18 , Wavefront.Types 18 , Wavefront.Types
19 , Wavefront 19 , Wavefront
20 -- other-modules: 20 other-modules: Text.UTF8
21 other-extensions: ConstraintKinds 21 other-extensions: ConstraintKinds
22 , DeriveFunctor 22 , DeriveFunctor
23 , FlexibleContexts 23 , FlexibleContexts
@@ -44,3 +44,8 @@ library
44 44
45 hs-source-dirs: src 45 hs-source-dirs: src
46 default-language: Haskell2010 46 default-language: Haskell2010
47 ghc-options: -Wmissing-signatures
48
49executable objcat
50 main-is: tools/objcat.hs
51 build-depends: base, bytestring, containers, dlist, mtl, wavefront-obj