1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/mtlparse/default.nix
2014-08-09 13:49:24 +02:00

17 lines
485 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, mtl }:
cabal.mkDerivation (self: {
pname = "mtlparse";
version = "0.1.2";
sha256 = "cd85d985e4eff842b1c053a2ff507094a20995c5757acc06ea34ff07d9edd142";
buildDepends = [ mtl ];
meta = {
homepage = "http://homepage3.nifty.com/salamander/second/projects/mtlparse/";
description = "parse library using mtl package";
license = "LGPL";
platforms = self.ghc.meta.platforms;
};
})