summaryrefslogtreecommitdiff
path: root/p/haskell-argon2/debian/rules
blob: 2fb2960b38f741d1ebefe8a15bd0a84b620380e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

DEB_CABAL_PACKAGE = argon2
DEB_DEFAULT_COMPILER = ghc
DEB_INSTALL_CHANGELOGS_ALL = Changelog.md

# running upstream's test suite would take several years to complete:
# https://github.com/ocharles/argon2/issues/7
DEB_ENABLE_TESTS = no

# use libargon2 shlib
DEB_SETUP_GHC_CONFIGURE_ARGS := -fuse-system-library

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