From 5d88acfa7067605519dea67d82b9840c847cb8b8 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Thu, 9 Jul 2015 20:24:15 +0200 Subject: [PATCH 1/2] haskell-presburger: enable tests The tests compile (and pass) since release of presburger version 1.3.1. --- 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 8c8ca70ca80d..b581db8aa066 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -88,9 +88,6 @@ self: super: { yices-easy = dontDistribute super.yices-easy; yices-painless = dontDistribute super.yices-painless; - # The test suite refers to its own library with an invalid version constraint. - presburger = dontCheck super.presburger; - # Won't find it's header files without help. sfml-audio = appendConfigureFlag super.sfml-audio "--extra-include-dirs=${pkgs.openal}/include/AL"; From ac594b303d2efb978245626fa18aa7d8cc056af3 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Thu, 9 Jul 2015 23:02:05 +0200 Subject: [PATCH 2/2] haskell-http-media: enable tests The test suite builds and runs OK since version 0.6.2. --- 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 b581db8aa066..d6cbc29a573d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -217,9 +217,6 @@ self: super: { # https://github.com/haskell/bytestring/issues/41 bytestring_0_10_6_0 = dontCheck super.bytestring_0_10_6_0; - # https://github.com/zmthy/http-media/issues/6 - http-media = dontCheck super.http-media; - # tests don't compile for some odd reason jwt = dontCheck super.jwt;