summaryrefslogtreecommitdiff
path: root/openscad/OpenSCAD.cabal
blob: ebfd955cda6aa0023311ba86bf88f886825820f0 (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
-- Initial OpenSCAD.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                OpenSCAD
version:             0.3.0.2
synopsis:            ADT wrapper and renderer for OpenSCAD models.
description:         An algebraic data type for describing OpenSCAD models,
                     functions to make building such models easier, and
                     functions for rendering an ADT into an OpenSCAD program.
homepage:            https://chiselapp.com/user/mwm/repository/OpenSCAD/
license:             BSD3
license-file:        LICENSE
author:              Mike Meyer
maintainer:          mwm@mired.org
-- copyright:           
category:            Graphics
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  exposed-modules:     Graphics.OpenSCAD, Graphics.OpenSCAD.Unicode
  -- other-modules:       
  other-extensions:    UnicodeSyntax
  build-depends: base > 4.5 && < 5.0,
                 colour >=2.3 && < 2.4,
                 filepath >=1.3 && < 1.5,
                 semigroups >= 0.15 && < 1.0,
                 containers >= 0.5
  -- hs-source-dirs:      
  default-language:    Haskell2010

Test-Suite Units
  type:        exitcode-stdio-1.0
  main-is:     UnitTest.hs
  build-depends: base > 4.5 && < 5.0,
                 colour >=2.3,
                 filepath >=1.3,
                 HUnit >=1.2,
                 Cabal >= 1.18,
                 tasty-hunit >= 0.9,
                 tasty >=0.8,
                 deepseq >= 1.3,
                 testpack >= 2.1.2.1,
                 containers >= 0.5.5.1,
                 semigroups >= 0.15 && < 1.0,
                 containers >= 0.5
  default-language:    Haskell2010

source-repository head
  type:           fossil
  location:       https://chiselapp.com/user/mwm/repository/OpenSCAD/

source-repository this
  type:           fossil
  location:       https://chiselapp.com/user/mwm/repository/OpenSCAD/
  tag:            0.3.0.2