Skip to content

Commit e267400

Browse files
committed
Bump 0.5.1.0
1 parent 01d5261 commit e267400

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

arrayfire.cabal

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: arrayfire
2-
version: 0.5.0.0
2+
version: 0.5.1.0
33
synopsis: Haskell bindings to the ArrayFire general-purpose GPU library
44
homepage: https://github.com/arrayfire/arrayfire-haskell
55
license: BSD3
@@ -95,7 +95,8 @@ library
9595
/opt/arrayfire/include
9696
extra-lib-dirs:
9797
/opt/arrayfire/lib
98-
/opt/arrayfire/lib64
98+
ld-options:
99+
-Wl,-rpath /opt/arrayfire/lib
99100

100101
executable main
101102
hs-source-dirs:

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.5.0.0";
6+
version = "0.5.1.0";
77
src = ./.;
88
isLibrary = true;
99
isExecutable = true;

0 commit comments

Comments
 (0)