From 5ba7ba68a8c1eaad45654623aaa238e28a3eb6d8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 12 Nov 2012 12:34:28 +0100 Subject: [PATCH] haskell-data-binary-ieee754: update to version 0.4.3 --- .../libraries/haskell/data-binary-ieee754/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkgs/development/libraries/haskell/data-binary-ieee754/default.nix b/pkgs/development/libraries/haskell/data-binary-ieee754/default.nix index 08f6b654f3bd..5066a83c5f60 100644 --- a/pkgs/development/libraries/haskell/data-binary-ieee754/default.nix +++ b/pkgs/development/libraries/haskell/data-binary-ieee754/default.nix @@ -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;