From 43cba717d2309e37dbfc1da482f6d7f587e63d57 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Mon, 17 Aug 2015 20:59:18 +0300 Subject: [PATCH] haskell: partially revert marking Elm packages as broken See https://github.com/NixOS/nixpkgs/pull/9233#issuecomment-131596192 --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 3c0e03095ce7..6423b0726d47 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -910,12 +910,9 @@ self: super: { # Elm is no longer actively maintained on Hackage: https://github.com/NixOS/nixpkgs/pull/9233. Elm = markBroken super.Elm; - elm-bridge = markBroken super.elm-bridge; elm-build-lib = markBroken super.elm-build-lib; elm-compiler = markBroken super.elm-compiler; - elm-core-sources = markBroken super.elm-core-sources; elm-get = markBroken super.elm-get; - elm-init = markBroken super.elm-init; elm-make = markBroken super.elm-make; elm-package = markBroken super.elm-package; elm-reactor = markBroken super.elm-reactor;