File: rules

package info (click to toggle)
haskell-http-api-data 0.3.8.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 176 kB
  • sloc: haskell: 930; ansic: 8; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

DEB_CABAL_PACKAGE = http-api-data
DEB_DEFAULT_COMPILER = ghc

DEB_ENABLE_TESTS = yes

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

# Run tests under C.UTF-8.
check-ghc-stamp: export LC_ALL := C.UTF-8