Skip to content

Commit 01bd932

Browse files
Bump cabal version
1 parent ec02139 commit 01bd932

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

inline-c-cpp/inline-c-cpp.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: inline-c-cpp
3-
version: 0.5.0.1
3+
version: 0.5.0.2
44
synopsis: Lets you embed C++ code into Haskell.
55
description: Utilities to inline C++ code into Haskell using inline-c. See
66
tests for example on how to build.
@@ -10,7 +10,7 @@ author: Francesco Mazzoli
1010
maintainer: [email protected]
1111
copyright: (c) 2015-2016 FP Complete Corporation, (c) 2017-2019 Francesco Mazzoli
1212
category: FFI
13-
tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.2, GHC == 9.2.2
13+
tested-with: GHC == 9.2.8, GHC == 9.4.7, GHC == 9.6.2
1414
build-type: Simple
1515
extra-source-files: test/*.h
1616

inline-c-objc/inline-c-objc.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: Francesco Mazzoli
1010
maintainer: [email protected]
1111
copyright: (c) 2015-2016 FP Complete Corporation, (c) 2017-2023 Francesco Mazzoli
1212
category: FFI
13-
tested-with: GHC == 9.2.7
13+
tested-with: GHC == 9.2.8, GHC == 9.4.7, GHC == 9.6.2
1414
build-type: Simple
1515

1616
source-repository head

inline-c/changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
- 0.9.1.10:
2+
* Add -fcompact-unwind for darwin exceptions(#131).
3+
* Fix Cpp.Exception error message line numbers(#133).
4+
* Skip generating foreign calls under ghcide(HSL), generate stubs instead(#128).
5+
* Add ctxRawObjectCompile option to support CUDA(#147).
16
- 0.9.1.8: Tighten ansi-wl-pprint upper bound, see issue #144.
27
- 0.9.1.7: Allow arbitrary number of C++ templates, see PR #141.
38
- 0.9.1.6: Fix mistakenly unsafe call, see issue #137.

inline-c/inline-c.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: inline-c
2-
version: 0.9.1.9
2+
version: 0.9.1.10
33
synopsis: Write Haskell source files including C code inline. No FFI required.
44
description: See <https://github.com/fpco/inline-c/blob/master/README.md>.
55
license: MIT
@@ -8,7 +8,7 @@ author: Francesco Mazzoli, Mathieu Boespflug
88
maintainer: [email protected]
99
copyright: (c) 2015-2016 FP Complete Corporation, (c) 2017-2019 Francesco Mazzoli
1010
category: FFI
11-
tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.2, GHC == 9.2.7
11+
tested-with: GHC == 9.2.8, GHC == 9.4.7, GHC == 9.6.2
1212
build-type: Simple
1313
cabal-version: >=1.10
1414
Extra-Source-Files: README.md, changelog.md

0 commit comments

Comments
 (0)