haskell-stringprep: add version 0.1.5
This commit is contained in:
parent
bbb6aa522c
commit
13f491df46
13
pkgs/development/libraries/haskell/stringprep/default.nix
Normal file
13
pkgs/development/libraries/haskell/stringprep/default.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ cabal, ranges, text, textIcu }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "stringprep";
|
||||
version = "0.1.5";
|
||||
sha256 = "1a25b18kd1zx06gi677g3xvsm49izhhf26z2dfljkjfykf05kqmp";
|
||||
buildDepends = [ ranges text textIcu ];
|
||||
meta = {
|
||||
description = "Implements the \"StringPrep\" algorithm";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1604,6 +1604,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
stringQq = callPackage ../development/libraries/haskell/string-qq {};
|
||||
|
||||
stringprep = callPackage ../development/libraries/haskell/stringprep {};
|
||||
|
||||
stringsearch = callPackage ../development/libraries/haskell/stringsearch {};
|
||||
|
||||
strptime = callPackage ../development/libraries/haskell/strptime {};
|
||||
|
Loading…
Reference in New Issue
Block a user