3
0
Fork 0
forked from mirrors/nixpkgs

Fix version of text library.

svn path=/nixpkgs/trunk/; revision=28167
This commit is contained in:
Andres Löh 2011-08-05 13:36:57 +00:00
parent 25e212ac0e
commit 043cba30a0

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "text";
version = "0.11.1.3"; # for ghc-7.2.1
sha256 = "1r00azswhb71fi4w3191krs8ajjfbfxivjwx03i0y0rr99bgb9vg";
version = "0.11.1.5"; # for ghc-7.2.1
sha256 = "0fxxhw932gdvaqafsbw7dfzccc43hv92yhxppzp6jrg0npbyz04l";
propagatedBuildInputs = [deepseq];
meta = {
description = "An efficient package Unicode text type";