5 maintainer: edsko@well-typed.com
10 exposed-modules: MyForeignLib.AnotherVal
13 default-language: Haskell2010
15 foreign-library myforeignlib
21 other-modules: MyForeignLib.Hello
22 MyForeignLib.SomeBindings
23 MyForeignLib.AnotherVal
24 build-depends: base, my-foreign-lib
26 c-sources: csrc/MyForeignLibWrapper.c
27 default-language: Haskell2010
29 foreign-library versionedlib
34 lib-version-info: 9:3:4
36 other-modules: MyForeignLib.Hello
37 MyForeignLib.SomeBindings
38 MyForeignLib.AnotherVal
39 build-depends: base, my-foreign-lib
41 c-sources: csrc/MyForeignLibWrapper.c
42 default-language: Haskell2010
44 foreign-library includeslib
48 other-modules: MyForeignLib.Export
49 install-includes: Export_stub.h
50 include-dirs: includeslib-tmp/MyForeignLib
51 build-depends: base, my-foreign-lib
53 default-language: Haskell2010