haskell-yi-contrib: update to 0.10.1

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