haskell-yi-snippet: new package

This commit is contained in:
Mateusz Kowalczyk 2014-10-26 03:46:48 +00:00
parent 19e665126b
commit 95448e468a
2 changed files with 19 additions and 0 deletions

@ -0,0 +1,17 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, yi, yiRope }:
cabal.mkDerivation (self: {
pname = "yi-snippet";
version = "0.1.0.0";
sha256 = "0qbn5x7lbvb9h6gdqgvldzyy7z5y5aa9a02ss48zkccss5p6939d";
buildDepends = [ yi yiRope ];
meta = {
homepage = "https://github.com/yi-editor/yi-snippet";
description = "Snippet support for Yi";
license = self.stdenv.lib.licenses.gpl2;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
};
})

@ -3130,6 +3130,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
yiRope = callPackage ../development/libraries/haskell/yi-rope {};
yiSnippet = callPackage ../development/libraries/haskell/yi-snippet {};
# Tools.
cabalDb = callPackage ../development/tools/haskell/cabal-db {};