From f414c3f017a9da40440262bda8aac0486ef6e21b Mon Sep 17 00:00:00 2001 From: Joe Crayne Date: Sat, 20 Jul 2019 21:03:55 -0400 Subject: Support for renumbering vertices. --- wavefront-obj.cabal | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'wavefront-obj.cabal') 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 exposed-modules: Wavefront.Lex , Wavefront.Types , Wavefront - -- other-modules: + other-modules: Text.UTF8 other-extensions: ConstraintKinds , DeriveFunctor , FlexibleContexts @@ -44,3 +44,8 @@ library hs-source-dirs: src default-language: Haskell2010 + ghc-options: -Wmissing-signatures + +executable objcat + main-is: tools/objcat.hs + build-depends: base, bytestring, containers, dlist, mtl, wavefront-obj -- cgit v1.2.3