Skip to content

Commit

Permalink
explicitly upgrade version of githash
Browse files Browse the repository at this point in the history
  • Loading branch information
zachjs committed Jul 26, 2020
1 parent 8e1693d commit 11607f5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
5 changes: 2 additions & 3 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ Dependency: ghc-prim-0.5.3


================================================================================
Dependency: githash-0.1.3.3
Dependency: githash-0.1.4.0
================================================================================

Copyright (c) 2018, Michael Snoyman, 2015, Adam C. Foltzer
Expand All @@ -617,7 +617,7 @@ Dependency: githash-0.1.3.3
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of gitrev nor the names of its
* Neither the name of githash nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand All @@ -631,7 +631,6 @@ Dependency: githash-0.1.3.3
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


================================================================================
Dependency: happy-1.19.12
Expand Down
3 changes: 3 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ resolver: lts-14.26

packages:
- .

extra-deps:
- githash-0.1.4.0@sha256:e7768540ec278ca6a4252f199769ab502cf04b6e552ea0b798cd7dd4b5774f14,1572
9 changes: 8 additions & 1 deletion stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages: []
packages:
- completed:
hackage: githash-0.1.4.0@sha256:e7768540ec278ca6a4252f199769ab502cf04b6e552ea0b798cd7dd4b5774f14,1572
pantry-tree:
size: 615
sha256: 41cd3182ece491ad4353e5576bd18a8aedb868cbc98718d2de5d731fd22ba93f
original:
hackage: githash-0.1.4.0@sha256:e7768540ec278ca6a4252f199769ab502cf04b6e552ea0b798cd7dd4b5774f14,1572
snapshots:
- completed:
size: 524996
Expand Down
2 changes: 1 addition & 1 deletion sv2v.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ executable sv2v
, containers
, directory
, filepath
, githash
, githash >= 0.1.4.0
, hashable
, mtl
other-modules:
Expand Down

0 comments on commit 11607f5

Please sign in to comment.