We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d5261 commit a78750eCopy full SHA for a78750e
arrayfire.cabal
@@ -1,5 +1,5 @@
1
name: arrayfire
2
-version: 0.5.0.0
+version: 0.5.1.0
3
synopsis: Haskell bindings to the ArrayFire general-purpose GPU library
4
homepage: https://github.com/arrayfire/arrayfire-haskell
5
license: BSD3
pkg.nix
@@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "arrayfire";
6
- version = "0.5.0.0";
+ version = "0.6.0.0";
7
src = ./.;
8
isLibrary = true;
9
isExecutable = true;
0 commit comments