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