packages feed

fixed-storable-array-0.1.0.0: fixed-storable-array.cabal

name:                fixed-storable-array
version:             0.1.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:            Data
build-type:          Simple
cabal-version:       >=1.8

source-repository head
  type:              git
  location:          https://github.com/chowells79/fixed-storable-array.git

library
  exposed-modules:   Data.Array.FixedStorableArray
  build-depends:     base ==4.6.*, array ==0.4.*
  ghc-options:       -Wall