Add Elm and elm-server
This commit is contained in:
13
pkgs/development/libraries/haskell/concatenative/default.nix
Normal file
13
pkgs/development/libraries/haskell/concatenative/default.nix
Normal 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;
|
||||
};
|
||||
})
|
||||
14
pkgs/development/libraries/haskell/indents/default.nix
Normal file
14
pkgs/development/libraries/haskell/indents/default.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ cabal, concatenative, mtl, parsec }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "indents";
|
||||
version = "0.3.3";
|
||||
sha256 = "16lz21bp9j14xilnq8yym22p3saxvc9fsgfcf5awn2a6i6n527xn";
|
||||
buildDepends = [ concatenative mtl parsec ];
|
||||
meta = {
|
||||
homepage = "http://patch-tag.com/r/salazar/indents";
|
||||
description = "indentation sensitive parser-combinators for parsec";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user