about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pandoc-types/default.nix
blob: ee44d908c49809d9c7bff4c1bd1847e37be650d9 (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, aeson, deepseqGenerics, syb }:

cabal.mkDerivation (self: {
  pname = "pandoc-types";
  version = "1.12.4";
  sha256 = "10vlw8iabaay0xqlshagl45ksawlanlg6fyqwv9d448qm32ngvdn";
  buildDepends = [ aeson deepseqGenerics syb ];
  meta = {
    homepage = "http://johnmacfarlane.net/pandoc";
    description = "Types for representing a structured document";
    license = "GPL";
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})