From af768c15e590cb2b44c0ab48c9da1968367306c7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 15 Feb 2015 19:50:14 +0100 Subject: [PATCH] haskell-OpenGLRaw21: build has been fixed --- 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 3c8c770a2c5d..a856aa4accdd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -465,9 +465,6 @@ self: super: { gloss-raster = super.gloss-raster.override { llvm = pkgs.llvm_34; }; repa-examples = super.repa-examples.override { llvm = pkgs.llvm_34; }; - # Upstream notified by e-mail. - OpenGLRaw21 = markBrokenVersion "1.2.0.1" super.OpenGLRaw21; - # Missing module. rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5 rematch-text = dontCheck super.rematch-text; # https://github.com/tcrayford/rematch/issues/6