summaryrefslogtreecommitdiff
path: root/accelerate-sc.cabal
blob: 6813aaf0fea81200cda3e7605b4bc39dce50cbb2 (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
cabal-version:       2.0
name:                accelerate-sc
synopsis:            Sequential C backend for Accelerate
version:             1.3.0.0
license:             MIT
author:              Tom Smeding
maintainer:          tom@tomsmeding.com
build-type:          Simple

library
  exposed-modules:
  other-modules:
    Language.C
    SC.Acc
    SC.Defs
    SC.Exp
    SC.Monad
  build-depends:
    base >= 4.13 && < 4.15,
    containers >= 0.6.3.1 && < 0.7,
    accelerate ^>= 1.3.0.0,
    transformers >= 0.5.6 && < 0.7
  hs-source-dirs:      .
  default-language:    Haskell2010
  ghc-options:         -Wall -O2