hackage-packages.nix: update to a194932779 with hackage2nix revision db53ac3a644eebda581c9f036ccd55a19ff3c629

This commit is contained in:
Peter Simons 2015-05-05 21:38:23 +02:00
parent ea3b8cd918
commit 06255562b6

View File

@ -43500,7 +43500,7 @@ self: {
"dynobud" = callPackage "dynobud" = callPackage
({ mkDerivation, base, binary, bytestring, casadi-bindings ({ mkDerivation, base, binary, bytestring, casadi-bindings
, casadi-bindings-core, Chart, Chart-gtk, cmdargs, colour , casadi-bindings-core, cereal, Chart, Chart-gtk, cmdargs, colour
, containers, data-default-class, distributive, generic-accessors , containers, data-default-class, distributive, generic-accessors
, hmatrix, hmatrix-gsl, HUnit, jacobi-roots, lens, linear, mtl , hmatrix, hmatrix-gsl, HUnit, jacobi-roots, lens, linear, mtl
, not-gloss, Plot-ho-matic, process, QuickCheck, reflection , not-gloss, Plot-ho-matic, process, QuickCheck, reflection
@ -43511,19 +43511,20 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "dynobud"; pname = "dynobud";
version = "1.3.0.0"; version = "1.4.0.0";
sha256 = "1zxwx777n08flmwcd7c9w8rkkcpvkzagwhy0axaxl9n0anyf8q1i"; sha256 = "1dmgi69gsh7rm385pykajlq73m3cfaw617gkj2nv0h4x11mdp0ms";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
base binary bytestring casadi-bindings casadi-bindings-core Chart base binary bytestring casadi-bindings casadi-bindings-core cereal
Chart-gtk cmdargs colour containers data-default-class distributive Chart Chart-gtk cmdargs colour containers data-default-class
generic-accessors hmatrix jacobi-roots lens linear mtl not-gloss distributive generic-accessors hmatrix jacobi-roots lens linear mtl
Plot-ho-matic process reflection semigroups spatial-math stm not-gloss Plot-ho-matic process reflection semigroups spatial-math
unordered-containers vector vector-binary-instances zeromq4-haskell stm unordered-containers vector vector-binary-instances
zeromq4-haskell
]; ];
testDepends = [ testDepends = [
base binary casadi-bindings hmatrix hmatrix-gsl HUnit linear base binary casadi-bindings cereal hmatrix hmatrix-gsl HUnit linear
QuickCheck test-framework test-framework-hunit QuickCheck test-framework test-framework-hunit
test-framework-quickcheck2 vector test-framework-quickcheck2 vector
]; ];
@ -58966,8 +58967,8 @@ self: {
}: }:
mkDerivation { mkDerivation {
pname = "haskanoid"; pname = "haskanoid";
version = "0.1.3"; version = "0.1.4";
sha256 = "11hwnjw01bra1xcp71kn2sdlk2a46vfv6sblymgf56mcqnj9pkra"; sha256 = "1qyk3lwzykc3vamm5ddv9733b2mc3p0rafcawi0hm87y01gc4w6q";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -111458,8 +111459,8 @@ self: {
({ mkDerivation, base, bytestring, QuickCheck, text }: ({ mkDerivation, base, bytestring, QuickCheck, text }:
mkDerivation { mkDerivation {
pname = "smaoin"; pname = "smaoin";
version = "0.1.0.0"; version = "0.1.1.0";
sha256 = "0bi9qg9vfn2hr8pakk7xhrca0bxgr28hbg6infnk2dxvhl9yipd3"; sha256 = "1sx3f8bkfy7an8v92xryxxjhwxprwdisv8lvl4kkq9pm36dzsnrk";
buildDepends = [ base bytestring text ]; buildDepends = [ base bytestring text ];
testDepends = [ base QuickCheck ]; testDepends = [ base QuickCheck ];
jailbreak = true; jailbreak = true;
@ -134515,7 +134516,6 @@ self: {
]; ];
description = "Transloadit support for Yesod"; description = "Transloadit support for Yesod";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
hydraPlatforms = stdenv.lib.platforms.none;
}) {}; }) {};
"yesod-vend" = callPackage "yesod-vend" = callPackage