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