packages feed

fixed-storable-array 0.3.1.0 → 0.3.1.1

raw patch · 2 files changed

+7/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Foreign/Marshal/FixedStorableArray.hs view
@@ -9,6 +9,8 @@ {-# LANGUAGE UndecidableInstances #-} {-| +Deprecated - use storable-static-array instead.+ This module defines 'FixedStorableArray', a simple wrapper around 'StorableArray' with its dimensions encoded in the type. 'FixedStorableArray' provides a 'Storable' instance that uses
fixed-storable-array.cabal view
@@ -1,11 +1,14 @@ name:                fixed-storable-array-version:             0.3.1.0+version:             0.3.1.1 synopsis:            Fixed-size wrapper for StorableArray, providing a-                     Storable instance+                     Storable instance. Deprecated - use storable-static-array+                     instead. description:         Uses type-level numeric literals to wrap @StorableArray@                      in a type that statically fixes its size. The wrapper has                      a @Storable@ instance, for easy integration with                      fixed-size native arrays.+                     .+                     Deprecated - use storable-static-array instead.  license:             BSD3 license-file:        LICENSE