3
0
Fork 0
forked from mirrors/nixpkgs

haskell-data-default: update to version 0.5.0

This commit is contained in:
Peter Simons 2012-08-09 12:10:50 +02:00
parent 82ad60c861
commit 626f0fa4c7

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "data-default";
version = "0.4.0";
sha256 = "1pil8dxbk0zl2zw1xj9h2bpwpdriwfd7aj48kh0xpw9yazg3m802";
version = "0.5.0";
sha256 = "1wv8wjd9j40s7h19aph5pqph7rby5ma1nlagqywn9q0634iq9n2a";
buildDepends = [ dlist ];
meta = {
description = "A class for types with a default value";