summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pandoc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/pandoc/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/pandoc/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/development/libraries/haskell/pandoc/default.nix b/pkgs/development/libraries/haskell/pandoc/default.nix
index ca03f9be534..4da060b3517 100644
--- a/pkgs/development/libraries/haskell/pandoc/default.nix
+++ b/pkgs/development/libraries/haskell/pandoc/default.nix
@@ -1,4 +1,4 @@
-{ cabal, base64Bytestring, blazeHtml, Cabal, citeprocHs
+{ cabal, base64Bytestring, blazeHtml, citeprocHs
 , extensibleExceptions, filepath, highlightingKate, HTTP, json, mtl
 , network, pandocTypes, parsec, random, syb, tagsoup, temporary
 , texmath, time, utf8String, xml, zipArchive, zlib
@@ -11,10 +11,9 @@ cabal.mkDerivation (self: {
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
-    base64Bytestring blazeHtml Cabal citeprocHs extensibleExceptions
-    filepath highlightingKate HTTP json mtl network pandocTypes parsec
-    random syb tagsoup temporary texmath time utf8String xml zipArchive
-    zlib
+    base64Bytestring blazeHtml citeprocHs extensibleExceptions filepath
+    highlightingKate HTTP json mtl network pandocTypes parsec random
+    syb tagsoup temporary texmath time utf8String xml zipArchive zlib
   ];
   meta = {
     homepage = "http://johnmacfarlane.net/pandoc";