We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59229c2 commit 568d915Copy full SHA for 568d915
.gitignore
@@ -13,9 +13,9 @@
13
/examples/*.bin
14
/examples/*.exe
15
/old-*/
16
-/tests/*.[dgn].hs
17
-/tests/*.[dgn].bin
18
-/tests/*.[dgn].exe
+/tests/*.[dign].hs
+/tests/*.[dign].bin
+/tests/*.[dign].exe
19
.cabal-sandbox
20
.stack-work
21
cabal.sandbox.config
tests/Makefile
@@ -41,7 +41,7 @@ WARNS_DEP_GHC_GTEQ_9_8:=$(shell if [ $(GHC_MAJOR_VERSION) -gt 9 -o $(GHC_MAJOR_V
41
42
HC_OPTS=-Wall $(WARNS_DEP_GHC_GTEQ_9_8) -fwarn-incomplete-uni-patterns -Werror
43
44
-.PRECIOUS: %.n.hs %.g.hs %.o %.exe %.bin
+.PRECIOUS: %.d.hs %.i.hs %.g.hs %.n.hs %.o %.exe %.bin
45
46
ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
47
HS_PROG_EXT = .exe
0 commit comments