Switching haskell-packages.nix to callPackage ...

svn path=/nixpkgs/trunk/; revision=23551
This commit is contained in:
Andres Löh
2010-08-30 17:10:21 +00:00
parent d58a372ca2
commit e94147754c
6 changed files with 457 additions and 900 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "polyparse";
version = "1.3";
sha256 = "6d82f08634f0856c7919c9413199f4d5f91e753a6d796a0b61e46d7cd1ce4a24";
version = "1.4";
sha256 = "6e599fb0771e8ce2e1d3a3bbe5eddc2d77b2b4bbb54602f01005dc55dc039d44";
meta = {
description = "A variety of alternative parser combinator libraries";
};