mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
haskell-modules: tidy up to fix nixd warnings
This commit is contained in:
parent
3af6010640
commit
9756225984
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user