elm: sort deps (matches update script)

This commit is contained in:
PedroHLC ☭ 2023-10-05 09:56:46 -03:00
parent 266006dfcf
commit a60f6e995f
No known key found for this signature in database
GPG key ID: DF4C6898CBDC6DF5

View file

@ -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";