haskell-text-icu: update to version 0.6.3.7
This commit is contained in:
parent
a4cfdfad5d
commit
dda0d13d22
@ -1,13 +1,19 @@
|
|||||||
{ cabal, icu, text }:
|
{ cabal, deepseq, HUnit, icu, QuickCheck, random, testFramework
|
||||||
|
, testFrameworkHunit, testFrameworkQuickcheck2, text
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "text-icu";
|
pname = "text-icu";
|
||||||
version = "0.6.3.5";
|
version = "0.6.3.7";
|
||||||
sha256 = "1blfw9377yl732ypbjhkvi3vfg6c1f1rkxcsvwmqyhkdzb2agg0a";
|
sha256 = "0mzzjamcxfrld9xwgdww3890zzkgmi1qb83v5z9zrixmdgwkvhf4";
|
||||||
buildDepends = [ text ];
|
buildDepends = [ text ];
|
||||||
|
testDepends = [
|
||||||
|
deepseq HUnit QuickCheck random testFramework testFrameworkHunit
|
||||||
|
testFrameworkQuickcheck2 text
|
||||||
|
];
|
||||||
extraLibraries = [ icu ];
|
extraLibraries = [ icu ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://bitbucket.org/bos/text-icu";
|
homepage = "https://github.com/bos/text-icu";
|
||||||
description = "Bindings to the ICU library";
|
description = "Bindings to the ICU library";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user