haskell-modules: tidy up to fix nixd warnings

This commit is contained in:
LuoChen 2024-09-20 09:56:58 +08:00
parent 3af6010640
commit 9756225984
No known key found for this signature in database

View File

@ -12,8 +12,8 @@
{ pkgs, haskellLib }:
let
inherit (pkgs) fetchpatch fetchpatch2 lib;
inherit (lib) throwIfNot versionOlder versions;
inherit (pkgs) fetchpatch lib;
inherit (lib) throwIfNot versionOlder;
in
with haskellLib;
@ -2649,7 +2649,7 @@ self: super: {
purescript =
lib.pipe
(super.purescript.overrideScope purescriptOverlay)
([
[
# https://github.com/purescript/purescript/pull/4547
(appendPatches [
(pkgs.fetchpatch {
@ -2668,7 +2668,7 @@ self: super: {
doJailbreak
# Generate shell completions
(self.generateOptparseApplicativeCompletions [ "purs" ])
]);
];
purenix =
lib.pipe