More cabalisation improvements
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
name: plugins
|
||||
version: 0.9.10
|
||||
license: LGPL
|
||||
License-file: LICENSE
|
||||
name: plugins
|
||||
version: 0.9.10
|
||||
license: LGPL
|
||||
License-file: LICENSE
|
||||
author: Don Stewart
|
||||
maintainer: dons@cse.unsw.edu.au
|
||||
maintainer: dons@cse.unsw.edu.au
|
||||
exposed-modules:
|
||||
AltData.Dynamic,
|
||||
AltData.Typeable,
|
||||
AltData.Dynamic,
|
||||
AltData.Typeable,
|
||||
Language.Hi.Binary,
|
||||
Language.Hi.FastMutInt,
|
||||
Language.Hi.FastString,
|
||||
@ -31,7 +31,8 @@ exposed-modules:
|
||||
System.Plugins.Utils
|
||||
c-sources:
|
||||
Language/Hi/hschooks.c
|
||||
includes: Linker.h
|
||||
Build-Depends: base, haskell98, Cabal, haskell-src-exts
|
||||
includes: Linker.h
|
||||
extensions: CPP, ForeignFunctionInterface
|
||||
Build-Depends: base, Cabal, haskell-src-exts
|
||||
ghc-options: -Wall -O -fvia-C -funbox-strict-fields -fno-warn-missing-signatures
|
||||
|
||||
|
Reference in New Issue
Block a user