packages feed

storablevector-0.1: storablevector.cabal

Name:                storablevector
Version:             0.1
Category:            Data
Synopsis:            Fast, packed, strict storable arrays with a list interface like ByteString
Description:
    Fast, packed, strict storable arrays with a list interface.
    This is much like bytestring but can be used for every Storable type.
License:             BSD3
License-file:        LICENSE
Author:              Spencer Janssen <sjanssen@cse.unl.edu>
Maintainer:          Henning Thielemann <storablevector@henning-thielemann.de>
Homepage:            http://darcs.haskell.org/storablevector
Package-URL:         http://code.haskell.org/~sjanssen/storablevector
Build-Depends:       base
Build-Type:          Simple
Tested-With:         GHC==6.4.1
Extensions:          CPP, ForeignFunctionInterface
Exposed-modules:     Data.StorableVector
                     Data.StorableVector.Base
GHC-Options:         -Wall -fglasgow-exts -funbox-strict-fields
CPP-Options:         -DSLOW_FOREIGN_PTR

-- -DSLOW_FOREIGN_PTR

Executable: test
GHC-Options:         -Wall -fglasgow-exts -funbox-strict-fields
CPP-Options:         -DSLOW_FOREIGN_PTR
Hs-Source-Dirs:      ., tests
Main-Is:             tests.hs
Extensions:          CPP, ForeignFunctionInterface
Build-Depends:       base, haskell98, bytestring, QuickCheck