File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 11cabal-version : 2.0
22name : cryptohash-sha512
33version : 0.11.102.0
4+ x-revision : 1
45
56synopsis : Fast, pure and practical SHA-512 implementation
67description : {
@@ -47,8 +48,8 @@ license: BSD3
4748license-file : LICENSE
4849copyright : Vincent Hanquez, Herbert Valerio Riedel
4950maintainer : 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
5253category : Data, Cryptography
5354build-type : Simple
5455
@@ -73,12 +74,12 @@ extra-source-files: cbits/hs_sha512.h
7374
7475source-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
7879library
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
You can’t perform that action at this time.
0 commit comments