File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Install `clang`; you have two options:
104104 ` winget install LLVM.LLVM `
1051052 . By downloading the installer directly (WinGet just runs the same installer)
106106 from [ here] ( https://github.com/llvm/llvm-project/releases ) (choose
107- "LLVM-< version >-win64.exe" from the latest release; you may need to click
107+ "LLVM-& lt ; version>-win64.exe" from the latest release; you may need to click
108108 "Show all 57 assets").
109109This will also give you ` libFFI ` .
110110
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22
33name : accelerate-llvm-native
4- version : 1.3 .0.0
4+ version : 1.4 .0.0
55tested-with : GHC >= 9.4
66build-type : Custom
77
@@ -93,8 +93,8 @@ Library
9393
9494 build-depends :
9595 base >= 4.10 && < 5
96- , accelerate == 1.3 . *
97- , accelerate-llvm == 1.3 . *
96+ , accelerate == 1.4 . *
97+ , accelerate-llvm == 1.4 . *
9898 , bytestring >= 0.10.4
9999 , cereal >= 0.4
100100 , containers >= 0.5 && < 0.9
@@ -180,7 +180,7 @@ source-repository head
180180
181181source-repository this
182182 type : git
183- tag : v1.3 .0.0
183+ tag : v1.4 .0.0
184184 location : https://github.com/AccelerateHS/accelerate-llvm.git
185185
186186-- vim: nospell
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22
33name : accelerate-llvm-ptx
4- version : 1.3 .0.0
4+ version : 1.4 .0.0
55tested-with : GHC >= 9.4
66build-type : Simple
77
@@ -93,8 +93,8 @@ Library
9393
9494 build-depends :
9595 base >= 4.10 && < 5
96- , accelerate == 1.3 . *
97- , accelerate-llvm == 1.3 . *
96+ , accelerate == 1.4 . *
97+ , accelerate-llvm == 1.4 . *
9898 , bytestring >= 0.10.4
9999 , containers >= 0.5 && < 0.9
100100 , cuda >= 0.10
@@ -173,7 +173,7 @@ source-repository head
173173
174174source-repository this
175175 type : git
176- tag : v1.3 .0.0
176+ tag : v1.4 .0.0
177177 location : https://github.com/AccelerateHS/accelerate-llvm.git
178178
179179-- vim: nospell
Original file line number Diff line number Diff line change 11cabal-version : 2.2
22
33name : accelerate-llvm
4- version : 1.3 .0.0
4+ version : 1.4 .0.0
55tested-with : GHC >= 9.4
66build-type : Simple
77
@@ -113,7 +113,7 @@ Library
113113
114114 build-depends :
115115 base >= 4.10 && < 5
116- , accelerate == 1.3 . *
116+ , accelerate == 1.4 . *
117117 , bytestring >= 0.10.4
118118 , constraints >= 0.9
119119 , containers >= 0.5 && < 0.9
@@ -222,7 +222,7 @@ source-repository head
222222
223223source-repository this
224224 type : git
225- tag : v1.3 .0.0
225+ tag : v1.4 .0.0
226226 location : https://github.com/AccelerateHS/accelerate-llvm.git
227227
228228-- vim: nospell
You can’t perform that action at this time.
0 commit comments