From 7b0326d32a3abc8df5361e79b4aa99a962784478 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 21 Sep 2013 09:57:36 +0200 Subject: [PATCH] haskell-pandoc-citeproc: re-generate with recent version of cabal2nix --- pkgs/development/libraries/haskell/pandoc-citeproc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix b/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix index 1d8b226fff12..16d5d910b4bb 100644 --- a/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix +++ b/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix @@ -1,7 +1,7 @@ { cabal, aeson, aesonPretty, attoparsec, Diff, filepath, hexpat , hsBibutils, HTTP, json, mtl, network, pandocTypes, parsec , rfc5051, syb, tagsoup, texmath, text, time, utf8String, vector -, yaml, glibcLocales +, yaml }: cabal.mkDerivation (self: {