summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/math-functions/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-18 18:57:24 +0200
committerPeter Simons <simons@cryp.to>2013-10-18 18:57:24 +0200
commit6be8ad3392d87e277804ddec364377b5341430b7 (patch)
treece8a334fb3611b27336e9602bd248682931016b8 /pkgs/development/libraries/haskell/math-functions/default.nix
parentea6f711e8ec7208626a084edb81a78ee455a0b67 (diff)
parent06d6c3ed5d061e95d1db92f7eff08d5c1a2181d8 (diff)
downloadnixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.gz
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.bz2
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.lz
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.xz
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.tar.zst
nixpkgs-6be8ad3392d87e277804ddec364377b5341430b7.zip
Merge branch 'origin/master' into stdenv-updates.
There was a minor conflict in 'stumpwm'. The package needs texinfo
version 4.x. At least is used to, I'm not sure whether it still does.
Diffstat (limited to 'pkgs/development/libraries/haskell/math-functions/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/math-functions/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/math-functions/default.nix b/pkgs/development/libraries/haskell/math-functions/default.nix
index 2e29269a9fd..8180c8bce75 100644
--- a/pkgs/development/libraries/haskell/math-functions/default.nix
+++ b/pkgs/development/libraries/haskell/math-functions/default.nix
@@ -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