haskell-lifted-base: update to version 0.2.0.2

This commit is contained in:
Peter Simons 2012-12-08 11:35:02 +01:00
parent bc431e60ff
commit 4e3e78476e
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "lifted-base";
version = "0.2.0.1";
sha256 = "0ffv6zjddq9nga8m3m737chznph2z12mpgfs097aq0sgbmx6df6z";
version = "0.2.0.2";
sha256 = "19xzparj0k5h4wx71gvbd7l653fak1p57za236sncmar8cps5pdx";
buildDepends = [
baseUnicodeSymbols monadControl transformersBase
];