mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
haskell-stringprep: update to version 1.0.0
This commit is contained in:
parent
b96626a22e
commit
4512d1defb
@ -1,10 +1,14 @@
|
|||||||
{ cabal, ranges, text, textIcu }:
|
{ cabal, QuickCheck, tasty, tastyQuickcheck, tastyTh, text, textIcu
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "stringprep";
|
pname = "stringprep";
|
||||||
version = "0.1.5";
|
version = "1.0.0";
|
||||||
sha256 = "1a25b18kd1zx06gi677g3xvsm49izhhf26z2dfljkjfykf05kqmp";
|
sha256 = "0ha4cvzdppd514xh9315v3nvrn1q4xd74gifdqpszw98hj2mw0b0";
|
||||||
buildDepends = [ ranges text textIcu ];
|
buildDepends = [ text textIcu ];
|
||||||
|
testDepends = [
|
||||||
|
QuickCheck tasty tastyQuickcheck tastyTh text textIcu
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Implements the \"StringPrep\" algorithm";
|
description = "Implements the \"StringPrep\" algorithm";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
Reference in New Issue
Block a user