1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
name: storable-complex
version: 0.2.3.0
synopsis: Storable instance for Complex
description: Provides a Storable instance for Complex which is binary
compatible with C99, C++ and Fortran complex data types.
.
The only purpose of this package is to provide a standard
location for this instance so that other packages needing
this instance can play nicely together.
category: Data
license: BSD3
license-file: LICENSE
author: Jed Brown <jed@59A2.org>
maintainer: Carter Schonwald <carter.schonwald@gmail.com>
homepage: https://github.com/cartazio/storable-complex
bug-reports: https://github.com/cartazio/storable-complex/issues
build-type: Simple
cabal-version: >= 1.6
extra-source-files:
.travis.yml
README.md
source-repository head
type: git
location: git@github.com:cartazio/storable-complex.git
library
exposed-modules: Foreign.Storable.Complex
build-depends: base >= 4 && < 200
,base-orphans >= 0.3.2
hs-source-dirs: src
|