2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2011-10-28 20:22:58 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "base16-bytestring";
|
2012-06-18 10:52:42 +01:00
|
|
|
version = "0.1.1.5";
|
|
|
|
sha256 = "1fgd3zdzjfry6jaz8hwhim0p2c35l73cxxambh0ff7p5fqjrlwym";
|
2011-10-28 20:22:58 +01:00
|
|
|
meta = {
|
2011-11-18 18:30:12 +00:00
|
|
|
homepage = "http://github.com/bos/base16-bytestring";
|
|
|
|
description = "Fast base16 (hex) encoding and decoding for ByteStrings";
|
2011-10-28 20:22:58 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-10 23:36:36 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-10-28 20:22:58 +01:00
|
|
|
};
|
|
|
|
})
|