blob: 46106050df7393c79f5aadd98120072c3a851f0b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
name: fliblib
version: 0
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Lib
hs-source-dirs: lib
build-depends: base, filepath, directory
default-language: Haskell2010
foreign-library flib
other-modules: FLib
build-depends: base, fliblib
hs-source-dirs: .
type: native-shared
if os(Windows)
options: standalone
default-language: Haskell2010
|