summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/bytestring/default.nix
blob: c694250a84745e15840e68c4305b86727b99462c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{cabal}:

cabal.mkDerivation (self : {
  pname = "bytestring";
  version = "0.9.1.4";
  name = self.fname;
  sha256 = "00x620zkxhlmdxmb2icrq3a2wc6jichng6mn33xr2gsw102973xz";
  extraBuildInputs = [];
  meta = {
    description = "A time and space-efficient implementation of byte vectors using packed Word8 arrays [..]";
  };
})