Skip to content

Commit 8335312

Browse files
authored
Merge pull request #33 from factisresearch/sw/crypton2
crypton
2 parents bfaedf1 + fd195aa commit 8335312

File tree

8 files changed

+19
-24
lines changed

8 files changed

+19
-24
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- compiler: ghc-9.6
2222
- compiler: ghc-9.4
2323
- compiler: ghc-9.2
24-
- compiler: ghc-9.0
2524
fail-fast: false
2625
steps:
2726
- name: Set PATH and environment variables

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
0.1.1.0: 2023-05-19
22
* fix for text version 2. The fix causes hashes for text values to change. Use the new
33
function `largeHashStable` if you want to avoid that. (`largeHashStable` comes
4-
with a performance penalty, though.))
4+
with a performance penalty, though.)
55

66
0.1.0.4: 2017-03-19
77
* fixed build on `i686` related to non-fixed size integers

large-hashable.cabal

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ extra-source-files:
1818
default.nix
1919
stack.yaml
2020
test/bigfile.txt
21+
stack-ghc-9.0.yaml
22+
stack-ghc-9.2.yaml
23+
stack-ghc-9.4.yaml
24+
stack-ghc-9.6.yaml
25+
stack-ghc-9.8.yaml
2126

2227
library
2328
hs-source-dirs: src
@@ -35,7 +40,7 @@ library
3540
, bytes
3641
, bytestring
3742
, containers
38-
, cryptonite
43+
, crypton
3944
, memory
4045
, scientific
4146
, strict

src/Data/LargeHashable.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- for efficiently hashing any Haskell data type using a
33
-- hash algorithm like MD5, SHA256 etc.
44
--
5-
-- Normal users shoud import this module.
5+
-- Normal users should import this module.
66
module Data.LargeHashable (
77
LargeHashable(..)
88
, LargeHashable'(..)

stack-ghc-9.0.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

stack-ghc-9.0.yaml.lock

Lines changed: 0 additions & 12 deletions
This file was deleted.

stack-ghc-9.2.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ packages:
55
- '.'
66

77
flags: {}
8+
9+
extra-deps:
10+
- crypton-1.0.1@sha256:f41316fbc6ad878396e476355e27b70ac35c344d74e3eefafe709e03b192be9e,14527

stack-ghc-9.2.yaml.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
# For more information, please see the documentation at:
44
# https://docs.haskellstack.org/en/stable/lock_files
55

6-
packages: []
6+
packages:
7+
- completed:
8+
hackage: crypton-1.0.1@sha256:f41316fbc6ad878396e476355e27b70ac35c344d74e3eefafe709e03b192be9e,14527
9+
pantry-tree:
10+
sha256: b8f0a33755a0871d325300024592cd9306e393941248184e9c4faf417d4adfcd
11+
size: 23276
12+
original:
13+
hackage: crypton-1.0.1@sha256:f41316fbc6ad878396e476355e27b70ac35c344d74e3eefafe709e03b192be9e,14527
714
snapshots:
815
- completed:
916
sha256: 401a0e813162ba62f04517f60c7d25e93a0f867f94a902421ebf07d1fb5a8c46

0 commit comments

Comments
 (0)