-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvtk.cabal
35 lines (34 loc) · 1.03 KB
/
vtk.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: vtk
version: 0.1.0
cabal-version: >= 1.8
build-type: Simple
license: BSD3
license-file: LICENSE
maintainer: Edgar Gomes de Araujo
stability: experimental
bug-reports: talktoedgar at gmail dot com
synopsis: Library to generate VTK files for 3D visualizations.
description: Library to generate VTK files for 3D visualizations.
category: Data
author: Edgar Gomes de Araujo
Library
build-depends: base == 4.*
, containers
, text
, bytestring
, vector
, xmlgen
, blaze-builder
, base64-bytestring
exposed-modules: Data.VTK
other-modules: Data.VTK.VTKXMLTemplate
Data.VTK.Types
hs-source-dirs: src
ghc-options: -O2
-rtsopts
-Wall
-funbox-strict-fields
-threaded
-fprof-auto
-auto-all
-caf-all