haskell-text: updated use of 0.11.1.11 to 0.11.1.12

svn path=/nixpkgs/trunk/; revision=31061
This commit is contained in:
Peter Simons
2011-12-24 18:57:39 +00:00
parent f4439564cb
commit 0ea5780f75
2 changed files with 5 additions and 5 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "text";
version = "0.11.1.11";
sha256 = "0k58f6p3lnr3dh9d7n39lydqk3rkfsyds2jgwpi0zwml20bdaqcl";
version = "0.11.1.12";
sha256 = "0j2044whj3xckmxqmgdjbc2mpwdan481qzjslwplqbqwml2jvkml";
buildDepends = [ deepseq ];
meta = {
homepage = "https://github.com/bos/text";