summaryrefslogtreecommitdiff
path: root/wavefront-obj.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'wavefront-obj.cabal')
-rw-r--r--wavefront-obj.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/wavefront-obj.cabal b/wavefront-obj.cabal
index 717ab5f..612d6f5 100644
--- a/wavefront-obj.cabal
+++ b/wavefront-obj.cabal
@@ -48,6 +48,7 @@ library
48 , Codec.Wavefront.Face 48 , Codec.Wavefront.Face
49 , Codec.Wavefront.FreeForm 49 , Codec.Wavefront.FreeForm
50 , Codec.Wavefront.Token 50 , Codec.Wavefront.Token
51 , Wavefront
51 -- other-modules: 52 -- other-modules:
52 other-extensions: ForeignFunctionInterface 53 other-extensions: ForeignFunctionInterface
53 , UnicodeSyntax 54 , UnicodeSyntax
@@ -85,5 +86,9 @@ library
85 , lens >=4.16 && <4.17 86 , lens >=4.16 && <4.17
86 , transformers >=0.5 && <0.6 87 , transformers >=0.5 && <0.6
87 , mtl >=2.2 && <2.3 88 , mtl >=2.2 && <2.3
89 , bytestring
90 , bytestring-lexing
91 , pretty-show
92
88 hs-source-dirs: src 93 hs-source-dirs: src
89 default-language: Haskell2010 94 default-language: Haskell2010