Skip to content

Commit

Permalink
Revert "haskellPackages.{SC,sc}alendar: nullify to fix ofborg eval"
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Dec 26, 2017
1 parent c964449 commit adabca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -951,9 +951,9 @@ self: super: {
# Hoogle needs a newer version than lts-10 provides.
hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_20_1; };

# These packages depend on each other, forming an infinite loop.
scalendar = null;
SCalendar = null;
# These packages depend on each other, forming an infinte loop.
scalendar = markBroken super.scalendar;
SCalendar = markBroken super.SCalendar;

# Needs QuickCheck <2.10, which we don't have.
edit-distance = doJailbreak super.edit-distance;
Expand Down

0 comments on commit adabca4

Please sign in to comment.