Skip to content

Commit

Permalink
release.nix: Unmark data-diverse as broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoo1 committed Nov 7, 2023
1 parent cab587d commit c6c6a26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ let

haskellPackages = pkgsOld.haskellPackages.override {
overrides = haskellPackagesNew: haskellPackagesOld: rec {
data-diverse =
pkgsNew.haskell.lib.unmarkBroken haskellPackagesOld.data-diverse;

dhall =
haskellPackagesNew.callPackage ./nix/dhall.nix { };

Expand Down

0 comments on commit c6c6a26

Please sign in to comment.