1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-math-functions: update to version 0.1.4.0

This commit is contained in:
Peter Simons 2013-10-10 11:50:47 +02:00
parent d8993dd96c
commit e68e87ac4a

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "math-functions";
version = "0.1.3.0";
sha256 = "06wxr8fbhmsgkpyx2vimx9l6apk0p27mwrxrvbjk0b7m9vsg3ay5";
version = "0.1.4.0";
sha256 = "1cijm224gfvd7rvrrndcks8d7aj89c9qv0m4wx2qqngr7rk78kav";
buildDepends = [ erf vector ];
testDepends = [
HUnit ieee754 QuickCheck testFramework testFrameworkHunit