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 d2fed91 commit 779fb66Copy full SHA for 779fb66
test/integration/tests/3431-precompiled-works/Main.hs
@@ -4,7 +4,7 @@ import Data.List
4
5
main :: IO ()
6
main = do
7
- stack ["build", "random", "--stack-yaml", "custom1/stack.yaml"]
8
- stackCheckStderr ["build", "random", "--stack-yaml", "custom2/stack.yaml"] $ \out -> do
+ stack ["build", "random-1.1", "--stack-yaml", "custom1/stack.yaml"]
+ stackCheckStderr ["build", "random-1.1", "--stack-yaml", "custom2/stack.yaml"] $ \out -> do
9
print out
10
unless ("precompiled" `isInfixOf` out) $ error "Didn't use precompiled!"
0 commit comments