From e771dc4b06b940c00f53244de5cbd356091d7829 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 12 Feb 2016 21:03:17 +0100 Subject: [PATCH] haskell-hans: drop obsolete patch --- .../haskell-modules/configuration-common.nix | 3 --- .../patches/hans-disable-webserver.patch | 11 ----------- 2 files changed, 14 deletions(-) delete mode 100644 pkgs/development/haskell-modules/patches/hans-disable-webserver.patch diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 33914203b2e..6030ec11afd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -765,9 +765,6 @@ self: super: { elm-server = markBroken super.elm-server; elm-yesod = markBroken super.elm-yesod; - # https://github.com/GaloisInc/HaNS/pull/8 - hans = appendPatch super.hans ./patches/hans-disable-webserver.patch; - # https://github.com/athanclark/sets/issues/2 sets = dontCheck super.sets; diff --git a/pkgs/development/haskell-modules/patches/hans-disable-webserver.patch b/pkgs/development/haskell-modules/patches/hans-disable-webserver.patch deleted file mode 100644 index 14f7e51fdf2..00000000000 --- a/pkgs/development/haskell-modules/patches/hans-disable-webserver.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur hans-2.5.0.0/hans.cabal hans-2.5.0.1/hans.cabal ---- hans-2.5.0.0/hans.cabal 2015-08-06 14:48:45.453072822 +0300 -+++ hans-2.5.0.1/hans.cabal 2015-08-06 14:49:13.044391528 +0300 -@@ -30,6 +30,7 @@ - description: Build the example program - - flag web-server -+ default: False - description: Build a simple web-server example - - flag word32-in-random