2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, text }:
|
2009-09-28 11:29:19 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2009-09-28 11:29:19 +00:00
|
|
|
pname = "polyparse";
|
2014-10-31 11:37:49 +01:00
|
|
|
version = "1.10";
|
|
|
|
sha256 = "0nz7dv91a2f7gf4jnma8qcqa4n6qjcyggf8qdja46sdcabpd0ij2";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ text ];
|
2009-09-28 11:29:19 +00:00
|
|
|
meta = {
|
2011-08-09 23:00:20 +00:00
|
|
|
homepage = "http://code.haskell.org/~malcolm/polyparse/";
|
2011-08-11 13:03:51 +00:00
|
|
|
description = "A variety of alternative parser combinator libraries";
|
2011-08-09 23:00:20 +00:00
|
|
|
license = "LGPL";
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-09-28 11:29:19 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|