Skip to content

Commit

Permalink
Bump cabal version
Browse files Browse the repository at this point in the history
  • Loading branch information
junjihashimoto committed Sep 29, 2023
1 parent ec02139 commit 01bd932
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions inline-c-cpp/inline-c-cpp.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: inline-c-cpp
version: 0.5.0.1
version: 0.5.0.2
synopsis: Lets you embed C++ code into Haskell.
description: Utilities to inline C++ code into Haskell using inline-c. See
tests for example on how to build.
Expand All @@ -10,7 +10,7 @@ author: Francesco Mazzoli
maintainer: f@mazzo.li
copyright: (c) 2015-2016 FP Complete Corporation, (c) 2017-2019 Francesco Mazzoli
category: FFI
tested-with: GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.2, GHC == 9.2.2
tested-with: GHC == 9.2.8, GHC == 9.4.7, GHC == 9.6.2
build-type: Simple
extra-source-files: test/*.h

Expand Down
2 changes: 1 addition & 1 deletion inline-c-objc/inline-c-objc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ author: Francesco Mazzoli
maintainer: f@mazzo.li
copyright: (c) 2015-2016 FP Complete Corporation, (c) 2017-2023 Francesco Mazzoli
category: FFI
tested-with: GHC == 9.2.7
tested-with: GHC == 9.2.8, GHC == 9.4.7, GHC == 9.6.2
build-type: Simple

source-repository head
Expand Down
5 changes: 5 additions & 0 deletions inline-c/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- 0.9.1.10:
* Add -fcompact-unwind for darwin exceptions(#131).
* Fix Cpp.Exception error message line numbers(#133).
* Skip generating foreign calls under ghcide(HSL), generate stubs instead(#128).
* Add ctxRawObjectCompile option to support CUDA(#147).
- 0.9.1.8: Tighten ansi-wl-pprint upper bound, see issue #144.
- 0.9.1.7: Allow arbitrary number of C++ templates, see PR #141.
- 0.9.1.6: Fix mistakenly unsafe call, see issue #137.
Expand Down
4 changes: 2 additions & 2 deletions inline-c/inline-c.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: inline-c
version: 0.9.1.9
version: 0.9.1.10
synopsis: Write Haskell source files including C code inline. No FFI required.
description: See <https://github.com/fpco/inline-c/blob/master/README.md>.
license: MIT
Expand All @@ -8,7 +8,7 @@ author: Francesco Mazzoli, Mathieu Boespflug
maintainer: f@mazzo.li
copyright: (c) 2015-2016 FP Complete Corporation, (c) 2017-2019 Francesco Mazzoli
category: FFI
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
tested-with: GHC == 9.2.8, GHC == 9.4.7, GHC == 9.6.2
build-type: Simple
cabal-version: >=1.10
Extra-Source-Files: README.md, changelog.md
Expand Down

0 comments on commit 01bd932

Please sign in to comment.