Skip to content

Commit 803275e

Browse files
committed
Rename 'pantry' to 'pantry-tmp'
1 parent f612ea8 commit 803275e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

subs/curator/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

subs/pantry/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pantry
1+
name: pantry-tmp
22
version: 0.1.0.0
33
synopsis: Content addressable Haskell package management
44
description: 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

subs/pantry/test/Pantry/FileSpec.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)