File: rules

package info (click to toggle)
haskell-servant-client 0.20.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: haskell: 1,506; 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