packages feed

foreign 0.2.0.0 → 0.2.0.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

foreign.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               foreign-version:            0.2.0.0+version:            0.2.0.1 synopsis:           A collection of helpers for ffi. description:   Please see the README on Github at <https://github.com/4eUeP/foreign#readme>
src/HsForeign.hs view
@@ -3,9 +3,11 @@   , module HsForeign.AsyncFFI   , module HsForeign.String   , module HsForeign.Utils+  , module HsForeign.CppStd   ) where  import           HsForeign.AsyncFFI+import           HsForeign.CppStd import           HsForeign.Primitive import           HsForeign.String import           HsForeign.Utils