Skip to content

Commit d794e2d

Browse files
committed
v0.11.102.0-r1: allow base <4.20 and bytestring-0.12
1 parent 73a78f0 commit d794e2d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

cryptohash-sha512.cabal

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 2.0
22
name: cryptohash-sha512
33
version: 0.11.102.0
4+
x-revision: 1
45

56
synopsis: Fast, pure and practical SHA-512 implementation
67
description: {
@@ -47,8 +48,8 @@ license: BSD3
4748
license-file: LICENSE
4849
copyright: Vincent Hanquez, Herbert Valerio Riedel
4950
maintainer: Herbert Valerio Riedel <hvr@gnu.org>
50-
homepage: https://github.com/hvr/cryptohash-sha512
51-
bug-reports: https://github.com/hvr/cryptohash-sha512/issues
51+
homepage: https://github.com/haskell-hvr/cryptohash-sha512
52+
bug-reports: https://github.com/haskell-hvr/cryptohash-sha512/issues
5253
category: Data, Cryptography
5354
build-type: Simple
5455

@@ -73,12 +74,12 @@ extra-source-files: cbits/hs_sha512.h
7374

7475
source-repository head
7576
type: git
76-
location: https://github.com/hvr/cryptohash-sha512.git
77+
location: https://github.com/haskell-hvr/cryptohash-sha512.git
7778

7879
library
7980
default-language: Haskell2010
80-
build-depends: base >= 4.5 && < 4.18
81-
, bytestring >= 0.9.2 && < 0.12
81+
build-depends: base >= 4.5 && < 4.20
82+
, bytestring >= 0.9.2 && < 0.13
8283

8384
hs-source-dirs: src
8485
exposed-modules: Crypto.Hash.SHA512 Crypto.Hash.SHA512t Crypto.Hash.SHA384

0 commit comments

Comments
 (0)