haskell-comonad: update to version 3.0.3

This commit is contained in:
Peter Simons 2013-07-01 11:04:03 +02:00
parent 126dd12da2
commit d83f8248c3

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "comonad";
version = "3.0.2";
sha256 = "0ryyifcxc5rmjrf9323zzj357709mah1hdsrnrbakd5ck7grjfay";
version = "3.0.3";
sha256 = "1wngwa1cdww5c631dcil0c7mgkqx9bj7m5i63p7d9ymhpyx9sw2l";
buildDepends = [ semigroups transformers ];
testDepends = [ doctest filepath ];
meta = {