haskell-ieee754: updated to version 0.7.3
svn path=/nixpkgs/trunk/; revision=32018
This commit is contained in:
parent
c77c727641
commit
88f110cb75
@ -9,5 +9,9 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Utilities for dealing with IEEE floating point numbers";
|
description = "Utilities for dealing with IEEE floating point numbers";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [
|
||||||
|
self.stdenv.lib.maintainers.andres
|
||||||
|
self.stdenv.lib.maintainers.simons
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user