mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
16 lines
436 B
Nix
16 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;
|
||
|
};
|
||
|
})
|