mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-data-binary-ieee754: update to version 0.4.3
This commit is contained in:
parent
350df68a3d
commit
5ba7ba68a8
1 changed files with 3 additions and 5 deletions
|
@ -2,13 +2,11 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "data-binary-ieee754";
|
||||
version = "0.4.2.1";
|
||||
sha256 = "0i0nclq8858flpp2sl3czwz6rfaykjrlzpvlfr6vlxzf8zvah9kz";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
version = "0.4.3";
|
||||
sha256 = "0aba7qvjvhfp9cpr65j8zs62niv9yccrardk10aaqpkz3ihc86pm";
|
||||
buildDepends = [ binary ];
|
||||
meta = {
|
||||
homepage = "http://john-millikin.com/software/data-binary-ieee754/";
|
||||
homepage = "https://john-millikin.com/software/data-binary-ieee754/";
|
||||
description = "Parser/Serialiser for IEEE-754 floating-point values";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue