summaryrefslogtreecommitdiff
path: root/p/haskell-word-trie/debian/rules
blob: f77ea96ff37cdb4674048f74115640377af2bd42 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

DEB_ENABLE_TESTS = yes
DEB_CABAL_PACKAGE = word-trie
DEB_DEFAULT_COMPILER = ghc

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk

check-ghc-stamp: export LC_ALL := C.UTF-8