issues Search Results · repo:haskell-hvr/cryptohash-sha1 language:Haskell is:public
Filter by
10 results
(50 ms)10 results
inhaskell-hvr/cryptohash-sha1 (press backspace or delete to remove)Blocking https://github.com/haskell-hvr/uuid/issues/89
phadej
- 1
- Opened on Dec 26, 2024
- #24
Shipping a fix for this warning would require a new release.
src/Crypto/Hash/SHA1.hs:133:19: warning: [GHC-68441] [-Wdeprecations]
In the use of ‘memcpy’
(imported from Data.ByteString.Internal, ...
andreasabel
- Opened on Sep 5, 2023
- #20
Seems like the bounds reject the base from GHC-9.6:
[__5] rejecting: binary-0.8.9.1/installed-0.8.9.1 (conflict: cryptohash-sha1
= base =4.5 4.18, binary = base==4.18.0.0/installed-4.18.0.0)
Allow-newer ...
ysangkok
- 3
- Opened on Mar 14, 2023
- #18
GHC 9.4 is out now, and this library would build with it, but it doesn t because of the base bound.
ysangkok
- 1
- Opened on Aug 14, 2022
- #16
Lifted from:
- https://github.com/haskell-infra/hackage-trustees/issues/319
Just the library builds fine on master.
To get build with tests and benchmarks started (as stated in cabal.project), try: ...
andreasabel
- 2
- Opened on Nov 2, 2021
- #13
The latest release excludes base-4.15. While a bounds bump seems sufficient to make the package compile, it might also
be worth looking at other migration issues like https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.0#withforeignptr. ...
sjakobi
- 3
- Opened on Feb 26, 2021
- #10
nikita-volkov
- 4
- Opened on Feb 25, 2021
- #9
Repo with minimal reproduction: https://github.com/fendor/cryptohash-sha1-min-repr
Code:
import qualified Crypto.Hash.SHA1 as H
main :: IO ()
main = (H.updates H.init [ hello , world ...
fendor
- 3
- Opened on Apr 28, 2020
- #8
The LICENSE file is BSD-3 but source files, sha1.c and sha1.h, have BSD-2 copyright headers. Can this be fixed and
re-released?
Thanks.
jinwoo
- 2
- Opened on Oct 25, 2019
- #6
Hello, would you accept a patch to export aliases for hash, hashlazy, hmac, and hmaclazy that indicate the hash function
being used? My use case is simply, I prefer not using qualified imports :)
Something ...
mitchellwrosen
- Opened on Sep 20, 2018
- #5
![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.