blob: be1b2ee1422ee530e5a2f5556b8036a6f5f7fbae (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/make -f
# Still needed?
# DEB_SETUP_GHC6_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS"
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
# With gtk2hs-buildtools, haddock needs a built tree
build-haddock-stamp: build-ghc-stamp
|