Add Elm and elm-server

This commit is contained in:
Alexander Foremny
2013-06-12 13:23:00 +02:00
parent acc6039e2c
commit bb53645b0f
5 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "concatenative";
version = "1.0.1";
sha256 = "05xwqvcdnk8bsyj698ab9jxpa1nk23pf3m7wi9mwmw0q8n99fngd";
meta = {
homepage = "https://patch-tag.com/r/salazar/concatenative/snapshot/current/content/pretty";
description = "A library for postfix control flow";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})