summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pandoc-types/default.nix
blob: dca729dc50c349307d75cc9c7665aed909860947 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{cabal, syb}:

cabal.mkDerivation (self : {
  pname = "pandoc-types";
  version = "1.8";
  sha256 = "1ikr1dmmdag31hgcswrnhzqacv4kl7z6dc8za2cjdq0cpd2mla98";
  propagatedBuildInputs = [syb];
  meta = {
    description = "Types for representing a structured document";
  };
})