File: rules

package info (click to toggle)
haskell-twitter-conduit 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 284 kB
  • sloc: haskell: 2,066; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 267 bytes parent folder | download | duplicates (5)
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