sha1 0.1.0.1 → 0.1.0.2
raw patch · 3 files changed
+8/−2 lines, 3 files
Files
- CHANGELOG.md +4/−0
- LICENSE +3/−1
- sha1.cabal +1/−1
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for sha1 +## 0.1.0.2 -- 2020-03-09++* Add proper attribution to license file.+ ## 0.1.0.1 -- 2020-03-09 * Add `sha1.h` to `extra-source-files`.
LICENSE view
@@ -1,4 +1,6 @@-Copyright 2020 Andrew Martin+Copyright (c) 2010-2014 Vincent Hanquez <vincent@snarc.org>+ 2016 Herbert Valerio Riedel <hvr@gnu.org>+ 2020 Andrew Martin <andrew.thaddeus@gmail.com> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions
sha1.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: sha1-version: 0.1.0.1+version: 0.1.0.2 synopsis: SHA-1 Hash description: This library is a copy of cryptohash-sha1 that works on GC-managed