mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
15 lines
436 B
Nix
15 lines
436 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, byteorder }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "storable-endian";
|
|
version = "0.2.5";
|
|
sha256 = "04j1nk0wga4dqrqvhm8yd9h9194db1n3yrnhg8s3gsc0jk7yw1p2";
|
|
buildDepends = [ byteorder ];
|
|
meta = {
|
|
description = "Storable instances with endianness";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|