Codebase list haskell-xss-sanitize / b51710c
stack: Pass disable-git-info flag Ilias Tsitsimpis 4 years ago
1 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
11
22 DEB_ENABLE_TESTS = yes
3 DEB_CABAL_PACKAGE = stack
4 DEB_DEFAULT_COMPILER = ghc
3
4 # Disable compile-time inclusion of current git info in stack
5 DEB_SETUP_GHC_CONFIGURE_ARGS += -fdisable-git-info
56
67 include /usr/share/cdbs/1/rules/debhelper.mk
78 include /usr/share/cdbs/1/class/hlibrary.mk