about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-02 19:58:29 +0100
committerPeter Simons <simons@cryp.to>2013-12-02 20:28:20 +0100
commita22e8fd6c0038831f3ff4b0dffe7d6285f1f8aa5 (patch)
treea4ef8ef6a15794506d9cf88b6286ba36fb0b89be /pkgs
parentf9bb59271225c038874ab20cf24536410bcc02cc (diff)
downloadnixlib-a22e8fd6c0038831f3ff4b0dffe7d6285f1f8aa5.tar
nixlib-a22e8fd6c0038831f3ff4b0dffe7d6285f1f8aa5.tar.gz
nixlib-a22e8fd6c0038831f3ff4b0dffe7d6285f1f8aa5.tar.bz2
nixlib-a22e8fd6c0038831f3ff4b0dffe7d6285f1f8aa5.tar.lz
nixlib-a22e8fd6c0038831f3ff4b0dffe7d6285f1f8aa5.tar.xz
nixlib-a22e8fd6c0038831f3ff4b0dffe7d6285f1f8aa5.tar.zst
nixlib-a22e8fd6c0038831f3ff4b0dffe7d6285f1f8aa5.zip
haskell-HDBC-odbc: re-generate with cabal2nix
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/HDBC/HDBC-odbc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/haskell/HDBC/HDBC-odbc.nix b/pkgs/development/libraries/haskell/HDBC/HDBC-odbc.nix
index ae08eb8940b1..16df77a939eb 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";