summary refs log tree commit diff
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2015-04-22 21:00:01 +0200
committerMoritz Ulrich <moritz@tarn-vedra.de>2015-04-22 21:00:01 +0200
commit80e5dcbb90e1580ab2ddb46f8480b363bb4c7484 (patch)
tree86875dfbecfdbd0498ff85d61175ab47555f8cf7
parent63563b2c5fc21965769bf358187a26670cd54ec7 (diff)
downloadnixlib-80e5dcbb90e1580ab2ddb46f8480b363bb4c7484.tar
nixlib-80e5dcbb90e1580ab2ddb46f8480b363bb4c7484.tar.gz
nixlib-80e5dcbb90e1580ab2ddb46f8480b363bb4c7484.tar.bz2
nixlib-80e5dcbb90e1580ab2ddb46f8480b363bb4c7484.tar.lz
nixlib-80e5dcbb90e1580ab2ddb46f8480b363bb4c7484.tar.xz
nixlib-80e5dcbb90e1580ab2ddb46f8480b363bb4c7484.tar.zst
nixlib-80e5dcbb90e1580ab2ddb46f8480b363bb4c7484.zip
haskell-configuration-ghc-7.10.x: bug report link for AttoBencode.
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index 15a9d5a7f824..a453fac9dcef 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -108,6 +108,7 @@ self: super: {
   safecopy = dontCheck (super.safecopy);
 
   # test suite broken, some instance is declared twice.
+  # https://bitbucket.org/FlorianHartwig/attobencode/issue/1
   AttoBencode = dontCheck super.AttoBencode;
 
   # bos/attoparsec#92