haskell-derive: updated to version 2.5.4

svn path=/nixpkgs/trunk/; revision=28525
This commit is contained in:
Peter Simons 2011-08-12 18:43:14 +00:00
parent e90e922f14
commit c832fc15eb

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "derive";
version = "2.5.2";
sha256 = "03qmwy47xxpdwpfyf509bsh7ysh4y5lwxsn15jpbnz6mnssxn07y";
version = "2.5.4";
sha256 = "0gmj24qzh3vyvp0a44v4mf1qpkrg4d9q0m15d0yfbyzrimyjx1c7";
isLibrary = true;
isExecutable = true;
buildDepends = [ haskellSrcExts syb transformers uniplate ];