githash 0.1.6.2 → 0.1.6.3
raw patch · 3 files changed
+7/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- githash.cabal +2/−2
- test/RepoWithASubmoduleSpec.hs +1/−1
ChangeLog.md view
@@ -1,5 +1,9 @@ # ChangeLog for githash +## 0.1.6.3++* Specify protocol.file.allow=always for latest git [#28](https://github.com/snoyberg/githash/pull/28)+ ## 0.1.6.2 * Fixed bugs; now this library's Template Haskell functions are much more
githash.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.4.+-- This file has been generated from package.yaml by hpack version 0.35.0. -- -- see: https://github.com/sol/hpack name: githash-version: 0.1.6.2+version: 0.1.6.3 synopsis: Compile git revision info into Haskell projects description: Please see the README and documentation at <https://www.stackage.org/package/githash> category: Development
test/RepoWithASubmoduleSpec.hs view
@@ -66,7 +66,7 @@ , "-m" , "Initial commit" ]- runGit1 ["submodule", "add", fp2, "2"]+ runGit1 ["-c", "protocol.file.allow=always", "submodule", "add", fp2, "2"] runGit1 [ "-c" , "user.name='Test User'"