haskell-text: updated to version 0.11.1.6
svn path=/nixpkgs/trunk/; revision=30037
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "text";
|
||||
version = "0.11.1.5";
|
||||
sha256 = "0fxxhw932gdvaqafsbw7dfzccc43hv92yhxppzp6jrg0npbyz04l";
|
||||
version = "0.11.1.6";
|
||||
sha256 = "1c4vzxwjcmdlb8nj71g6rqdw4nhz0l17saazhw1vv8cbizmdm4m7";
|
||||
buildDepends = [ deepseq ];
|
||||
meta = {
|
||||
homepage = "https://bitbucket.org/bos/text";
|
||||
homepage = "https://github.com/bos/text";
|
||||
description = "An efficient packed Unicode text type";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
Reference in New Issue
Block a user