mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-vector-th-unbox: update to version 0.2.1.0
This commit is contained in:
parent
1f1fa7cac4
commit
26b568149b
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "vector-th-unbox";
|
pname = "vector-th-unbox";
|
||||||
version = "0.2.0.2";
|
version = "0.2.1.0";
|
||||||
sha256 = "1c8xy0rcl8il9ssclqshwi8dd2xx6bl1rfhrfm9h7wklw64db9xp";
|
sha256 = "0r8yxj63hvkm923y8mk1b5kv1b15lqadxhlncc02glvmy8zf1prh";
|
||||||
buildDepends = [ vector ];
|
buildDepends = [ vector ];
|
||||||
testDepends = [ dataDefault vector ];
|
testDepends = [ dataDefault vector ];
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue