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

DEB_ENABLE_TESTS = no # some tests require network access
DEB_CABAL_PACKAGE = twitter-conduit
DEB_DEFAULT_COMPILER = ghc

export HASKELL_DIST_DIR = dist-ghc

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