summary refs log tree commit diff
path: root/pkgs/applications/editors/yi/yi-contrib.nix
blob: 14231e03582e831d1d5e97c20f8049b97088248e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, filepath, lens, mtl, split, time, transformersBase, yi }:

cabal.mkDerivation (self: {
  pname = "yi-contrib";
  version = "0.8.1";
  sha256 = "0jsbga30x302mr708vj5y7cpc961vh85dshpq2zlrf44dh0kmpvf";
  buildDepends = [
    filepath lens mtl split time transformersBase yi
  ];
  meta = {
    homepage = "http://haskell.org/haskellwiki/Yi";
    description = "Add-ons to Yi, the Haskell-Scriptable Editor";
    license = "GPL";
    platforms = self.ghc.meta.platforms;
  };
})