And add Setup.hs and plugins.cabal

This commit is contained in:
Don Stewart 2005-08-18 05:04:34 +00:00
parent e568f1f6bf
commit 931bfe8c05
3 changed files with 40 additions and 0 deletions

2
happy.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
happy -a -g -c $*

2
plugins/Setup.hs Normal file
View File

@ -0,0 +1,2 @@
import Distribution.Simple
main = defaultMain

36
plugins/plugins.cabal Normal file
View File

@ -0,0 +1,36 @@
name: plugins
version: 0.9.10
license: LGPL
License-file: LICENSE
author: Don Stewart
maintainer: dons@cse.unsw.edu.au
exposed-modules:
AltData.Dynamic,
AltData.Typeable,
Language.Hi.Binary,
Language.Hi.FastMutInt,
Language.Hi.FastString,
Language.Hi.Parser,
Language.Hi.PrimPacked,
Language.Hi.Syntax,
System.Eval,
System.Eval.Haskell,
System.Eval.Utils,
System.MkTemp,
System.Plugins,
System.Plugins.Consts,
System.Plugins.Env,
System.Plugins.Load,
System.Plugins.LoadTypes,
System.Plugins.Make,
System.Plugins.Package,
System.Plugins.PackageAPI,
System.Plugins.ParsePkgConfCabal,
System.Plugins.Parser,
System.Plugins.Utils
c-sources:
Language/Hi/hschooks.c
includes: Linker.h
Build-Depends: haskell-src-exts>=0.2, Cabal
ghc-options: -Wall -Werror -O -fno-warn-missing-signatures -threaded -funbox-strict-fields