~ubuntu-branches/debian/experimental/haskell-sql-words/experimental

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Kei Hibino
  • Date: 2016-08-30 14:10:37 UTC
  • Revision ID: package-import@ubuntu.com-20160830141037-q1p6xz3xqmxi1p90
Tags: 0.1.4.1-1
Initial release (Closes: #833032)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
DEB_ENABLE_TESTS = yes
 
4
DEB_CABAL_PACKAGE = sql-words
 
5
DEB_DEFAULT_COMPILER = ghc
 
6
 
 
7
include /usr/share/cdbs/1/rules/debhelper.mk
 
8
include /usr/share/cdbs/1/class/hlibrary.mk