blob: 14216058f679dfad6907c350db1d05e63a937078 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/make -f
DEB_CABAL_PACKAGE = cryptol
DEB_DEFAULT_COMPILER = ghc
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
build/cryptol:: build-ghc-stamp
|