3
0
Fork 0
forked from mirrors/nixpkgs

haskell-lifted-base: update to version 0.2.0.4

This commit is contained in:
Peter Simons 2013-04-24 11:18:25 +02:00
parent 2483ac2d12
commit 61687cebf9

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "lifted-base";
version = "0.2.0.3";
sha256 = "1sfrak4jf3mvns9y6iadyhj8zvy4wyrqiaxihrxv2qby14c45psx";
version = "0.2.0.4";
sha256 = "0ljqa56gd4760x7x32v75n6a4h8f03p2g4xajaj3917w4w2rf5rp";
buildDepends = [
baseUnicodeSymbols monadControl transformersBase
];