From a22e8fd6c0038831f3ff4b0dffe7d6285f1f8aa5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Dec 2013 19:58:29 +0100 Subject: [PATCH] haskell-HDBC-odbc: re-generate with cabal2nix --- pkgs/development/libraries/haskell/HDBC/HDBC-odbc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/haskell/HDBC/HDBC-odbc.nix b/pkgs/development/libraries/haskell/HDBC/HDBC-odbc.nix index ae08eb8940b..16df77a939e 100644 --- a/pkgs/development/libraries/haskell/HDBC/HDBC-odbc.nix +++ b/pkgs/development/libraries/haskell/HDBC/HDBC-odbc.nix @@ -8,7 +8,7 @@ cabal.mkDerivation (self: { isExecutable = true; buildDepends = [ HDBC mtl time utf8String ]; extraLibraries = [ odbc ]; - noHaddock = true; # Haddocks currently fail to build + noHaddock = true; meta = { homepage = "https://github.com/hdbc/hdbc-odbc"; description = "ODBC driver for HDBC";