File tree Expand file tree Collapse file tree 2 files changed +0
-62
lines changed Expand file tree Collapse file tree 2 files changed +0
-62
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -22,11 +22,6 @@ homepage: https://github.com/commercialhaskell/stack
2222 test/package-dump/ghc-7.8.txt
2323 test/package-dump/ghc-7.10.txt
2424
25- flag integration-tests
26- manual : True
27- default : False
28- description : Build the integration test executable
29-
3025library
3126 hs-source-dirs : src/
3227 ghc-options : -Wall
@@ -177,21 +172,6 @@ executable stack
177172 , http-client
178173 default-language : Haskell2010
179174
180- executable stack-integration-tests
181- hs-source-dirs : src/test
182- main-is : IntegrationTests.hs
183- ghc-options : -Wall
184- build-depends : base >= 4.7 && < 5
185- , hspec
186- , process
187- , temporary
188- , directory
189- default-language : Haskell2010
190- if flag(integration-tests)
191- buildable : True
192- else
193- buildable : False
194-
195175test-suite stack-test
196176 type : exitcode-stdio-1.0
197177 hs-source-dirs : src/test
You can’t perform that action at this time.
0 commit comments