2009-04-19 12:07:41 +02:00
|
|
|
{cabal}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "parsec";
|
2010-07-17 15:23:48 +02:00
|
|
|
version = "2.1.0.1"; # Haskell Platform 2009.0.0 and 2010.1.0.0 and 2010.2.0.0
|
2009-04-19 12:07:41 +02:00
|
|
|
sha256 = "2d85e5b5c8b2b1f341037ce67e1db7fa47b31c083136796cfef9e5b945c656df";
|
|
|
|
meta = {
|
|
|
|
description = "Monadic parser combinators";
|
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|
2009-04-19 12:07:41 +02:00
|
|
|
|