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 c768c59 commit 4d4e8f4Copy full SHA for 4d4e8f4
src/test/Stack/NixSpec.hs
@@ -63,5 +63,5 @@ spec = beforeAll setup $ afterAll teardown $ do
63
it "sees that the only package asked for is glpk and adds GHC from nixpkgs mirror of LTS resolver" $ \T{..} -> inTempDir $ do
64
writeFile (toFilePath stackDotYaml) sampleConfig
65
lc <- loadConfig' manager
66
- (nixPackages $ configNix $ lcConfig lc) `shouldBe` ["glpk", "haskell.packages.lts-2_10.ghc"]
67
-
+ (nixPackages $ configNix $ lcConfig lc) `shouldBe` ["glpk"]
+ (nixCompiler $ configNix $ lcConfig lc) Nothing Nothing `shouldBe` "haskell.packages.lts-2_10.ghc"
0 commit comments