about summary refs log tree commit diff
path: root/pkgs/applications/editors/yi
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-05 20:48:49 +0200
committerPeter Simons <simons@cryp.to>2015-05-05 21:44:47 +0200
commit324719a5a611501d7b54e14f205465f5da1242b1 (patch)
tree35984fd13aad3b31991990079c658a756611baa0 /pkgs/applications/editors/yi
parente36427857d3e9a70c241a8c1ffd3949dce913b7f (diff)
downloadnixlib-324719a5a611501d7b54e14f205465f5da1242b1.tar
nixlib-324719a5a611501d7b54e14f205465f5da1242b1.tar.gz
nixlib-324719a5a611501d7b54e14f205465f5da1242b1.tar.bz2
nixlib-324719a5a611501d7b54e14f205465f5da1242b1.tar.lz
nixlib-324719a5a611501d7b54e14f205465f5da1242b1.tar.xz
nixlib-324719a5a611501d7b54e14f205465f5da1242b1.tar.zst
nixlib-324719a5a611501d7b54e14f205465f5da1242b1.zip
Drop obsolete pre-NG Haskell builds.
Diffstat (limited to 'pkgs/applications/editors/yi')
-rw-r--r--pkgs/applications/editors/yi/yi.nix39
1 files changed, 0 insertions, 39 deletions
diff --git a/pkgs/applications/editors/yi/yi.nix b/pkgs/applications/editors/yi/yi.nix
deleted file mode 100644
index f9ef27d999de..000000000000
--- a/pkgs/applications/editors/yi/yi.nix
+++ /dev/null
@@ -1,39 +0,0 @@
-# This file was auto-generated by cabal2nix. Please do NOT edit manually!
-
-{ cabal, binary, Cabal, cautiousFile, dataDefault, derive, dlist
-, dynamicState, dyre, exceptions, filepath, glib, gtk, hashable
-, hint, HUnit, lens, mtl, ooPrototypes, pango, parsec, pointedlist
-, QuickCheck, random, regexBase, regexTdfa, safe, semigroups, split
-, tagged, tasty, tastyHunit, tastyQuickcheck, text, time
-, transformersBase, unixCompat, unorderedContainers, utf8String
-, vty, wordTrie, xdgBasedir, yiLanguage, yiRope
-}:
-
-cabal.mkDerivation (self: {
-  pname = "yi";
-  version = "0.11.1";
-  sha256 = "15m1wwrxmszl930az79lpgyz5rxg72gy8vi17ibpac1cszfdx192";
-  isLibrary = true;
-  isExecutable = true;
-  buildDepends = [
-    binary Cabal cautiousFile dataDefault derive dlist dynamicState
-    dyre exceptions filepath glib gtk hashable hint lens mtl
-    ooPrototypes pango parsec pointedlist QuickCheck random regexBase
-    regexTdfa safe semigroups split tagged text time transformersBase
-    unixCompat unorderedContainers utf8String vty wordTrie xdgBasedir
-    yiLanguage yiRope
-  ];
-  testDepends = [
-    filepath HUnit lens QuickCheck semigroups tasty tastyHunit
-    tastyQuickcheck text yiLanguage yiRope
-  ];
-  configureFlags = "-fpango -fvty";
-  noHaddock = self.stdenv.lib.versionOlder self.ghc.version "7.8";
-  meta = {
-    homepage = http://haskell.org/haskellwiki/Yi;
-    description = "The Haskell-Scriptable Editor";
-    license = self.stdenv.lib.licenses.gpl2;
-    platforms = self.ghc.meta.platforms;
-    maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
-  };
-})