haskellPackages.beam-core: unbreak via jailbreak

launchpad/nixpkgs/master
Julio César 3 years ago committed by sternenseemann
parent dccf695448
commit dee266e36d
  1. 6
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  3. 2
      pkgs/development/haskell-modules/hackage-packages.nix

@ -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: {

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

@ -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

Loading…
Cancel
Save