haskell-pandoc-types: update to version 1.12.4
This commit is contained in:
parent
f31953f539
commit
93f6495731
@ -1,12 +1,12 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, syb }:
|
{ cabal, aeson, deepseqGenerics, syb }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pandoc-types";
|
pname = "pandoc-types";
|
||||||
version = "1.12.3.3";
|
version = "1.12.4";
|
||||||
sha256 = "1rw641w8xdisnbni5glxqxgfjps6p8vpnvprd4zgsjqn71397pdk";
|
sha256 = "10vlw8iabaay0xqlshagl45ksawlanlg6fyqwv9d448qm32ngvdn";
|
||||||
buildDepends = [ aeson syb ];
|
buildDepends = [ aeson deepseqGenerics syb ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://johnmacfarlane.net/pandoc";
|
homepage = "http://johnmacfarlane.net/pandoc";
|
||||||
description = "Types for representing a structured document";
|
description = "Types for representing a structured document";
|
||||||
|
Loading…
Reference in New Issue
Block a user