haskell-void: update to version 0.6

This commit is contained in:
Peter Simons 2013-03-23 14:14:40 +01:00
parent 3aab8525ed
commit 9e5910620f

View File

@ -1,10 +1,10 @@
{ cabal, semigroups }:
{ cabal, hashable, semigroups }:
cabal.mkDerivation (self: {
pname = "void";
version = "0.5.12";
sha256 = "03fqcap94saj7mx3y4pvvfj4z8dy6rsk2kvhgbnk2wvz5xm7xvci";
buildDepends = [ semigroups ];
version = "0.6";
sha256 = "0g1dja7qcp2d9a4m8j1f4ddyvbl003znyk7yn5w5qiiqr1pacs1n";
buildDepends = [ hashable semigroups ];
meta = {
homepage = "http://github.com/ekmett/void";
description = "A Haskell 98 logically uninhabited data type";