From 482c29f8c6077a8ecba9c7d6ee5035451fc78396 Mon Sep 17 00:00:00 2001 From: Aycan iRiCAN Date: Sat, 15 Aug 2015 10:35:36 +0300 Subject: haskell-hans: disable building example webserver which includes double main. --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/haskell-modules/configuration-common.nix') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 61e45edf8f2..758397de1ab 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -925,4 +925,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; } -- cgit 1.4.1