summaryrefslogtreecommitdiff
path: root/lambdacube-ir.haskell/lambdacube-ir.cabal
blob: 4ff27ed96cb9d6ba3206c35639c21e61c0d4207c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
-- Initial lambdacube-ir.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                lambdacube-ir
version:             0.2.0.0
-- synopsis:            
-- description:         
license:             BSD3
license-file:        LICENSE
author:              Csaba Hruska
maintainer:          csaba.hruska@gmail.com
-- copyright:           
-- category:            
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.9, containers >=0.5 && <0.6, vector >=0.11 && <0.12, text >=1.2 && <1.3, aeson >=0.9 && <0.11, mtl >=2.2 && <2.3
  hs-source-dirs:      src
  default-language:    Haskell2010