diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 0077d0e56d8c..16ae6e040de5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1222,6 +1222,12 @@ self: super: { # Requires dhall >= 1.23.0 ats-pkg = dontCheck (super.ats-pkg.override { dhall = self.dhall_1_29_0; }); + # fake a home dir and capture generated man page + ats-format = overrideCabal super.ats-format (old : { + preConfigure = "export HOME=$PWD"; + postBuild = "mv .local/share $out"; + }); + # Test suite doesn't work with current QuickCheck # https://github.com/pruvisto/heap/issues/11 heap = dontCheck super.heap; diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml index 6cd11524ac9e..0b585f824e4a 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml @@ -2920,7 +2920,6 @@ broken-packages: - atomic-primops-vector - atomo - atp-haskell - - ats-format - ats-setup - ats-storable - attempt