mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskell-text-icu: add version 0.6.3.5
This commit is contained in:
parent
f99c54d198
commit
b32d4f15ff
15
pkgs/development/libraries/haskell/text-icu/default.nix
Normal file
15
pkgs/development/libraries/haskell/text-icu/default.nix
Normal 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;
|
||||
};
|
||||
})
|
@ -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 {};
|
||||
|
Loading…
Reference in New Issue
Block a user