name: language-openscad version: 0.1.2 synopsis: A simple parser for OpenSCAD description: A simple parser for OpenSCAD homepage: http://www.github.com/bgamari/language-openscad license: BSD3 license-file: LICENSE author: Ben Gamari maintainer: bgamari@gmail.com> -- copyright: category: Language build-type: Simple cabal-version: >=1.10 source-repository head type: git location: git://github.com/bgamari/language-openscad.git library exposed-modules: Language.OpenSCAD -- other-modules: other-extensions: OverloadedStrings build-depends: base >=4.6 && <4.7, attoparsec >=0.10 && <0.11, bytestring >=0.10 && <0.11 hs-source-dirs: src default-language: Haskell2010 executable Test main-is: Test.hs build-depends: base >=4.6 && <4.7, attoparsec >=0.10 && <0.11, bytestring >=0.10 && <0.11, language-openscad default-language: Haskell2010