blob: cbdf343f09df4963f823c626f12c0c3c52683700 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/make -f
DEB_CABAL_PACKAGE = path-io
DEB_DEFAULT_COMPILER = ghc
# keep haddock from choking on non-ASCII characters
export LC_ALL=C.UTF-8
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
|