diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 228b2a24a7e..0345fe0fd6a 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -842,6 +842,19 @@ self: { hydraPlatforms = stdenv.lib.platforms.none; }) {}; + "ApproxFun-hs" = callPackage + ({ mkDerivation, base, vector }: + mkDerivation { + pname = "ApproxFun-hs"; + version = "0.1.0.0"; + sha256 = "1s7amy8ij5bgv8afbjdzqd3lflvhzrrh3cs3krl1rf73y8b1nqpy"; + buildDepends = [ base vector ]; + jailbreak = true; + homepage = "https://github.com/idontgetoutmuch/ApproxFun.hs"; + description = "Function approximation"; + license = stdenv.lib.licenses.bsd3; + }) {}; + "ArrayRef" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -36625,12 +36638,11 @@ self: { }: mkDerivation { pname = "cudd"; - version = "0.1.0.1"; - sha256 = "0p6gf6wwz5fd9hn2bf1lnmyc43cyh1pvgzbypfr85hy8zsy6byla"; + version = "0.1.0.2"; + sha256 = "0zhsj4qrvk1q1rj55nsysznv11m1x31dg7gxmgp5wdsk8l18w02r"; buildDepends = [ array base mtl transformers ]; buildTools = [ c2hs ]; extraLibraries = [ cudd dddmp epd mtr st util ]; - jailbreak = true; homepage = "https://github.com/adamwalker/haskell_cudd"; description = "Bindings to the CUDD binary decision diagrams library"; license = stdenv.lib.licenses.bsd3; @@ -43100,18 +43112,17 @@ self: { }) {}; "dynamic-graph" = callPackage - ({ mkDerivation, base, bytestring, cairo, colour, deepseq, either - , GLFW-b, GLUtil, OpenGL, pango, pipes, transformers + ({ mkDerivation, base, cairo, colour, either, GLFW-b, GLUtil + , OpenGL, pango, pipes, transformers }: mkDerivation { pname = "dynamic-graph"; - version = "0.1.0.6"; - sha256 = "0ikyszx122amlg6vp6jvz16y2qndy4plwh2hq1xhi83xicjkc0x1"; + version = "0.1.0.7"; + sha256 = "1jpl8prd18ka8ypkf2ni8i6arfmv9x3d75r7327aalayj3vzap3d"; buildDepends = [ - base bytestring cairo colour deepseq either GLFW-b GLUtil OpenGL - pango pipes transformers + base cairo colour either GLFW-b GLUtil OpenGL pango pipes + transformers ]; - jailbreak = true; homepage = "https://github.com/adamwalker/dynamic-graph"; description = "Draw and update graphs in real time with OpenGL"; license = stdenv.lib.licenses.bsd3; @@ -76113,8 +76124,8 @@ self: { }: mkDerivation { pname = "json-stream"; - version = "0.3.0.3"; - sha256 = "0dc2b96rcc8bsbvyl818mkjaj1s8l3kcishz46c3l1syfb6278pg"; + version = "0.3.0.4"; + sha256 = "01hmy7xxlh79mspcx3xgmqlndj8p2mqdjlakr3sl4p837xdkhv2d"; buildDepends = [ aeson base bytestring scientific text unordered-containers vector ]; @@ -82476,13 +82487,12 @@ self: { }: mkDerivation { pname = "ltk"; - version = "0.14.3.0"; - sha256 = "0f0xm5pg98yvccxlpqvhkwy8q9miyzr6n0aznqzc4qxf05dbi4s9"; + version = "0.15.0.0"; + sha256 = "1hl9cbr8n2nczsz8gkd4lkcmf3bhzcji82p8ym176abzyz2i3h09"; buildDepends = [ base Cabal containers filepath ghc glib gtk3 mtl parsec pretty text transformers ]; - jailbreak = true; homepage = "http://www.leksah.org"; description = "Leksah tool kit"; license = "GPL";