packages feed

language-c-inline 0.7.9.0 → 0.7.9.1

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~language-c-quotePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: language-c-quote

API changes (from Hackage documentation)

Files

Language/C/Inline/ObjC.hs view
@@ -449,7 +449,7 @@         -- FFI setup for the C wrapper     ; loc <- location     ; let modName = dropExtension . takeFileName . loc_filename $ loc-    ; cwrapperName <- show <$> newName (modName ++ "_cwrapper") >>= newName   -- Don't ask...+    ; cwrapperName <- show <$> newName ("cwrapper_" ++ modName) >>= newName   -- Don't ask...     ; stashHS         [ forImpD CCall Safe (show cwrapperName) cwrapperName hsWrapperTy         ]
language-c-inline.cabal view
@@ -1,5 +1,5 @@ Name:                   language-c-inline-Version:                0.7.9.0+Version:                0.7.9.1 Cabal-version:          >= 1.9.2 Tested-with:            GHC == 7.6.3, GHC == 7.8.3 Build-type:             Simple@@ -80,7 +80,7 @@                         base              >= 4.0 && < 5,                         containers        >= 0.4,                         filepath          >= 1.2,-                        language-c-quote  >= 0.8,+                        language-c-quote  >= 0.8 && < 0.9,                         mainland-pretty   >= 0.2.5,                         template-haskell