Remove Linker.h

This commit is contained in:
Don Stewart 2009-03-15 20:14:03 +00:00
parent a0391e5cd3
commit e848b6ea1d

View File

@ -1,5 +1,5 @@
name: plugins name: plugins
version: 1.4.0 version: 1.4.1
homepage: http://code.haskell.org/~dons/code/hs-plugins homepage: http://code.haskell.org/~dons/code/hs-plugins
synopsis: Dynamic linking for Haskell and C objects synopsis: Dynamic linking for Haskell and C objects
description: Dynamic linking and runtime evaluation of Haskell, description: Dynamic linking and runtime evaluation of Haskell,
@ -10,7 +10,7 @@ description: Dynamic linking and runtime evaluation of Haskell,
category: System category: System
license: BSD3 license: BSD3
License-file: LICENSE License-file: LICENSE
author: Don Stewart 2004-2008 author: Don Stewart 2004-2009
maintainer: Don Stewart <dons@galois.com> maintainer: Don Stewart <dons@galois.com>
cabal-version: >= 1.6 cabal-version: >= 1.6
build-type: Configure build-type: Configure
@ -36,7 +36,7 @@ library
System.Plugins.Parser, System.Plugins.Parser,
System.Plugins.Process, System.Plugins.Process,
System.Plugins.Utils System.Plugins.Utils
includes: Linker.h
extensions: CPP, ForeignFunctionInterface extensions: CPP, ForeignFunctionInterface
ghc-options: -Wall -funbox-strict-fields -fno-warn-missing-signatures ghc-options: -Wall -funbox-strict-fields -fno-warn-missing-signatures
hs-source-dirs: src hs-source-dirs: src