summaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-04-16 08:32:48 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-04-16 08:32:48 -0700
commit7cdf764415fd56191118719b2ecec8c3a6aad0d3 (patch)
treec9df97b0da0fbc69eecaf4b6f64cc207f104dfb6 /debian/rules
parentfd2d56e18d19895267ec76d77cf7983b8603b8c0 (diff)
downloadstylish-haskell-7cdf764415fd56191118719b2ecec8c3a6aad0d3.tar.gz
start debianisation (generated by cabal-haskell)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..75f2efc
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = stylish-haskell
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/stylish-haskell:: build-ghc-stamp