Skip to content

Commit

Permalink
Rename 'pantry' to 'pantry-tmp'
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Jun 13, 2019
1 parent f612ea8 commit 803275e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Expand Up @@ -84,7 +84,7 @@ dependencies:
- network-uri
- open-browser
- optparse-applicative
- pantry
- pantry-tmp
- path
- path-io
- persistent
Expand Down
2 changes: 1 addition & 1 deletion subs/curator/package.yaml
Expand Up @@ -8,7 +8,7 @@ dependencies:
- base >=4.10 && < 5
- http-client
- http-client-tls
- pantry
- pantry-tmp
- path
- path-io
- rio
Expand Down
4 changes: 2 additions & 2 deletions subs/pantry/package.yaml
@@ -1,4 +1,4 @@
name: pantry
name: pantry-tmp
version: 0.1.0.0
synopsis: Content addressable Haskell package management
description: Please see the README on Github at <https://github.com/commercialhaskell/stack/blob/master/subs/pantry/README.md>
Expand Down Expand Up @@ -130,7 +130,7 @@ tests:
source-dirs: test
main: Spec.hs
dependencies:
- pantry
- pantry-tmp
- hspec
- exceptions
- hedgehog
Expand Down
4 changes: 2 additions & 2 deletions subs/pantry/test/Pantry/FileSpec.hs
Expand Up @@ -11,8 +11,8 @@ spec = describe "loadCabalFilePath" $ do
it "sanity" $ do
abs' <- resolveDir' "."
(f, name, cabalfp) <- runPantryApp $ loadCabalFilePath abs'
suffix <- parseRelFile "pantry.cabal"
suffix <- parseRelFile "pantry-tmp.cabal"
cabalfp `shouldBe` abs' </> suffix
name' <- parsePackageNameThrowing "pantry"
name' <- parsePackageNameThrowing "pantry-tmp"
name `shouldBe` name'
void $ f NoPrintWarnings

0 comments on commit 803275e

Please sign in to comment.