name: fixed-storable-array version: 0.2.0.0 synopsis: Fixed-size wrapper for StorableArrays, with its own Storable instance description: Uses type-level numeric literals to wrap @StorableArray@ in a type that statically fixes its size. This allows the wrapper to have its own @Storable@ instance, which allows easy integration with fixed-size native arrays. license: BSD3 license-file: LICENSE author: Carl Howells maintainer: chowells79@gmail.com category: FFI build-type: Simple cabal-version: >=1.8 source-repository head type: git location: https://github.com/chowells79/fixed-storable-array.git library exposed-modules: Foreign.Marshal.FixedStorableArray build-depends: base ==4.6.*, array ==0.4.* ghc-options: -Wall