about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/mtlparse/default.nix
blob: 7b5993e0dc0e44acb14184c7abaac64d87a10d78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})