File: rules

package info (click to toggle)
haskell-atomic-counter 0.1.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 144 kB
  • sloc: haskell: 490; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_ENABLE_TESTS = yes

# opt-21: /tmp/ghc275_0/ghc_4.ll:151:14: error: '%ln1L' defined with type 'i32' but expected 'i64'
ifneq (,$(filter $(DEB_HOST_ARCH),armhf))
  export DEB_SETUP_GHC_CONFIGURE_ARGS += -fno-cmm
endif

%:
	dh $@