mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-14 22:32:07 +03:00
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
DEB_CABAL_PACKAGE = text-postgresql
|
||
|
DEB_DEFAULT_COMPILER = ghc
|
||
|
|
||
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||
|
include /usr/share/cdbs/1/class/hlibrary.mk
|
||
|
|