diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-09-20 13:38:13 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-09-20 13:38:13 +0300 |
commit | 13d8b48677174033b194feafceabe7460a346a49 (patch) | |
tree | 5acc781d42b459813b6401fb4558671530e28bbf /p/haskell-sqlite-simple/debian/rules | |
parent | 0d5124b11c9a9423cabeb21e67e56a249528548a (diff) | |
download | DHG_packages-master.tar.gz |
Diffstat (limited to 'p/haskell-sqlite-simple/debian/rules')
-rwxr-xr-x | p/haskell-sqlite-simple/debian/rules | 9 |
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 |