2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 06:05:41 -08:00
|
|
|
{ cabal }:
|
2011-03-31 16:21:36 -07:00
|
|
|
|
2011-08-09 16:00:20 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2011-03-31 16:21:36 -07:00
|
|
|
pname = "bytestring-nums";
|
2012-11-26 06:16:16 -08:00
|
|
|
version = "0.3.6";
|
|
|
|
sha256 = "1kg777gpqj05h5bj0637yky64bdx7x77hm7nq2rhpw4i1mh9gjmx";
|
2011-08-09 16:00:20 -07:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2011-03-31 16:21:36 -07:00
|
|
|
meta = {
|
2011-08-07 15:03:27 -07:00
|
|
|
homepage = "http://github.com/solidsnack/bytestring-nums";
|
2011-08-11 06:03:51 -07:00
|
|
|
description = "Parse numeric literals from ByteStrings";
|
2011-08-07 15:03:27 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 02:54:50 -07:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-03-31 16:21:36 -07:00
|
|
|
};
|
|
|
|
})
|