-
Notifications
You must be signed in to change notification settings - Fork 3
/
c-storable-deriving.cabal
32 lines (30 loc) · 1.01 KB
/
c-storable-deriving.cabal
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
Name: c-storable-deriving
Version: 0.1.2
Synopsis: Generate C-like storable instances from datatypes
Description: Automatically generates struct-rule based Storable
instances based on the Generic typeclass.
Homepage: https://github.com/maurer/c-storable-deriving
License: BSD3
License-File: LICENSE
Author: Matthew Maurer
Maintainer: [email protected]
Category: Foreign
Build-Type: Simple
Cabal-Version: >=1.6
Tested-With: GHC ==7.2.1
Library
Exposed-Modules:
Foreign.CStorable
Other-Modules:
Foreign.CStorable.TypeClass
Foreign.CStorable.BaseInstances
Build-Depends: base < 5,
ghc-prim
Extensions: FlexibleInstances,
ScopedTypeVariables,
TypeOperators,
FlexibleContexts,
CPP
Source-Repository HEAD
Type: git
Location: git://github.com/maurer/c-storable-deriving.git