summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/parsec/2.1.0.1.nix
blob: 0d473fd122e75ddb9454b79222184f67edfd2583 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{cabal}:

cabal.mkDerivation (self : {
  pname = "parsec";
  version = "2.1.0.1"; # Haskell Platform 2009.0.0 and 2010.1.0.0 and 2010.2.0.0
  sha256 = "2d85e5b5c8b2b1f341037ce67e1db7fa47b31c083136796cfef9e5b945c656df";
  meta = {
    description = "Monadic parser combinators";
  };
})