packages feed

c-storable-0.3: c-storable.cabal

name: c-storable
version: 0.3
cabal-version: >= 1.10
build-type: Simple
synopsis: CStorable class
description: Replacement for Storable class that omits non-C types
category: Haskell, Development
license: BSD3
license-file: LICENSE
author: Evan Laforge
maintainer: Evan Laforge <qdunkan@gmail.com>
stability: stable
tested-with: GHC ==7.8.4, GHC ==7.10.3, GHC ==8.0.2
data-files: README

homepage: https://github.com/elaforge/c-storable
source-repository head
    type: git
    location: git://github.com/elaforge/c-storable.git

library
    build-depends:
        base <5
    exposed-modules:
        ForeignC
    hs-source-dirs: src
    ghc-options: -Wall -fno-warn-name-shadowing
    default-language: Haskell2010