Skip to content
Snippets Groups Projects
Commit a4d48f2e authored by simonmar's avatar simonmar
Browse files

[project @ 2001-08-02 14:32:35 by simonmar]

fix up some overenthusiastic cut-n-pasting
parent 2469499e
No related branches found
Tags ghc-5-02 ghc-5-02-1 ghc-5-02-3
No related merge requests found
......@@ -15,13 +15,9 @@ Package {
, "$libdir/libraries/haskell98/cbits" ],
#endif
hs_libraries = [ "HShaskell98" ],
extra_libraries = [ ],
#ifdef INSTALLING
include_dirs = []
#else
include_dirs = [ "$libdir/libraries/haskell98/include" ],
#endif
c_includes = [ "HsHaskell98.h" ],
extra_libraries = [],
include_dirs = [],
c_includes = [],
package_deps = [ "core" ],
extra_ghc_opts = [],
extra_cc_opts = [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment