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

{ cabal }:

cabal.mkDerivation (self: {
  pname = "byteorder";
  version = "1.0.4";
  sha256 = "06995paxbxk8lldvarqpb3ygcjbg4v8dk4scib1rjzwlhssvn85x";
  meta = {
    homepage = "http://community.haskell.org/~aslatter/code/byteorder";
    description = "Exposes the native endianness or byte ordering of the system";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})