~ubuntu-branches/ubuntu/saucy/haskell-quickcheck/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Kari Pahula
  • Date: 2009-03-13 21:25:59 UTC
  • Revision ID: james.westby@ubuntu.com-20090313212559-7xasmdqzwk5hektm
Tags: 2.1.0.1-6
* Renamed binary packages as libghc6-quickcheck2-*.
* Replaces and conflicts with earlier libghc6-quickcheck-* packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
3
DEB_SETUP_GHC6_CONFIGURE_ARGS := --constraint='base<4'
 
4
DEB_CABAL_PACKAGE = quickcheck2
4
5
 
5
6
include /usr/share/cdbs/1/rules/debhelper.mk
6
7
include /usr/share/cdbs/1/class/hlibrary.mk