blob: e5aca0f4d887ca5747fba3b28eb1532469ee9f70 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/make -f
DEB_CABAL_PACKAGE = snap-templates
DEB_DEFAULT_COMPILER = ghc
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
build/snap-templates:: build-ghc-stamp
|