File: rules

package info (click to toggle)
haskell-haddock 2.7.2-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 784 kB
  • ctags: 44
  • sloc: haskell: 6,432; xml: 1,429; yacc: 82; makefile: 15; sh: 1
file content (10 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

DEB_BUILD_DEPENDENCIES = build-arch

# Test if ghci is available
DEB_SETUP_GHC6_CONFIGURE_ARGS := $(shell test -e /usr/bin/ghci && echo --flags=ghci || echo --flags=-ghci)


include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk