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

{ cabal, binary }:

cabal.mkDerivation (self: {
  pname = "bytestring-show";
  version = "0.3.5.6";
  sha256 = "04h81a0bh2fvnkby1qafnydb29gzk6d4d311i2lbn7lm2vyjw919";
  buildDepends = [ binary ];
  meta = {
    homepage = "http://code.haskell.org/~dolio/";
    description = "Efficient conversion of values into readable byte strings";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})