summary refs log tree commit diff
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-15 00:53:53 +0100
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-10-15 01:00:16 +0100
commit1ccb025729e0dbfb0fac8efce47ed4f5836d0270 (patch)
treee8f4ea380838a184affc07dbb212dd06aac0f03a
parent0d858ba4c01815c99e155bfdcdae0082fca08dd2 (diff)
downloadnixpkgs-1ccb025729e0dbfb0fac8efce47ed4f5836d0270.tar
nixpkgs-1ccb025729e0dbfb0fac8efce47ed4f5836d0270.tar.gz
nixpkgs-1ccb025729e0dbfb0fac8efce47ed4f5836d0270.tar.bz2
nixpkgs-1ccb025729e0dbfb0fac8efce47ed4f5836d0270.tar.lz
nixpkgs-1ccb025729e0dbfb0fac8efce47ed4f5836d0270.tar.xz
nixpkgs-1ccb025729e0dbfb0fac8efce47ed4f5836d0270.tar.zst
nixpkgs-1ccb025729e0dbfb0fac8efce47ed4f5836d0270.zip
haskell-yi-contrib: update to 0.10.1
-rw-r--r--pkgs/applications/editors/yi/yi-contrib.nix15
1 files changed, 8 insertions, 7 deletions
diff --git a/pkgs/applications/editors/yi/yi-contrib.nix b/pkgs/applications/editors/yi/yi-contrib.nix
index 2678f0a0048..40c6dddc8cf 100644
--- a/pkgs/applications/editors/yi/yi-contrib.nix
+++ b/pkgs/applications/editors/yi/yi-contrib.nix
@@ -1,21 +1,22 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
-{ cabal, filepath, lens, mtl, split, time, transformersBase, yi }:
+{ cabal, filepath, lens, mtl, ooPrototypes, split, text, time
+, transformersBase, yi, yiLanguage, yiRope
+}:
 
 cabal.mkDerivation (self: {
   pname = "yi-contrib";
-  version = "0.8.2";
-  sha256 = "17rbgrra1ghlywiraadf16n7igxp1k8jqqmb0iw8sc15y7825qqm";
+  version = "0.10.1";
+  sha256 = "053hsahkxwg2mnf3h4j95gj18x5791dqqji43l310i4l7mliw91k";
   buildDepends = [
-    filepath lens mtl split time transformersBase yi
+    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 = "GPL";
-    broken = true;
+    license = self.stdenv.lib.licenses.gpl2;
     platforms = self.ghc.meta.platforms;
-    hydraPlatforms = self.stdenv.lib.platforms.none;
     maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
   };
 })