summaryrefslogtreecommitdiff
path: root/cabal.project
blob: 247bfa3d8a7ee8a043a9902c09ad941100e08325 (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
packages:
  .
  accelerate-llvm/accelerate-llvm
  accelerate-llvm/accelerate-llvm-native

allow-newer:
  accelerate-llvm:llvm-hs,
  accelerate-llvm:llvm-hs-pure,
  accelerate-llvm-native:llvm-hs,
  accelerate-llvm-native:llvm-hs-pure

source-repository-package
  type: git
  location: https://github.com/llvm-hs/llvm-hs
  tag: llvm-12
  subdir: llvm-hs llvm-hs-pure

-- source-repository-package
--   type: git
--   location: https://github.com/AccelerateHS/accelerate-llvm
--   tag: master
--   subdir: accelerate-llvm accelerate-llvm-native accelerate-llvm-ptx

source-repository-package
  type: git
  location: https://github.com/AccelerateHS/accelerate
  tag: master
  post-checkout-command: bash -c "! git submodule update --init --recursive"