haskell-comonad: update to version 3.0.0.2

This commit is contained in:
Peter Simons
2012-08-20 10:18:05 +02:00
parent a5615adc97
commit 08e09e4caf
2 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "comonad";
version = "3.0.0.1";
sha256 = "03xslpfil96v1qgk2g29vi46mb7l0fafy446ng1p4xgq9ddb2yaz";
version = "3.0.0.2";
sha256 = "01q71b446mdbdj81qjrxjl5bshbg4bjih5zpw9fd4y5431bclfhi";
buildDepends = [ semigroups transformers ];
meta = {
homepage = "http://github.com/ekmett/comonad/";