Merge pull request #325322 from mpscholten/singletons-base
haskellPackages.ghc96.singletons-base: unbreak
This commit is contained in:
@@ -165,6 +165,8 @@ self: super: {
|
||||
lambdabot
|
||||
lambdabot-haskell-plugins
|
||||
;
|
||||
|
||||
singletons-base = dontCheck super.singletons-base;
|
||||
}
|
||||
# super.ghc is required to break infinite recursion as Nix is strict in the attrNames
|
||||
// lib.optionalAttrs (pkgs.stdenv.hostPlatform.isAarch64 && lib.versionOlder super.ghc.version "9.6.4") {
|
||||
|
||||
Reference in New Issue
Block a user