-- Initial lambdacube-ir.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: lambdacube-ir version: 0.3.0.1 synopsis: LambdaCube 3D intermediate representation of 3D graphics pipelines description: LambdaCube 3D intermediate representation of 3D graphics pipelines license: BSD3 license-file: LICENSE author: Csaba Hruska maintainer: csaba.hruska@gmail.com -- copyright: category: Graphics build-type: Simple -- extra-source-files: cabal-version: >=1.10 library exposed-modules: LambdaCube.Linear LambdaCube.IR LambdaCube.Mesh LambdaCube.PipelineSchema LambdaCube.PipelineSchemaUtil -- other-modules: other-extensions: OverloadedStrings, RecordWildCards, DeriveFunctor -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository build-depends: base >=4.8 && <4.10, containers >=0.5 && <0.6, vector >=0.11 && <0.12, text >=1.2 && <1.3, aeson >=0.9 && <0.12, mtl >=2.2 && <2.3 hs-source-dirs: src default-language: Haskell2010