mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-hashtables: update to version 1.0.1.8
This commit is contained in:
parent
143650b1b1
commit
be0fe5c0d8
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hashtables";
|
pname = "hashtables";
|
||||||
version = "1.0.1.7";
|
version = "1.0.1.8";
|
||||||
sha256 = "0swk501whj08jj9q1d1lwg06nakimxnr7797zx8y8275f5mmisi7";
|
sha256 = "0skrzvzasm0hg4631nhfppsb7mn60pnxk4v31gipzz780sbx9zi8";
|
||||||
buildDepends = [ hashable primitive vector ];
|
buildDepends = [ hashable primitive vector ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/gregorycollins/hashtables";
|
homepage = "http://github.com/gregorycollins/hashtables";
|
||||||
|
|
Loading…
Reference in a new issue