summaryrefslogtreecommitdiff
path: root/p/haskell-sqlite-simple/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-sqlite-simple/debian/rules')
-rwxr-xr-xp/haskell-sqlite-simple/debian/rules9
1 files changed, 9 insertions, 0 deletions
diff --git a/p/haskell-sqlite-simple/debian/rules b/p/haskell-sqlite-simple/debian/rules
new file mode 100755
index 000000000..2d062b4ca
--- /dev/null
+++ b/p/haskell-sqlite-simple/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = sqlite-simple
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk