Skip to content

Commit

Permalink
haskell-yi-snippet: new package
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuuzetsu committed Oct 26, 2014
1 parent 19e6651 commit 95448e4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pkgs/development/libraries/haskell/yi-snippet/default.nix
@@ -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 ];
};
})
2 changes: 2 additions & 0 deletions pkgs/top-level/haskell-packages.nix
Expand Up @@ -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 {};
Expand Down

0 comments on commit 95448e4

Please sign in to comment.