about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-25 17:12:08 +0100
committerPeter Simons <simons@cryp.to>2015-03-26 11:29:05 +0100
commit1368206eb8463dffee6a3c43fdf7ee12ca0aa468 (patch)
tree26ce62ef155bae5189f2fce3177be927455017f5 /pkgs/development/haskell-modules
parent73f35dcc0c3553a3fe3c44cf6504cd0821f420f2 (diff)
downloadnixlib-1368206eb8463dffee6a3c43fdf7ee12ca0aa468.tar
nixlib-1368206eb8463dffee6a3c43fdf7ee12ca0aa468.tar.gz
nixlib-1368206eb8463dffee6a3c43fdf7ee12ca0aa468.tar.bz2
nixlib-1368206eb8463dffee6a3c43fdf7ee12ca0aa468.tar.lz
nixlib-1368206eb8463dffee6a3c43fdf7ee12ca0aa468.tar.xz
nixlib-1368206eb8463dffee6a3c43fdf7ee12ca0aa468.tar.zst
nixlib-1368206eb8463dffee6a3c43fdf7ee12ca0aa468.zip
haskell-configuration-common: remember ticket URL
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d8c466aa6728..76910ed61f98 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -254,7 +254,7 @@ self: super: {
   amqp-conduit = dontCheck super.amqp-conduit;
   concurrent-dns-cache = dontCheck super.concurrent-dns-cache;
   dbus = dontCheck super.dbus;                          # http://hydra.cryp.to/build/498404/log/raw
-  directory_1_2_2_0 = dontCheck super.directory_1_2_2_0;
+  directory_1_2_2_0 = dontCheck super.directory_1_2_2_0; # https://github.com/haskell/directory/issues/24
   hadoop-rpc = dontCheck super.hadoop-rpc;              # http://hydra.cryp.to/build/527461/nixlog/2/raw
   hasql = dontCheck super.hasql;                        # http://hydra.cryp.to/build/502489/nixlog/4/raw
   hjsonschema = overrideCabal super.hjsonschema (drv: { testTarget = "local"; });