Skip to content

Commit

Permalink
v0.11.101.0 revision 2: cosmetic changes in .cabal file & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Apr 7, 2023
1 parent e8d6e5d commit dae0048
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.11.101.0

- Add Eq instance for Ctx
- add start and startlazy producing Ctx
- Add `Eq` instance for `Ctx`
- Add `start` and `startlazy` producing `Ctx`
- Remove ineffective RULES
- Declare `Crypto.Hash.MD5` module `-XTrustworthy`
- Convert to `CApiFFI`
Expand Down
12 changes: 6 additions & 6 deletions cryptohash-sha1.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cabal-version: >=1.10
name: cryptohash-sha1
version: 0.11.101.0
x-revision: 1
x-revision: 2
description:
A practical incremental and one-pass, pure API to the
<https://en.wikipedia.org/wiki/SHA-1 SHA-1 hash algorithm>
Expand All @@ -20,13 +21,12 @@ description:
license: BSD3
license-file: LICENSE
copyright: Vincent Hanquez, Herbert Valerio Riedel
maintainer: Herbert Valerio Riedel <hvr@gnu.org>
homepage: https://github.com/hvr/cryptohash-sha1
bug-reports: https://github.com/hvr/cryptohash-sha1/issues
maintainer: https://github.com/haskell-hvr/cryptohash-sha1
homepage: https://github.com/haskell-hvr/cryptohash-sha1
bug-reports: https://github.com/haskell-hvr/cryptohash-sha1/issues
synopsis: Fast, pure and practical SHA-1 implementation
category: Data, Cryptography
build-type: Simple
cabal-version: >=1.10

tested-with:
GHC == 9.6.1
Expand All @@ -49,7 +49,7 @@ extra-source-files: cbits/sha1.h

source-repository head
type: git
location: https://github.com/hvr/cryptohash-sha1.git
location: https://github.com/haskell-hvr/cryptohash-sha1.git

library
default-language: Haskell2010
Expand Down

0 comments on commit dae0048

Please sign in to comment.