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