haskell-text-icu: add version 0.6.3.5

This commit is contained in:
Peter Simons 2013-02-24 22:17:49 +01:00
parent f99c54d198
commit b32d4f15ff
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{ cabal, icu, text }:
cabal.mkDerivation (self: {
pname = "text-icu";
version = "0.6.3.5";
sha256 = "1blfw9377yl732ypbjhkvi3vfg6c1f1rkxcsvwmqyhkdzb2agg0a";
buildDepends = [ text ];
extraLibraries = [ icu ];
meta = {
homepage = "https://bitbucket.org/bos/text-icu";
description = "Bindings to the ICU library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View File

@ -1731,6 +1731,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
text_0_11_2_3 = callPackage ../development/libraries/haskell/text/0.11.2.3.nix {};
text = self.text_0_11_2_3;
textIcu = callPackage ../development/libraries/haskell/text-icu {};
thespian = callPackage ../development/libraries/haskell/thespian {};
thExtras = callPackage ../development/libraries/haskell/th-extras {};