summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/yi-fuzzy-open/default.nix
blob: 4685a08511ae7c27e5fd8c2ff68b7af59301ab61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, binary, dataDefault, filepath, mtl, text, transformersBase
, vector, yi, yiLanguage, yiRope
}:

cabal.mkDerivation (self: {
  pname = "yi-fuzzy-open";
  version = "0.1.0";
  sha256 = "03y7ddas8w380asx4ldafp1r3h4nlyjky7n4n5sdyvwbi0rix1gc";
  buildDepends = [
    binary dataDefault filepath mtl text transformersBase vector yi
    yiLanguage yiRope
  ];
  meta = {
    homepage = "https://github.com/yi-editor/yi-fuzzy-open";
    description = "Fuzzy open plugin for Yi";
    license = self.stdenv.lib.licenses.gpl2;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
  };
})