diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index cc875b7d33c..c6e25b10e2a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -22,6 +22,10 @@ self: super: { statistics = dontCheck super.statistics; text = dontCheck super.text; + # https://github.com/bartavelle/hruby/issues/10 + # https://github.com/bartavelle/hruby/issues/9 + hruby = addExtraLibrary (dontCheck super.hruby) pkgs.ruby_2_1; + # Doesn't compile with lua 5.2. hslua = super.hslua.override { lua = pkgs.lua5_1; }; diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 41fe60ef559..6f4f4a8ef4b 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -65613,7 +65613,6 @@ self: { jailbreak = true; description = "Embed a Ruby intepreter in your Haskell program !"; license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; }) {}; "hs-GeoIP" = callPackage