haskell-pandoc-types: update to version 1.12
This commit is contained in:
parent
f2c492ec66
commit
d711b7e6de
@ -1,10 +1,10 @@
|
|||||||
{ cabal, syb }:
|
{ cabal, aeson, syb }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pandoc-types";
|
pname = "pandoc-types";
|
||||||
version = "1.10";
|
version = "1.12";
|
||||||
sha256 = "1xbqvgb95h0jhqx2y0jzds3xvycx5gwi3xn6agdmfkg7xhx9hnz6";
|
sha256 = "1dn5zl6r1vvnqcsdxdd5cv0n44rbffg3sm2jxpvcv9846wpaj8qj";
|
||||||
buildDepends = [ syb ];
|
buildDepends = [ aeson 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…
x
Reference in New Issue
Block a user