mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
haskell-void: update to version 0.5.10
This commit is contained in:
parent
87c3707b5c
commit
f78de0a623
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "void";
|
pname = "void";
|
||||||
version = "0.5.8";
|
version = "0.5.10";
|
||||||
sha256 = "1iqwndpc77i4i1977z7lxj20viplr2f5pwxwa2kibyhy556bs27z";
|
sha256 = "0adykqns7vvzgrjg7waaklfj3dl1h7vk5rwlfx0f18js6di9zrh4";
|
||||||
buildDepends = [ semigroups ];
|
buildDepends = [ semigroups ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/void";
|
homepage = "http://github.com/ekmett/void";
|
||||||
|
|
Loading…
Reference in a new issue