-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathforeign-store.cabal
26 lines (24 loc) · 908 Bytes
/
foreign-store.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
name: foreign-store
version: 0.2.1
synopsis: Store a stable pointer in a foreign context to be retrieved later.
description: Store a stable pointer in a foreign context to be retrieved later. Persists through GHCi reloads.
license: BSD3
license-file: LICENSE
author: Chris Done
maintainer: [email protected]
copyright: 2014 Chris Done
category: Development
build-type: Simple
cabal-version: 1.12
Homepage: https://github.com/chrisdone/foreign-store
library
hs-source-dirs: src/
ghc-options: -Wall -O2
exposed-modules: Foreign.Store
build-depends: base >= 4 && <5
c-sources: cbits/store.c
include-dirs: cbits
default-language: Haskell2010
source-repository head
type: git
location: git://github.com/chrisdone/foreign-store.git