summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-18 15:40:11 +0200
committerPeter Simons <simons@cryp.to>2015-05-18 18:04:37 +0200
commita65fd950c35f5f8261548632576fe7605b663c12 (patch)
tree3692fa591c17a4ab8ddcb73ec0b889226b59fa0d /pkgs/development/haskell-modules
parent54db9d427db1be8868db9ec9f5c4ee8ec10651df (diff)
downloadnixpkgs-a65fd950c35f5f8261548632576fe7605b663c12.tar
nixpkgs-a65fd950c35f5f8261548632576fe7605b663c12.tar.gz
nixpkgs-a65fd950c35f5f8261548632576fe7605b663c12.tar.bz2
nixpkgs-a65fd950c35f5f8261548632576fe7605b663c12.tar.lz
nixpkgs-a65fd950c35f5f8261548632576fe7605b663c12.tar.xz
nixpkgs-a65fd950c35f5f8261548632576fe7605b663c12.tar.zst
nixpkgs-a65fd950c35f5f8261548632576fe7605b663c12.zip
haskell-harp: mark as broken
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix4
1 files changed, 4 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 e50567efc29..bfd2e89fa8e 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -309,4 +309,8 @@ self: super: {
   # https://github.com/HugoDaniel/RFC3339/issues/14
   timerep = dontCheck super.timerep;
 
+  # Upstream has no issue tracker.
+  harp = markBrokenVersion "0.4" super.harp;
+  happstack-authenticate = dontDistribute super.happstack-authenticate;
+
 }