haskell-yi-contrib: update to 0.10.1

+8 -7
+8 -7
pkgs/applications/editors/yi/yi-contrib.nix
··· 1 1 # This file was auto-generated by cabal2nix. Please do NOT edit manually! 2 2 3 - { cabal, filepath, lens, mtl, split, time, transformersBase, yi }: 3 + { cabal, filepath, lens, mtl, ooPrototypes, split, text, time 4 + , transformersBase, yi, yiLanguage, yiRope 5 + }: 4 6 5 7 cabal.mkDerivation (self: { 6 8 pname = "yi-contrib"; 7 - version = "0.8.2"; 8 - sha256 = "17rbgrra1ghlywiraadf16n7igxp1k8jqqmb0iw8sc15y7825qqm"; 9 + version = "0.10.1"; 10 + sha256 = "053hsahkxwg2mnf3h4j95gj18x5791dqqji43l310i4l7mliw91k"; 9 11 buildDepends = [ 10 - filepath lens mtl split time transformersBase yi 12 + filepath lens mtl ooPrototypes split text time transformersBase yi 13 + yiLanguage yiRope 11 14 ]; 12 15 meta = { 13 16 homepage = "http://haskell.org/haskellwiki/Yi"; 14 17 description = "Add-ons to Yi, the Haskell-Scriptable Editor"; 15 - license = "GPL"; 16 - broken = true; 18 + license = self.stdenv.lib.licenses.gpl2; 17 19 platforms = self.ghc.meta.platforms; 18 - hydraPlatforms = self.stdenv.lib.platforms.none; 19 20 maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ]; 20 21 }; 21 22 })