mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell-pandoc-types: Revert "update to version 1.12"
This reverts commit 17f8b63837
. The new version
breaks Pandoc, curiously enough. Who would have thought? Everyone seems to be
going Snoyman these days.
This commit is contained in:
parent
b2a54d51b5
commit
da69f13863
@ -1,10 +1,10 @@
|
||||
{ cabal, aeson, syb }:
|
||||
{ cabal, syb }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "pandoc-types";
|
||||
version = "1.12";
|
||||
sha256 = "1dn5zl6r1vvnqcsdxdd5cv0n44rbffg3sm2jxpvcv9846wpaj8qj";
|
||||
buildDepends = [ aeson syb ];
|
||||
version = "1.10";
|
||||
sha256 = "1xbqvgb95h0jhqx2y0jzds3xvycx5gwi3xn6agdmfkg7xhx9hnz6";
|
||||
buildDepends = [ syb ];
|
||||
meta = {
|
||||
homepage = "http://johnmacfarlane.net/pandoc";
|
||||
description = "Types for representing a structured document";
|
||||
|
Loading…
Reference in New Issue
Block a user