mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
haskell-hybrid-vectors: update to version 0.1.2
This commit is contained in:
parent
b1cbcea6d2
commit
8282fb8327
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hybrid-vectors";
|
pname = "hybrid-vectors";
|
||||||
version = "0.1";
|
version = "0.1.2";
|
||||||
sha256 = "0a5ry6xmkr0zjz0kp7qbm7kdz5yr9842gy116902djppmdn5dq05";
|
sha256 = "1scx1xr9rqdpxc1kj5zgf8w1ld1mj68hxr3nl1p352wspvpgd3qf";
|
||||||
buildDepends = [ deepseq primitive vector ];
|
buildDepends = [ deepseq primitive vector ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/hybrid-vectors";
|
homepage = "http://github.com/ekmett/hybrid-vectors";
|
||||||
|
Loading…
Reference in New Issue
Block a user