File: rules

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

DEB_CABAL_PACKAGE = token-bucket
DEB_DEFAULT_COMPILER = ghc
DEB_ENABLE_TESTS = yes
DEB_INSTALL_CHANGELOGS_ALL = changelog.md

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