File: rules

package info (click to toggle)
haskell-servant-client 0.14-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132 kB
  • sloc: haskell: 780; ansic: 8; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 303 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

DEB_CABAL_PACKAGE = servant-client
DEB_DEFAULT_COMPILER = ghc
DEB_INSTALL_CHANGELOGS_ALL = CHANGELOG.md

# Disable tests; they require the missing markdown-unlit library.
DEB_ENABLE_TESTS = no

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