haskell-lifted-base: updated to version 0.1.0.3

svn path=/nixpkgs/trunk/; revision=31783
This commit is contained in:
Peter Simons 2012-01-21 20:39:44 +00:00
parent 7f062680e4
commit 70895ed45c

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "lifted-base";
version = "0.1.0.2";
sha256 = "1j810pdkhl6kpc368081ar1k9342k3bl4cmx294zdyd0j00n23zx";
version = "0.1.0.3";
sha256 = "1fk2jv8xwjb4xmzcx7h74nh14i3wf5mpifiki9rvq4hnrb7gdx36";
buildDepends = [
baseUnicodeSymbols monadControl transformersBase
];