forked from mirrors/nixpkgs
Fix version of text library.
svn path=/nixpkgs/trunk/; revision=28167
This commit is contained in:
parent
25e212ac0e
commit
043cba30a0
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue