elm-format: 0.3.1 -> 0.4.0
This commit is contained in:
parent
bed7aba2f0
commit
0362eaf3ec
|
@ -2,17 +2,16 @@
|
||||||
, bytestring, containers, directory, edit-distance, fetchgit
|
, bytestring, containers, directory, edit-distance, fetchgit
|
||||||
, filemanip, filepath, HUnit, indents, mtl, optparse-applicative
|
, filemanip, filepath, HUnit, indents, mtl, optparse-applicative
|
||||||
, parsec, pretty, process, QuickCheck, quickcheck-io
|
, parsec, pretty, process, QuickCheck, quickcheck-io
|
||||||
, regex-applicative, split, stdenv, test-framework
|
, regex-applicative, split, stdenv, tasty, tasty-golden
|
||||||
, test-framework-hunit, test-framework-quickcheck2, text
|
, tasty-hunit, tasty-quickcheck, text, union-find, wl-pprint
|
||||||
, union-find, wl-pprint
|
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "elm-format";
|
pname = "elm-format";
|
||||||
version = "0.3.1";
|
version = "0.4.0";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "http://github.com/avh4/elm-format";
|
url = "http://github.com/avh4/elm-format";
|
||||||
sha256 = "04kl50kzvjf4i140dlhs6f9fd2wmk6cnvyfamx2xh8vbwbnwrkj4";
|
sha256 = "199xh2w5cwcf79a8fv6j8dpk9h8a4cygrf8cfr9p7bvp2wvczibm";
|
||||||
rev = "0637f3772de2297d12ea35f5b66961e1d827552c";
|
rev = "d9cbe65c5f01d21b5a02c2f963aa4c9d3f0539d0";
|
||||||
};
|
};
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
|
@ -23,11 +22,11 @@ mkDerivation {
|
||||||
text
|
text
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
aeson ansi-terminal base binary bytestring containers directory
|
aeson ansi-terminal ansi-wl-pprint base binary bytestring
|
||||||
edit-distance filemanip filepath HUnit indents mtl parsec pretty
|
containers directory edit-distance filemanip filepath HUnit indents
|
||||||
process QuickCheck quickcheck-io regex-applicative split
|
mtl optparse-applicative parsec pretty process QuickCheck
|
||||||
test-framework test-framework-hunit test-framework-quickcheck2 text
|
quickcheck-io regex-applicative split tasty tasty-golden
|
||||||
union-find wl-pprint
|
tasty-hunit tasty-quickcheck text union-find wl-pprint
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
homepage = "http://elm-lang.org";
|
homepage = "http://elm-lang.org";
|
||||||
|
|
Loading…
Reference in New Issue