Haskell libs version bumps in order to improve ghc-6.12.1 compatibility.

svn path=/nixpkgs/trunk/; revision=19211
This commit is contained in:
Andres Löh
2010-01-04 17:40:51 +00:00
parent 41698cf72c
commit e9bb8f666a
5 changed files with 10 additions and 10 deletions

View File

@@ -2,8 +2,8 @@
cabal.mkDerivation (self : {
pname = "utf8-string";
version = "0.3.5";
sha256 = "41f99b3e9f61ab5309c93f98d45f1ba2e475a8504c5202a350720c27fb82d07a";
version = "0.3.6";
sha256 = "c8c74555174edfb96145585c9b80780d0fc55ba249282b8a4c5968cca7c09d69";
meta = {
description = "A UTF8 layer for IO and Strings";
};