These files are base to build postgrest Debian package. Additional, it has TODO-deps.md file with whole task to build postgrest as Debian official package.
11 lines
239 B
Makefile
Executable File
11 lines
239 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
DEB_ENABLE_TESTS = yes
|
|
DEB_CABAL_PACKAGE = postgrest
|
|
DEB_DEFAULT_COMPILER = ghc
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/class/hlibrary.mk
|
|
|
|
build/haskell-postgrest-utils:: build-ghc-stamp
|