haskell-yi-rope: update to 0.6.0.0

This commit is contained in:
Mateusz Kowalczyk 2014-10-26 03:44:56 +00:00
parent c17096309e
commit 9eef8fee08

View File

@ -1,14 +1,16 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, binary, dataDefault, deepseq, fingertree, hspec { cabal, binary, charsetdetectAe, dataDefault, deepseq, fingertree
, QuickCheck, quickcheckInstances, text , hspec, QuickCheck, quickcheckInstances, text, textIcu
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "yi-rope"; pname = "yi-rope";
version = "0.4.1.0"; version = "0.6.0.0";
sha256 = "11k0fl2m6m7idvanfrgvl3h068i6yj6rzxmwpjylz4vdqq618rcq"; sha256 = "1r52mybqzy28zsv6r6a0cfmi8qaiscc91q2dhfq8rlp63l7ghq36";
buildDepends = [ binary dataDefault deepseq fingertree text ]; buildDepends = [
binary charsetdetectAe dataDefault deepseq fingertree text textIcu
];
testDepends = [ hspec QuickCheck quickcheckInstances text ]; testDepends = [ hspec QuickCheck quickcheckInstances text ];
meta = { meta = {
description = "A rope data structure used by Yi"; description = "A rope data structure used by Yi";