summary refs log tree commit diff
path: root/pkgs/development/tools/haskell
diff options
context:
space:
mode:
authorPavol Rusnak <pavol@rusnak.io>2021-01-25 09:26:54 +0100
committerPavol Rusnak <pavol@rusnak.io>2021-01-25 18:31:47 +0100
commita6ce00c50c36624fec06b2b756a766d4d0f4a888 (patch)
tree8d032f7254e836548750154e99dd5f579dc2a2d3 /pkgs/development/tools/haskell
parente06e84759533c03b308b8b706da33908b4ef1cb9 (diff)
downloadnixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.gz
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.bz2
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.lz
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.xz
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.tar.zst
nixpkgs-a6ce00c50c36624fec06b2b756a766d4d0f4a888.zip
treewide: remove stdenv where not needed
Diffstat (limited to 'pkgs/development/tools/haskell')
-rw-r--r--pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix2
-rw-r--r--pkgs/development/tools/haskell/haskell-language-server/default.nix2
-rw-r--r--pkgs/development/tools/haskell/haskell-language-server/hls-class-plugin.nix2
-rw-r--r--pkgs/development/tools/haskell/haskell-language-server/hls-eval-plugin.nix2
-rw-r--r--pkgs/development/tools/haskell/haskell-language-server/hls-explicit-imports-plugin.nix2
-rw-r--r--pkgs/development/tools/haskell/haskell-language-server/hls-hlint-plugin.nix2
-rw-r--r--pkgs/development/tools/haskell/haskell-language-server/hls-retrie-plugin.nix2
-rw-r--r--pkgs/development/tools/haskell/haskell-language-server/hls-tactics-plugin.nix2
-rw-r--r--pkgs/development/tools/haskell/vaultenv/default.nix2
9 files changed, 9 insertions, 9 deletions
diff --git a/pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix b/pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix
index 02c4c96bd8e..b857b910f0a 100644
--- a/pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix
+++ b/pkgs/development/tools/haskell/dconf2nix/dconf2nix.nix
@@ -1,5 +1,5 @@
 { mkDerivation, base, containers, fetchgit, hedgehog
-, optparse-applicative, parsec, lib, stdenv, template-haskell, text
+, optparse-applicative, parsec, lib, template-haskell, text
 }:
 mkDerivation {
   pname = "dconf2nix";
diff --git a/pkgs/development/tools/haskell/haskell-language-server/default.nix b/pkgs/development/tools/haskell/haskell-language-server/default.nix
index 512aec84eea..71b6355db58 100644
--- a/pkgs/development/tools/haskell/haskell-language-server/default.nix
+++ b/pkgs/development/tools/haskell/haskell-language-server/default.nix
@@ -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, lib, stdenv, stm, stylish-haskell, tasty, tasty-ant-xml
+, shake, lib, stm, stylish-haskell, tasty, tasty-ant-xml
 , tasty-expected-failure, tasty-golden, tasty-hunit, tasty-rerun
 , temporary, text, transformers, unordered-containers, with-utf8
 , yaml
diff --git a/pkgs/development/tools/haskell/haskell-language-server/hls-class-plugin.nix b/pkgs/development/tools/haskell/haskell-language-server/hls-class-plugin.nix
index c5168934390..b757dc8c9e8 100644
--- a/pkgs/development/tools/haskell/haskell-language-server/hls-class-plugin.nix
+++ b/pkgs/development/tools/haskell/haskell-language-server/hls-class-plugin.nix
@@ -1,6 +1,6 @@
 { mkDerivation, aeson, base, containers, fetchgit, ghc
 , ghc-exactprint, ghcide, haskell-lsp, hls-plugin-api, lens, shake
-, lib, stdenv, text, transformers, unordered-containers
+, lib, text, transformers, unordered-containers
 }:
 mkDerivation {
   pname = "hls-class-plugin";
diff --git a/pkgs/development/tools/haskell/haskell-language-server/hls-eval-plugin.nix b/pkgs/development/tools/haskell/haskell-language-server/hls-eval-plugin.nix
index b5774ddcbfd..2677b45a591 100644
--- a/pkgs/development/tools/haskell/haskell-language-server/hls-eval-plugin.nix
+++ b/pkgs/development/tools/haskell/haskell-language-server/hls-eval-plugin.nix
@@ -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, lib, stdenv, temporary, text, time, transformers
+, shake, lib, temporary, text, time, transformers
 , unordered-containers
 }:
 mkDerivation {
diff --git a/pkgs/development/tools/haskell/haskell-language-server/hls-explicit-imports-plugin.nix b/pkgs/development/tools/haskell/haskell-language-server/hls-explicit-imports-plugin.nix
index 1c7d31004b6..8207b5181ba 100644
--- a/pkgs/development/tools/haskell/haskell-language-server/hls-explicit-imports-plugin.nix
+++ b/pkgs/development/tools/haskell/haskell-language-server/hls-explicit-imports-plugin.nix
@@ -1,5 +1,5 @@
 { mkDerivation, aeson, base, containers, deepseq, fetchgit, ghc
-, ghcide, haskell-lsp-types, hls-plugin-api, shake, lib, stdenv, text
+, ghcide, haskell-lsp-types, hls-plugin-api, shake, lib, text
 , unordered-containers
 }:
 mkDerivation {
diff --git a/pkgs/development/tools/haskell/haskell-language-server/hls-hlint-plugin.nix b/pkgs/development/tools/haskell/haskell-language-server/hls-hlint-plugin.nix
index 4a90933d1e7..02e314cba3a 100644
--- a/pkgs/development/tools/haskell/haskell-language-server/hls-hlint-plugin.nix
+++ b/pkgs/development/tools/haskell/haskell-language-server/hls-hlint-plugin.nix
@@ -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, lib, stdenv, temporary, text, transformers
+, regex-tdfa, shake, lib, temporary, text, transformers
 , unordered-containers
 }:
 mkDerivation {
diff --git a/pkgs/development/tools/haskell/haskell-language-server/hls-retrie-plugin.nix b/pkgs/development/tools/haskell/haskell-language-server/hls-retrie-plugin.nix
index 311a26633a5..cca8acb8819 100644
--- a/pkgs/development/tools/haskell/haskell-language-server/hls-retrie-plugin.nix
+++ b/pkgs/development/tools/haskell/haskell-language-server/hls-retrie-plugin.nix
@@ -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, lib, stdenv, text
+, hls-plugin-api, retrie, safe-exceptions, shake, lib, text
 , transformers, unordered-containers
 }:
 mkDerivation {
diff --git a/pkgs/development/tools/haskell/haskell-language-server/hls-tactics-plugin.nix b/pkgs/development/tools/haskell/haskell-language-server/hls-tactics-plugin.nix
index 4f476431d9b..369ce0e27b8 100644
--- a/pkgs/development/tools/haskell/haskell-language-server/hls-tactics-plugin.nix
+++ b/pkgs/development/tools/haskell/haskell-language-server/hls-tactics-plugin.nix
@@ -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, lib, stdenv, syb, text
+, lens, mtl, QuickCheck, refinery, retrie, shake, lib, syb, text
 , transformers
 }:
 mkDerivation {
diff --git a/pkgs/development/tools/haskell/vaultenv/default.nix b/pkgs/development/tools/haskell/vaultenv/default.nix
index 42cf3322420..8c817e8eeef 100644
--- a/pkgs/development/tools/haskell/vaultenv/default.nix
+++ b/pkgs/development/tools/haskell/vaultenv/default.nix
@@ -1,7 +1,7 @@
 { mkDerivation, async, base, bytestring, connection, containers
 , directory, hpack, hspec, hspec-discover, hspec-expectations
 , http-client, http-conduit, lens, lens-aeson, megaparsec, mtl
-, optparse-applicative, parser-combinators, retry, lib, stdenv, text
+, optparse-applicative, parser-combinators, retry, lib, text
 , unix, unordered-containers, utf8-string, fetchzip, dotenv
 }:
 mkDerivation rec {