pkgs/development/tools: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob
2021-01-23 19:26:19 +07:00
parent f6a583eeec
commit c522fec274
534 changed files with 1314 additions and 1314 deletions

View File

@@ -7,7 +7,7 @@
, hls-tactics-plugin, hslogger, hspec, hspec-core
, hspec-expectations, lens, lsp-test, mtl, optparse-applicative
, optparse-simple, ormolu, process, regex-tdfa, safe-exceptions
, shake, stdenv, stm, stylish-haskell, tasty, tasty-ant-xml
, shake, lib, stdenv, stm, stylish-haskell, tasty, tasty-ant-xml
, tasty-expected-failure, tasty-golden, tasty-hunit, tasty-rerun
, temporary, text, transformers, unordered-containers, with-utf8
, yaml
@@ -49,5 +49,5 @@ mkDerivation {
testToolDepends = [ ghcide ];
homepage = "https://github.com/haskell/haskell-language-server#readme";
description = "LSP server for GHC";
license = stdenv.lib.licenses.asl20;
license = lib.licenses.asl20;
}

View File

@@ -1,6 +1,6 @@
{ mkDerivation, aeson, base, containers, fetchgit, ghc
, ghc-exactprint, ghcide, haskell-lsp, hls-plugin-api, lens, shake
, stdenv, text, transformers, unordered-containers
, lib, stdenv, text, transformers, unordered-containers
}:
mkDerivation {
pname = "hls-class-plugin";
@@ -17,5 +17,5 @@ mkDerivation {
hls-plugin-api lens shake text transformers unordered-containers
];
description = "Explicit imports plugin for Haskell Language Server";
license = stdenv.lib.licenses.asl20;
license = lib.licenses.asl20;
}

View File

@@ -2,7 +2,7 @@
, extra, fetchgit, filepath, ghc, ghc-boot-th, ghc-paths, ghcide
, hashable, haskell-lsp, haskell-lsp-types, hls-plugin-api
, parser-combinators, pretty-simple, QuickCheck, safe-exceptions
, shake, stdenv, temporary, text, time, transformers
, shake, lib, stdenv, temporary, text, time, transformers
, unordered-containers
}:
mkDerivation {
@@ -23,5 +23,5 @@ mkDerivation {
unordered-containers
];
description = "Eval plugin for Haskell Language Server";
license = stdenv.lib.licenses.asl20;
license = lib.licenses.asl20;
}

View File

@@ -1,5 +1,5 @@
{ mkDerivation, aeson, base, containers, deepseq, fetchgit, ghc
, ghcide, haskell-lsp-types, hls-plugin-api, shake, stdenv, text
, ghcide, haskell-lsp-types, hls-plugin-api, shake, lib, stdenv, text
, unordered-containers
}:
mkDerivation {
@@ -17,5 +17,5 @@ mkDerivation {
hls-plugin-api shake text unordered-containers
];
description = "Explicit imports plugin for Haskell Language Server";
license = stdenv.lib.licenses.asl20;
license = lib.licenses.asl20;
}

View File

@@ -2,7 +2,7 @@
, containers, data-default, deepseq, Diff, directory, extra
, fetchgit, filepath, ghc, ghc-lib, ghc-lib-parser-ex, ghcide
, hashable, haskell-lsp, hlint, hls-plugin-api, hslogger, lens
, regex-tdfa, shake, stdenv, temporary, text, transformers
, regex-tdfa, shake, lib, stdenv, temporary, text, transformers
, unordered-containers
}:
mkDerivation {
@@ -22,5 +22,5 @@ mkDerivation {
regex-tdfa shake temporary text transformers unordered-containers
];
description = "Hlint integration plugin with Haskell Language Server";
license = stdenv.lib.licenses.asl20;
license = lib.licenses.asl20;
}

View File

@@ -1,6 +1,6 @@
{ mkDerivation, aeson, base, containers, deepseq, directory, extra
, fetchgit, ghc, ghcide, hashable, haskell-lsp, haskell-lsp-types
, hls-plugin-api, retrie, safe-exceptions, shake, stdenv, text
, hls-plugin-api, retrie, safe-exceptions, shake, lib, stdenv, text
, transformers, unordered-containers
}:
mkDerivation {
@@ -19,5 +19,5 @@ mkDerivation {
shake text transformers unordered-containers
];
description = "Retrie integration plugin for Haskell Language Server";
license = stdenv.lib.licenses.asl20;
license = lib.licenses.asl20;
}

View File

@@ -2,7 +2,7 @@
, directory, extra, fetchgit, filepath, fingertree, generic-lens
, ghc, ghc-boot-th, ghc-exactprint, ghc-source-gen, ghcide
, haskell-lsp, hie-bios, hls-plugin-api, hspec, hspec-discover
, lens, mtl, QuickCheck, refinery, retrie, shake, stdenv, syb, text
, lens, mtl, QuickCheck, refinery, retrie, shake, lib, stdenv, syb, text
, transformers
}:
mkDerivation {
@@ -28,5 +28,5 @@ mkDerivation {
testToolDepends = [ hspec-discover ];
description = "Tactics plugin for Haskell Language Server";
license = "unknown";
hydraPlatforms = stdenv.lib.platforms.none;
hydraPlatforms = lib.platforms.none;
}