Skip to content

Commit 9cda0c6

Browse files
committed
version bump. ghc844 and 865 complain about this.
1 parent 43aefa4 commit 9cda0c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arrayfire.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: arrayfire
2-
version: 0.3.0.0
2+
version: 0.4.0.0
33
synopsis: Haskell bindings to the ArrayFire general-purpose GPU library
44
homepage: https://github.com/arrayfire/arrayfire-haskell
55
license: BSD3

pkg.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}:
44
mkDerivation {
55
pname = "arrayfire";
6-
version = "0.3.0.0";
6+
version = "0.4.0.0";
77
src = ./.;
88
isLibrary = true;
99
isExecutable = true;

0 commit comments

Comments
 (0)