-
Notifications
You must be signed in to change notification settings - Fork 0
/
wtsdvc.cabal
42 lines (39 loc) · 1.01 KB
/
wtsdvc.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
33
34
35
36
37
38
39
40
41
42
cabal-version: 3.0
name: wtsdvc
version: 0.1.0
license: BSD-3-Clause
author: Anatoly Zaretsky
maintainer: [email protected]
category: Network
tested-with: GHC == 8.10.7
extra-source-files: cbits/logging.h cbits/wts-plugin-api.h
common deps
build-depends: base
ghc-options: -fPIC -Wall -O2
default-language: Haskell2010
default-extensions: TemplateHaskell
library
import: deps
build-depends:
, bytestring
, template-haskell
exposed-modules:
Network.WtsDvc.Client
Network.WtsDvc.Client.TH
other-modules: Network.WtsDvc.Client.Internal
extra-libraries: uuid
hs-source-dirs: src
include-dirs: cbits
c-sources: cbits/dvc-plugin.c cbits/logging.c
cc-options: -fPIC -Wall -O3
ld-options: -Wl,-u,VirtualChannelGetInstance
foreign-library test-plugin
import: deps
type: native-shared
options: standalone
build-depends:
, wtsdvc
hs-source-dirs: test
other-modules: Plugin
ghc-options: -threaded
ld-options: -s