Elm: 0.19 builds with elm-format

This commit is contained in:
Domen Kožar
2018-08-26 23:20:41 +01:00
committed by Domen Kožar
parent 9f9e9d6433
commit 7c542d0c86
8 changed files with 56 additions and 117 deletions
@@ -0,0 +1,11 @@
{ mkDerivation, base, concatenative, mtl, parsec, stdenv }:
mkDerivation {
pname = "indents";
version = "0.3.3";
sha256 = "b61f51ac894609cb5571cc3ded12db5de97185a8de236c69ec24c87457109f9a";
libraryHaskellDepends = [ base concatenative mtl parsec ];
doCheck = false;
homepage = "http://patch-tag.com/r/salazar/indents";
description = "indentation sensitive parser-combinators for parsec";
license = stdenv.lib.licenses.bsd3;
}