packages feed

haskell-gi-base 0.18.1 → 0.18.2

raw patch · 3 files changed

+3/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

haskell-gi-base.cabal view
@@ -1,5 +1,5 @@ name:                haskell-gi-base-version:             0.18.1+version:             0.18.2 synopsis:            Foundation for libraries generated by haskell-gi description:         Foundation for libraries generated by haskell-gi homepage:            https://github.com/haskell-gi/haskell-gi-base
src/Data/GI/Base/Attributes.hs view
@@ -124,6 +124,7 @@   AttrOpTag(..),    AttrOp(..),+  AttrOpAllowed,    AttrGetC,   AttrSetC,
src/Data/GI/Base/GType.hsc view
@@ -25,7 +25,7 @@     , gtypeInvalid     ) where -import Data.Word (Word64)+import Data.Word import Foreign.C.String (CString, peekCString)  #include <glib-object.h>