mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
17 lines
584 B
Nix
17 lines
584 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary, hashtables, stringsearch }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "RefSerialize";
|
|
version = "0.3.1.3";
|
|
sha256 = "0qrca0jismpvjy7i4xx19ljrj72gqcmwqg47a51ykncsvci0fjrm";
|
|
buildDepends = [ binary hashtables stringsearch ];
|
|
meta = {
|
|
description = "Write to and read from ByteStrings maintaining internal memory references";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ tomberek ];
|
|
};
|
|
})
|