Skip to content

Commit d94ac34

Browse files
committed
remove GHC==8.2.2 from tested-with
1 parent 4f1d712 commit d94ac34

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

arrayfire.cabal

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: High-level Haskell bindings to the ArrayFire General-purpos
1515
.
1616
<<https://user-images.githubusercontent.com/875324/59819388-9ff83f00-92f5-11e9-9ac0-51eef200c716.png>>
1717
.
18-
tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1
18+
tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.1
1919

2020
flag disable-default-paths
2121
description: When enabled, don't add default hardcoded include/link dirs by default. Needed for hermetic builds like in nix.
@@ -91,9 +91,6 @@ library
9191
extra-lib-dirs:
9292
/opt/arrayfire/lib64
9393
/opt/arrayfire/lib
94-
-- ld-options:
95-
-- -Wl,-rpath /opt/arrayfire/lib
96-
-- -Wl,-rpath /opt/arrayfire/lib64
9794

9895
executable main
9996
hs-source-dirs:

0 commit comments

Comments
 (0)