summaryrefslogtreecommitdiff
path: root/cabal.project
diff options
context:
space:
mode:
Diffstat (limited to 'cabal.project')
-rw-r--r--cabal.project23
1 files changed, 14 insertions, 9 deletions
diff --git a/cabal.project b/cabal.project
index 247bfa3..25044a4 100644
--- a/cabal.project
+++ b/cabal.project
@@ -1,26 +1,31 @@
-packages:
- .
- accelerate-llvm/accelerate-llvm
- accelerate-llvm/accelerate-llvm-native
+packages: .
+-- So that we're able to use llvm-12
allow-newer:
accelerate-llvm:llvm-hs,
accelerate-llvm:llvm-hs-pure,
accelerate-llvm-native:llvm-hs,
accelerate-llvm-native:llvm-hs-pure
+-- There's a missing upper bound for libffi on accelerate-llvm-native, so we provide it here
+constraints:
+ libffi <= 0.1
+
+-- llvm12 support
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
+-- llvm12 support
+source-repository-package
+ type: git
+ location: https://github.com/AccelerateHS/accelerate-llvm
+ tag: master
+ subdir: accelerate-llvm accelerate-llvm-native accelerate-llvm-ptx
+-- llvm12 support
source-repository-package
type: git
location: https://github.com/AccelerateHS/accelerate