diff options
author | hololeap <hololeap@protonmail.com> | 2023-10-02 23:06:28 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-23 04:09:19 +0100 |
commit | 0a63a5f81204d343a0ee3721a13d2f724c6ef256 (patch) | |
tree | af603ac756595afa02a6dba605db601a9e074cba /dev-haskell/c2hs/metadata.xml | |
parent | dev-haskell/bsb-http-chunked: Migrate to CABAL_CHDEPS (diff) | |
download | gentoo-0a63a5f81204d343a0ee3721a13d2f724c6ef256.tar.gz gentoo-0a63a5f81204d343a0ee3721a13d2f724c6ef256.tar.bz2 gentoo-0a63a5f81204d343a0ee3721a13d2f724c6ef256.zip |
dev-haskell/c2hs: add 0.28.8-r2
Hackage revision bump
Signed-off-by: hololeap <hololeap@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/c2hs/metadata.xml')
-rw-r--r-- | dev-haskell/c2hs/metadata.xml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/dev-haskell/c2hs/metadata.xml b/dev-haskell/c2hs/metadata.xml index 057927a3d82a..7c8b6c407a28 100644 --- a/dev-haskell/c2hs/metadata.xml +++ b/dev-haskell/c2hs/metadata.xml @@ -5,18 +5,11 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - C->Haskell assists in the development of Haskell bindings to C - libraries. It extracts interface information from C header - files and generates Haskell code with foreign imports and - marshaling. Unlike writing foreign imports by hand (or using - hsch2s), this ensures that C functions are imported with the - correct Haskell types. - </longdescription> <use> - <flag name="regression">run regression tests</flag> + <flag name="regression">Enable regression suite build.</flag> </use> <upstream> + <remote-id type="hackage">c2hs</remote-id> <remote-id type="github">haskell/c2hs</remote-id> </upstream> </pkgmetadata> |