summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/bytestring-nums/default.nix
blob: c311fbe1738857179ce1257e05f586240deee5e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "bytestring-nums";
  version = "0.3.6";
  sha256 = "1kg777gpqj05h5bj0637yky64bdx7x77hm7nq2rhpw4i1mh9gjmx";
  isLibrary = true;
  isExecutable = true;
  meta = {
    homepage = "http://github.com/solidsnack/bytestring-nums";
    description = "Parse numeric literals from ByteStrings";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})