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 maintainer: Carter Schonwald 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