forked from mirrors/nixpkgs
haskell-base16-bytestring: added version 0.1.1.2
svn path=/nixpkgs/trunk/; revision=30082
This commit is contained in:
parent
2ac2f2fac9
commit
357e506105
|
@ -0,0 +1,17 @@
|
|||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "base16-bytestring";
|
||||
version = "0.1.1.2";
|
||||
sha256 = "1isxyl52vh0lg195wq9nkr3hlmbw3d3c9aymxlz8hynz0hh1q1z0";
|
||||
meta = {
|
||||
homepage = "http://github.com/mailrank/base16-bytestring";
|
||||
description = "Fast base16 (hex) encoding and deconding for ByteStrings";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
|
@ -392,6 +392,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||
|
||||
authenticate = callPackage ../development/libraries/haskell/authenticate {};
|
||||
|
||||
base16Bytestring = callPackage ../development/libraries/haskell/base16-bytestring {};
|
||||
|
||||
base64String = callPackage ../development/libraries/haskell/base64-string {};
|
||||
|
||||
base64Bytestring = callPackage ../development/libraries/haskell/base64-bytestring {};
|
||||
|
|
Loading…
Reference in a new issue