inline-c 0.5.5.0 → 0.5.5.1
raw patch · 2 files changed
+3/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +2/−0
- inline-c.cabal +1/−1
changelog.md view
@@ -1,3 +1,5 @@+- 0.5.5.1: Add support for Interruptible calls. The version skip is+ simply because I forgot to update the changelog for 0.5.5.0. - 0.5.4.3: Fix haddock docs. - 0.5.4.2: Generate unique C names by prefixing the already generated name with the Haskell module name. See issue #25.
inline-c.cabal view
@@ -1,5 +1,5 @@ name: inline-c-version: 0.5.5.0+version: 0.5.5.1 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