hcad-0.1: hcad.cabal
name: hcad
version: 0.1
category: Graphics
synopsis: Haskell CAD library
license: GPL
license-file: LICENSE
author: Jean-Philippe Bernardy
maintainer: jeanphilippe.bernardy@gmail.com
cabal-version: 1.18
build-type: Simple
description: Haskell CAD library on top of OpenSCAD
library
build-depends: base < 666
, gasp
, containers
-- , glpk-hs
, mtl
exposed-modules: HCad
, HCad.Part
, HCad.Part.Extensions
, HCad.SCAD
, HCad.Expr
, HCad.Nuts
default-language: Haskell2010