-- Initial lambdacube-dsl.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: lambdacube-compiler version: 0.1.0.0 homepage: lambdacube3d.com license: BSD3 license-file: LICENSE author: Csaba Hruska, Peter Divianszky maintainer: csaba.hruska@gmail.com category: Graphics build-type: Simple cabal-version: >=1.10 library exposed-modules: -- Compiler Pretty Type Typecheck Parser IR Linear CoreToIR CoreToGLSL Driver other-extensions: LambdaCase PatternSynonyms ViewPatterns TypeSynonymInstances FlexibleInstances NoMonomorphismRestriction TypeFamilies RecordWildCards DeriveFunctor DeriveFoldable DeriveTraversable GeneralizedNewtypeDeriving OverloadedStrings TupleSections MonadComprehensions ExistentialQuantification ScopedTypeVariables ParallelListComp build-depends: -- compiler aeson >= 0.9 && <1, base >=4.7 && <4.9, containers >=0.5 && <0.6, deepseq, directory, exceptions >= 0.8 && <0.9, filepath, mtl >=2.2 && <2.3, parsec >= 3.1 && <3.2, pretty-compact >=1.0 && <1.1, text >= 1.2 && <1.3, vector >= 0.11 && <0.12 hs-source-dirs: . default-language: Haskell2010 executable lambdacube-compiler-test-suite hs-source-dirs: . main-is: runTests.hs build-depends: aeson >= 0.9 && <1, base < 4.9, containers >=0.5 && <0.6, deepseq, directory, exceptions >= 0.8 && <0.9, filepath, mtl >=2.2 && <2.3, lambdacube-compiler, parsec >= 3.1 && <3.2, pretty-compact >=1.0 && <1.1, text >= 1.2 && <1.3, vector >= 0.11 && <0.12 default-language: Haskell2010 GHC-Options: -O2 -fhpc -hpcdir dist/hpc/lambdacube-compiler