packages feed

OpenSCAD-0.2.1.1: OpenSCAD.cabal

-- Initial OpenSCAD.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                OpenSCAD
version:             0.2.1.1
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.6 && <4.8,
                       colour >=2.3 && <2.4,
                       filepath >=1.3 && <1.4,
                       semigroups >= 0.15 && < 1.0
  -- hs-source-dirs:      
  default-language:    Haskell2010

Test-Suite Units
  type:        exitcode-stdio-1.0
  main-is:     UnitTest.hs
  build-depends: base >=4.6 && <4.8,
                 colour >=2.3 && <2.4,
                 filepath >=1.3 && <1.4,
                 HUnit >=1.2 && <1.4,
                 Cabal >= 1.18,
                 test-framework-hunit >=0.3 && < 0.5,
                 test-framework >=0.8 && < 1.0,
                 semigroups >= 0.15 && < 1.0
  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.2.1.1