From e5db8068fa0887db172cb695e2c0a7956cc6dba4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 18 Oct 2016 18:34:41 +0200 Subject: [PATCH] hackage-packages.nix: automatic Haskell package set update This update was generated by hackage2nix v2.0.2-12-g87e23de from Hackage revision https://github.com/commercialhaskell/all-cabal-hashes/commit/19c7074b559df30ba334ceba2cc5a51ab0602e21. --- pkgs/development/haskell-modules/hackage-packages.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 02b13c78628..770fafe59bf 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -14307,7 +14307,6 @@ self: { libraryHaskellDepends = [ base system-filepath text ]; executableHaskellDepends = [ base system-filepath text ]; testHaskellDepends = [ base hspec system-filepath text ]; - doCheck = false; # depends on an ancient version of hspec homepage = "http://github.com/rampion/ReadArgs"; description = "Simple command line argument parsing"; license = stdenv.lib.licenses.bsd3; @@ -95548,9 +95547,6 @@ self: { description = "A Haskell backend kernel for the IPython project"; license = stdenv.lib.licenses.mit; hydraPlatforms = stdenv.lib.platforms.none; - # GHC 8 not supported yet: https://github.com/gibiansky/IHaskell/issues/690 - # GHC 7.10 build fails on various dependencies - broken = true; }) {}; "ihaskell-aeson" = callPackage