Skip to content

Commit 5fd9033

Browse files
committed
Bump to 0.7.1.0.
1 parent 50ce116 commit 5fd9033

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arrayfire.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: arrayfire
3-
version: 0.7.0.0
3+
version: 0.7.1.0
44
synopsis: Haskell bindings to the ArrayFire general-purpose GPU library
55
homepage: https://github.com/arrayfire/arrayfire-haskell
66
license: BSD-3-Clause
@@ -29,7 +29,7 @@ flag disable-build-tool-depends
2929
custom-setup
3030
setup-depends:
3131
base <5,
32-
Cabal,
32+
Cabal < 3.17,
3333
cabal-doctest >=1 && <1.1
3434

3535
library

0 commit comments

Comments
 (0)