mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-hybrid-vectors: update to version 0.1.2
This commit is contained in:
parent
b1cbcea6d2
commit
8282fb8327
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hybrid-vectors";
|
||||
version = "0.1";
|
||||
sha256 = "0a5ry6xmkr0zjz0kp7qbm7kdz5yr9842gy116902djppmdn5dq05";
|
||||
version = "0.1.2";
|
||||
sha256 = "1scx1xr9rqdpxc1kj5zgf8w1ld1mj68hxr3nl1p352wspvpgd3qf";
|
||||
buildDepends = [ deepseq primitive vector ];
|
||||
meta = {
|
||||
homepage = "http://github.com/ekmett/hybrid-vectors";
|
||||
|
|
Loading…
Reference in a new issue