haskell-generics-sop: update to version 0.1.0.3

This commit is contained in:
Peter Simons 2014-12-13 12:04:27 +01:00
parent be646eb8de
commit 542a540b90

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "generics-sop";
version = "0.1.0.2";
sha256 = "01s3v3a29wdsps9vas8in2ks5p4d2arqp3qvmzqa7v2sz786xjra";
version = "0.1.0.3";
sha256 = "0wvrav5armspfp6iixns1db45xfpqicx74asi14a2gnl28yqmfpl";
buildDepends = [ tagged ];
meta = {
description = "Generic Programming using True Sums of Products";