summary refs log tree commit diff
path: root/pkgs/applications/editors/yi
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-11-07 02:51:01 +0000
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2014-11-07 02:51:01 +0000
commitb8c561451f8dfe7b28bf8c7730d8959dd9b3c648 (patch)
tree3d3bc55efb74532c4526c007c7f49e52da34d6b9 /pkgs/applications/editors/yi
parent0b372455ce0fafc2e9cf37dde172ab1f563cb9ac (diff)
downloadnixpkgs-b8c561451f8dfe7b28bf8c7730d8959dd9b3c648.tar
nixpkgs-b8c561451f8dfe7b28bf8c7730d8959dd9b3c648.tar.gz
nixpkgs-b8c561451f8dfe7b28bf8c7730d8959dd9b3c648.tar.bz2
nixpkgs-b8c561451f8dfe7b28bf8c7730d8959dd9b3c648.tar.lz
nixpkgs-b8c561451f8dfe7b28bf8c7730d8959dd9b3c648.tar.xz
nixpkgs-b8c561451f8dfe7b28bf8c7730d8959dd9b3c648.tar.zst
nixpkgs-b8c561451f8dfe7b28bf8c7730d8959dd9b3c648.zip
haskell-yi: update to version 0.11.1
cc @peti ; I took the courtesy to cherry-pick your yi-rope update ahead
Diffstat (limited to 'pkgs/applications/editors/yi')
-rw-r--r--pkgs/applications/editors/yi/yi.nix26
1 files changed, 13 insertions, 13 deletions
diff --git a/pkgs/applications/editors/yi/yi.nix b/pkgs/applications/editors/yi/yi.nix
index 7b91d94f386..a63375adfd1 100644
--- a/pkgs/applications/editors/yi/yi.nix
+++ b/pkgs/applications/editors/yi/yi.nix
@@ -1,27 +1,27 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
 { cabal, binary, Cabal, cautiousFile, dataDefault, derive, dlist
-, dynamicState, dyre, 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
+, 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.0";
-  sha256 = "1da5wnqx1z8d809dydqr97jh8n5g9phh06lvkgc32hib2rybh5yx";
+  version = "0.11.1";
+  sha256 = "15m1wwrxmszl930az79lpgyz5rxg72gy8vi17ibpac1cszfdx192";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
     binary Cabal cautiousFile dataDefault derive dlist dynamicState
-    dyre 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
+    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