We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d5261 commit e267400Copy full SHA for e267400
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
@@ -95,7 +95,8 @@ library
95
/opt/arrayfire/include
96
extra-lib-dirs:
97
/opt/arrayfire/lib
98
- /opt/arrayfire/lib64
+ ld-options:
99
+ -Wl,-rpath /opt/arrayfire/lib
100
101
executable main
102
hs-source-dirs:
pkg.nix
@@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "arrayfire";
6
- version = "0.5.0.0";
+ version = "0.5.1.0";
7
src = ./.;
8
isLibrary = true;
9
isExecutable = true;
0 commit comments