pantry 0.5.1.1 → 0.5.1.2
raw patch · 3 files changed
+8/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- pantry.cabal +2/−2
- test/Pantry/TreeSpec.hs +2/−1
ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for pantry +## v0.5.1.2++* Skip a test for [#26](https://github.com/commercialhaskell/pantry/issues/26)+ ## v0.5.1.1 * Fix to allow mulitiple relative path of symlink.
pantry.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 156d4b4d6df076864730cb8c7b4cb2c36fa1013a6790ed64c3de504f75bb4d58+-- hash: c82a5e7314bb33a5eb19cc8ee7765da335798892a7c5e874cca2a8cfc553b69d name: pantry-version: 0.5.1.1+version: 0.5.1.2 synopsis: Content addressable Haskell package management description: Please see the README on Github at <https://github.com/commercialhaskell/pantry#readme> category: Development
test/Pantry/TreeSpec.hs view
@@ -56,7 +56,8 @@ pair1 <- loadPackageRaw tarPL pair2 <- loadPackageRaw gitPL liftIO $ pair2 `shouldBe` pair1- it "archive and Hg repo match" $ asIO $ runPantryAppClean $ do+ -- https://github.com/commercialhaskell/pantry/issues/26+ xit "archive and Hg repo match" $ asIO $ runPantryAppClean $ do pair1 <- loadPackageRaw tarPL pair2 <- loadPackageRaw hgPL liftIO $ pair2 `shouldBe` pair1