10 ghc-options: -stubdir autogen-stubs
12 default-language: Haskell2010
17 ghc-options: -no-hs-main
18 include-dirs: autogen-stubs
19 build-depends: base, haskell-c-tests
20 default-language: Haskell2010
22 executable haskell-exe
25 ghc-options: -threaded -rtsopts -with-rtsopts=-N
26 build-depends: base, haskell-c-tests
27 default-language: Haskell2010