~ubuntu-branches/debian/sid/c2hs/sid

« back to all changes in this revision

Viewing changes to base/base.build.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Arjan Oosting
  • Date: 2006-12-14 00:06:12 UTC
  • mfrom: (3.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061214000612-s7mds83cxqkgv1bj
Tags: 0.14.5-6
* debian/patches/09_replace-deprecated-withObject: Replace all
  occurrences of 'withObject' with 'with' as the deprecated 'withObject'
  was removed with GHC 6.6. (Closes: #402979)
* Set the urgency to medium as the above bug decreases c2hs usefulness
  with GHC 6.6 dramatically. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[Package
2
 
    {name = "ctk",
3
 
     import_dirs = [@IMPORT_DIRS@],
4
 
     source_dirs = [],
5
 
     library_dirs = [@LIBRARY_DIRS@],
6
 
     hs_libraries = ["ctk"],
7
 
     extra_libraries = [],
8
 
     include_dirs = [],
9
 
     c_includes = [],
10
 
     package_deps = [@PACKAGES_STRINGS@],
11
 
     extra_ghc_opts = [],
12
 
     extra_cc_opts = [],
13
 
     extra_ld_opts = []}
14
 
]