summary refs log tree commit diff
path: root/pkgs/applications/editors/yi
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-15 00:55:44 +0100
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-15 01:00:16 +0100
commita921dba56ab246b66fede41c313e1e7b89380863 (patch)
tree29fd5a674abbec4c869ffd80b003bcff81b3e58f /pkgs/applications/editors/yi
parent1ccb025729e0dbfb0fac8efce47ed4f5836d0270 (diff)
downloadnixpkgs-a921dba56ab246b66fede41c313e1e7b89380863.tar
nixpkgs-a921dba56ab246b66fede41c313e1e7b89380863.tar.gz
nixpkgs-a921dba56ab246b66fede41c313e1e7b89380863.tar.bz2
nixpkgs-a921dba56ab246b66fede41c313e1e7b89380863.tar.lz
nixpkgs-a921dba56ab246b66fede41c313e1e7b89380863.tar.xz
nixpkgs-a921dba56ab246b66fede41c313e1e7b89380863.tar.zst
nixpkgs-a921dba56ab246b66fede41c313e1e7b89380863.zip
haskell-yi-contrib: move under libraries instead
Diffstat (limited to 'pkgs/applications/editors/yi')
-rw-r--r--pkgs/applications/editors/yi/yi-contrib.nix22
1 files changed, 0 insertions, 22 deletions
diff --git a/pkgs/applications/editors/yi/yi-contrib.nix b/pkgs/applications/editors/yi/yi-contrib.nix
deleted file mode 100644
index 40c6dddc8cf..00000000000
--- a/pkgs/applications/editors/yi/yi-contrib.nix
+++ /dev/null
@@ -1,22 +0,0 @@
-# This file was auto-generated by cabal2nix. Please do NOT edit manually!
-
-{ cabal, filepath, lens, mtl, ooPrototypes, split, text, time
-, transformersBase, yi, yiLanguage, yiRope
-}:
-
-cabal.mkDerivation (self: {
-  pname = "yi-contrib";
-  version = "0.10.1";
-  sha256 = "053hsahkxwg2mnf3h4j95gj18x5791dqqji43l310i4l7mliw91k";
-  buildDepends = [
-    filepath lens mtl ooPrototypes split text time transformersBase yi
-    yiLanguage yiRope
-  ];
-  meta = {
-    homepage = "http://haskell.org/haskellwiki/Yi";
-    description = "Add-ons to Yi, the Haskell-Scriptable Editor";
-    license = self.stdenv.lib.licenses.gpl2;
-    platforms = self.ghc.meta.platforms;
-    maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
-  };
-})