mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
haskell-byteorder: added version 1.0.3
svn path=/nixpkgs/trunk/; revision=31084
This commit is contained in:
parent
70b696e83e
commit
e4f3dcda83
13
pkgs/development/libraries/haskell/byteorder/default.nix
Normal file
13
pkgs/development/libraries/haskell/byteorder/default.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ cabal }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "byteorder";
|
||||
version = "1.0.3";
|
||||
sha256 = "056jb47r4pkimi6z2z49prnsmjnhnijk57zm0divl1k55igi5way";
|
||||
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;
|
||||
};
|
||||
})
|
@ -481,6 +481,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
bson = callPackage ../development/libraries/haskell/bson {};
|
||||
|
||||
byteorder = callPackage ../development/libraries/haskell/byteorder {};
|
||||
|
||||
bytestringNums = callPackage ../development/libraries/haskell/bytestring-nums {};
|
||||
|
||||
bytestringLexing = callPackage ../development/libraries/haskell/bytestring-lexing {};
|
||||
|
Loading…
Reference in New Issue
Block a user