summary refs log tree commit diff
diff options
context:
space:
mode:
authorPedroHLC ☭ <root@pedrohlc.com>2023-10-05 09:56:46 -0300
committerPedroHLC ☭ <root@pedrohlc.com>2023-10-05 09:56:46 -0300
commita60f6e995f8ce18f90ba5d1db3a7367c4a6a2aa8 (patch)
treeeaa493a3379d1662bb3b4378431000eb15864c26
parent266006dfcfe919a98fe92d0e516a46cd606bac97 (diff)
downloadnixpkgs-a60f6e995f8ce18f90ba5d1db3a7367c4a6a2aa8.tar
nixpkgs-a60f6e995f8ce18f90ba5d1db3a7367c4a6a2aa8.tar.gz
nixpkgs-a60f6e995f8ce18f90ba5d1db3a7367c4a6a2aa8.tar.bz2
nixpkgs-a60f6e995f8ce18f90ba5d1db3a7367c4a6a2aa8.tar.lz
nixpkgs-a60f6e995f8ce18f90ba5d1db3a7367c4a6a2aa8.tar.xz
nixpkgs-a60f6e995f8ce18f90ba5d1db3a7367c4a6a2aa8.tar.zst
nixpkgs-a60f6e995f8ce18f90ba5d1db3a7367c4a6a2aa8.zip
elm: sort deps (matches update script)
-rw-r--r--pkgs/development/compilers/elm/packages/elm.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/compilers/elm/packages/elm.nix b/pkgs/development/compilers/elm/packages/elm.nix
index e24ece00ffe..b5d19e533f7 100644
--- a/pkgs/development/compilers/elm/packages/elm.nix
+++ b/pkgs/development/compilers/elm/packages/elm.nix
@@ -1,12 +1,11 @@
 { mkDerivation, ansi-terminal, ansi-wl-pprint, base, binary
 , bytestring, containers, directory, edit-distance, fetchgit
 , file-embed, filelock, filepath, ghc-prim, haskeline, HTTP
-, http-client, http-client-tls, http-types, language-glsl, mtl
+, http-client, http-client-tls, http-types, language-glsl, lib, mtl
 , network, parsec, process, raw-strings-qq, scientific, SHA
-, snap-core, snap-server, lib, template-haskell, time
+, snap-core, snap-server, template-haskell, time
 , unordered-containers, utf8-string, vector, zip-archive
 }:
-
 mkDerivation {
   pname = "elm";
   version = "0.19.1";