File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ dependencies:
8484- network-uri
8585- open-browser
8686- optparse-applicative
87- - pantry
87+ - pantry-tmp
8888- path
8989- path-io
9090- persistent
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies:
88- base >=4.10 && < 5
99- http-client
1010- http-client-tls
11- - pantry
11+ - pantry-tmp
1212- path
1313- path-io
1414- rio
Original file line number Diff line number Diff line change 1- name : pantry
1+ name : pantry-tmp
22version : 0.1.0.0
33synopsis : Content addressable Haskell package management
44description : Please see the README on Github at <https://github.com/commercialhaskell/stack/blob/master/subs/pantry/README.md>
@@ -130,7 +130,7 @@ tests:
130130 source-dirs : test
131131 main : Spec.hs
132132 dependencies :
133- - pantry
133+ - pantry-tmp
134134 - hspec
135135 - exceptions
136136 - hedgehog
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ spec = describe "loadCabalFilePath" $ do
1111 it " sanity" $ do
1212 abs' <- resolveDir' " ."
1313 (f, name, cabalfp) <- runPantryApp $ loadCabalFilePath abs'
14- suffix <- parseRelFile " pantry.cabal"
14+ suffix <- parseRelFile " pantry-tmp .cabal"
1515 cabalfp `shouldBe` abs' </> suffix
16- name' <- parsePackageNameThrowing " pantry"
16+ name' <- parsePackageNameThrowing " pantry-tmp "
1717 name `shouldBe` name'
1818 void $ f NoPrintWarnings
You can’t perform that action at this time.
0 commit comments