elm: sort deps (matches update script)
This commit is contained in:
parent
266006dfcf
commit
a60f6e995f
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
||||||
{ mkDerivation, ansi-terminal, ansi-wl-pprint, base, binary
|
{ mkDerivation, ansi-terminal, ansi-wl-pprint, base, binary
|
||||||
, bytestring, containers, directory, edit-distance, fetchgit
|
, bytestring, containers, directory, edit-distance, fetchgit
|
||||||
, file-embed, filelock, filepath, ghc-prim, haskeline, HTTP
|
, 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
|
, 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
|
, unordered-containers, utf8-string, vector, zip-archive
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "elm";
|
pname = "elm";
|
||||||
version = "0.19.1";
|
version = "0.19.1";
|
||||||
|
|
Loading…
Reference in a new issue