From 0af520573205a681545f9ef898158f5c84d92126 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 3 Mar 2015 11:22:39 +0100 Subject: [PATCH] haskell-system-fileio: test suite failures are fixed --- pkgs/development/haskell-modules/configuration-common.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index bc18b1dc3ac..a06f9e6874b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -150,12 +150,6 @@ self: super: { # http://openradar.appspot.com/10207999 and similar issues fsnotify = if pkgs.stdenv.isDarwin then dontCheck super.fsnotify else super.fsnotify; - # Doesn't properly handle nonsense byte sequences on HFS+ - # https://github.com/fpco/haskell-filesystem/issues/5 - system-fileio = if pkgs.stdenv.isDarwin - then dontCheck super.system-fileio - else super.system-fileio; - # Prevents needing to add security_tool as a build tool to all of x509-system's # dependencies. # TODO: use pkgs.darwin.security_tool once we can build it