~ubuntu-branches/ubuntu/lucid/gtk2hs/lucid

« back to all changes in this revision

Viewing changes to glib/glib.pkg.in

  • Committer: Bazaar Package Importer
  • Author(s): Liyang HU
  • Date: 2006-07-22 21:31:58 UTC
  • Revision ID: james.westby@ubuntu.com-20060722213158-he81wo6uam30m9aw
Tags: upstream-0.9.10
ImportĀ upstreamĀ versionĀ 0.9.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Package {
 
2
     name            = "glib",
 
3
     @GHCPKG_USE_AUTOLIBS@
 
4
     import_dirs     = ["@hidir@/glib"],
 
5
     source_dirs     = [],
 
6
     library_dirs    = [@GLIB_LIBDIR_CQ@],
 
7
     hs_libraries    = ["HSglib"],
 
8
     extra_libraries = [@GLIB_LIBS_CQ@],
 
9
     include_dirs    = [@GLIB_CFLAGS_CQ@],
 
10
     c_includes      = ["glib.h", "glib-object.h"],
 
11
     package_deps    = ["haskell98"],
 
12
     extra_ghc_opts  = [],
 
13
     extra_cc_opts   = [],
 
14
     extra_ld_opts   = [@GLIB_LIBEXTRA_CQ@]
 
15
}