blob: c540b57887ba677bd32d73dee015ef00bb7e24af (
plain)
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
|
cabal-version: >=1.10
-- Initial package description 'rust-haskell-ffi.cabal' generated by 'cabal
-- init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: rust-haskell-ffi
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
-- license:
license-file: LICENSE
author: stuebinm
maintainer: stuebinm@disroot.org
-- copyright:
-- category:
build-type: Simple
extra-source-files: CHANGELOG.md
executable rust-haskell-ffi
main-is: src/Main.hs
other-extensions: ForeignFunctionInterface
build-depends: base >= 4.7 && < 5
default-language: Haskell2010
extra-libraries: rustlib, pthread
extra-lib-dirs: ../rust/target/release
|