-- Initial OpenSCAD.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: OpenSCAD version: 0.3.0.0 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.4, 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: hg location: https://code.google.com/p/graphics-openscad/ tag: 0.3.0.0