nixpkgs/pkgs/development/libraries/haskell/yi-snippet/default.nix
2014-10-26 03:48:19 +00:00

18 lines
546 B
Nix

# 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 ];
};
})