File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ rm -Rf $DIR
16
16
mkdir -p $DIR
17
17
mkdir -p out
18
18
19
+ # NOTE
20
+ # Snap.Internal.Util.FileUploads shouldn't be in the excludes list. This is a
21
+ # temporary workaround so we can release.
22
+
19
23
EXCLUDES=' Main
20
24
Snap.Core.Tests
21
25
Snap.Internal.Debug
@@ -26,6 +30,7 @@ Snap.Internal.Parsing.Tests
26
30
Snap.Internal.Routing.Tests
27
31
Snap.Internal.Test.Assertions
28
32
Snap.Internal.Test.RequestBuilder
33
+ Snap.Internal.Util.FileUploads
29
34
Snap.Test
30
35
Snap.Test.Common
31
36
Snap.Test.Tests
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ Test-suite testsuite
249
249
test-framework-quickcheck2 >= 0.2.12.1 && < 0.4 ,
250
250
zlib >= 0.5 && < 0.7
251
251
252
- ghc-options : -Wall -fhpc - fwarn-tabs -funbox-strict-fields -threaded
252
+ ghc-options : -Wall -fwarn-tabs -funbox-strict-fields -threaded
253
253
-fno-warn-unused-do-bind
254
254
255
255
other-extensions :
You can’t perform that action at this time.
0 commit comments