about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-09-09 10:43:15 +0200
committerPeter Simons <simons@cryp.to>2013-09-09 10:43:15 +0200
commitda69f138630226adc9e39fd90feb306bffc7e019 (patch)
tree39383afebbc053cb9f42a4e7a780cedcc7251797
parentb2a54d51b555ccaa4c4f27bdefe8db62462c395b (diff)
downloadnixlib-da69f138630226adc9e39fd90feb306bffc7e019.tar
nixlib-da69f138630226adc9e39fd90feb306bffc7e019.tar.gz
nixlib-da69f138630226adc9e39fd90feb306bffc7e019.tar.bz2
nixlib-da69f138630226adc9e39fd90feb306bffc7e019.tar.lz
nixlib-da69f138630226adc9e39fd90feb306bffc7e019.tar.xz
nixlib-da69f138630226adc9e39fd90feb306bffc7e019.tar.zst
nixlib-da69f138630226adc9e39fd90feb306bffc7e019.zip
haskell-pandoc-types: Revert "update to version 1.12"
This reverts commit 17f8b638378077946e77071040c80630bf23e0f5. The new version
breaks Pandoc, curiously enough. Who would have thought? Everyone seems to be
going Snoyman these days.
-rw-r--r--pkgs/development/libraries/haskell/pandoc-types/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/pandoc-types/default.nix b/pkgs/development/libraries/haskell/pandoc-types/default.nix
index 63874d39fb82..d4f49791d306 100644
--- a/pkgs/development/libraries/haskell/pandoc-types/default.nix
+++ b/pkgs/development/libraries/haskell/pandoc-types/default.nix
@@ -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";