haskellPackages.beam-core: unbreak via jailbreak

This commit is contained in:
Julio César 2021-08-04 14:28:32 -05:00 committed by sternenseemann
parent dccf695448
commit dee266e36d
3 changed files with 5 additions and 4 deletions

View file

@ -1011,10 +1011,14 @@ self: super: {
# https://github.com/mgajda/json-autotype/issues/25
json-autotype = dontCheck super.json-autotype;
# Requires dlist <0.9 but it works fine with dlist-1.0
# https://github.com/haskell-beam/beam/issues/581
beam-core = doJailbreak super.beam-core;
# Requires pg_ctl command during tests
beam-postgres = overrideCabal super.beam-postgres (drv: {
testToolDepends = (drv.testToolDepends or []) ++ [pkgs.postgresql];
});
});
# Fix for base >= 4.11
scat = overrideCabal super.scat (drv: {

View file

@ -304,7 +304,6 @@ broken-packages:
- bdo
- beam
- beamable
- beam-core
- bech32
- bed-and-breakfast
- beeminder-api

View file

@ -39436,8 +39436,6 @@ self: {
];
description = "Type-safe, feature-complete SQL query and manipulation interface for Haskell";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"beam-migrate" = callPackage