Skip to content

Commit

Permalink
Merge pull request #91652 from svmhdvn/overrides-7
Browse files Browse the repository at this point in the history
haskellPackages: cleaning up obsolete overrides (7/x)
  • Loading branch information
cdepillabout authored Jun 27, 2020
2 parents 31f2e34 + a39c1c6 commit 66e2c7c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,6 @@ self: super: {
sha256 = "13g462qmj8c7if797gnyvf8h0cddmm3xy0pjldw48w8f8sr4qsj0";
});

# https://github.com/athanclark/sets/issues/2
sets = dontCheck super.sets;

# Install icons, metadata and cli program.
bustle = overrideCabal super.bustle (drv: {
buildDepends = [ pkgs.libpcap ];
Expand Down Expand Up @@ -652,9 +649,6 @@ self: super: {
# https://github.com/pxqr/base32-bytestring/issues/4
base32-bytestring = dontCheck super.base32-bytestring;

# https://github.com/goldfirere/singletons/issues/122
singletons = dontCheck super.singletons;

# Djinn's last release was 2014, incompatible with Semigroup-Monoid Proposal
# https://github.com/augustss/djinn/pull/8
djinn = appendPatch super.djinn (pkgs.fetchpatch {
Expand All @@ -679,9 +673,6 @@ self: super: {
# The standard libraries are compiled separately.
idris = generateOptparseApplicativeCompletion "idris" (dontCheck super.idris);

# https://github.com/bos/math-functions/issues/25
math-functions = dontCheck super.math-functions;

# build servant docs from the repository
servant =
let
Expand Down

0 comments on commit 66e2c7c

Please sign in to comment.