name: polar-shader version: 0.1.0.0 synopsis: High-level shader compiler for Polar Game Engine description: A high-level generic shader compiler library built for the Polar Game Engine. license: Apache-2.0 license-file: LICENSE author: David Farrell maintainer: David Farrell copyright: Copyright (C) 2015 David Farrell category: Game Engine build-type: Simple cabal-version: >=1.9.2 source-repository head type: git location: https://github.com/polar-engine/polar-shader.git library exposed-modules: Polar.Shader, Polar.Shader.Types, Polar.Shader.Tokenizer, Polar.Shader.Parser, Polar.Shader.Processor build-depends: base >=4.8 && <5, mtl >=2.2, containers >=0.5.5, lens >=4.12 hs-source-dirs: lib/polar-shader/src ghc-options: -W ghc-prof-options: -fprof-auto-calls test-suite test-polar-shader type: exitcode-stdio-1.0 main-is: Spec.hs build-depends: base >=4.8 && <5, containers >=0.5.5, hspec >=2.1, polar hs-source-dirs: lib/polar-shader/test ghc-options: -W