packages feed

ats-storable 0.2.0.2 → 0.2.0.3

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Foreign.Storable.ATS: class Indexed a
+ Foreign.Storable.ATS: index :: (Indexed a, (Data a)) => a -> Word8

Files

ats-storable.cabal view
@@ -1,5 +1,5 @@ name:                ats-storable-version:             0.2.0.2+version:             0.2.0.3 synopsis:            Marshal ATS types into Haskell description:         Facilities for sharing types between ATS and Haskell homepage:            https://github.com//ats-generic#readme
src/Foreign/Storable/ATS.hs view
@@ -9,6 +9,7 @@ module Foreign.Storable.ATS     ( ATSStorable (..)     , AsCString (..)+    , Indexed (..)     ) where  import           Control.Composition