Skip to content

Commit 758357c

Browse files
committed
Prepare cabal files for 1.4.0.0 release
1 parent 937dbe3 commit 758357c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Install `clang`; you have two options:
104104
`winget install LLVM.LLVM`
105105
2. 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").
109109
This will also give you `libFFI`.
110110

accelerate-llvm-native/accelerate-llvm-native.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22

33
name: accelerate-llvm-native
4-
version: 1.3.0.0
4+
version: 1.4.0.0
55
tested-with: GHC >= 9.4
66
build-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

181181
source-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

accelerate-llvm-ptx/accelerate-llvm-ptx.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22

33
name: accelerate-llvm-ptx
4-
version: 1.3.0.0
4+
version: 1.4.0.0
55
tested-with: GHC >= 9.4
66
build-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

174174
source-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

accelerate-llvm/accelerate-llvm.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22

33
name: accelerate-llvm
4-
version: 1.3.0.0
4+
version: 1.4.0.0
55
tested-with: GHC >= 9.4
66
build-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

223223
source-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

0 commit comments

Comments
 (0)