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