haskell-pandoc-types: update to version 1.12.4

This commit is contained in:
Peter Simons 2014-07-22 12:22:06 +02:00
parent f31953f539
commit 93f6495731

View File

@ -1,12 +1,12 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, syb }:
{ cabal, aeson, deepseqGenerics, syb }:
cabal.mkDerivation (self: {
pname = "pandoc-types";
version = "1.12.3.3";
sha256 = "1rw641w8xdisnbni5glxqxgfjps6p8vpnvprd4zgsjqn71397pdk";
buildDepends = [ aeson syb ];
version = "1.12.4";
sha256 = "10vlw8iabaay0xqlshagl45ksawlanlg6fyqwv9d448qm32ngvdn";
buildDepends = [ aeson deepseqGenerics syb ];
meta = {
homepage = "http://johnmacfarlane.net/pandoc";
description = "Types for representing a structured document";