We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.7.1.0
1 parent 50ce116 commit 5fd9033Copy full SHA for 5fd9033
1 file changed
arrayfire.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 3.0
2
name: arrayfire
3
-version: 0.7.0.0
+version: 0.7.1.0
4
synopsis: Haskell bindings to the ArrayFire general-purpose GPU library
5
homepage: https://github.com/arrayfire/arrayfire-haskell
6
license: BSD-3-Clause
@@ -29,7 +29,7 @@ flag disable-build-tool-depends
29
custom-setup
30
setup-depends:
31
base <5,
32
- Cabal,
+ Cabal < 3.17,
33
cabal-doctest >=1 && <1.1
34
35
library
0 commit comments