-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d4f454
commit ef87fba
Showing
4 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -10,7 +10,7 @@ author: Francesco Mazzoli | |
maintainer: [email protected] | ||
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ author: Francesco Mazzoli | |
maintainer: [email protected] | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -8,7 +8,7 @@ author: Francesco Mazzoli, Mathieu Boespflug | |
maintainer: [email protected] | ||
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 | ||
|