From d2566a190e1e0526e458bff0d5e19e699dee1a4f Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Fri, 9 Jan 2015 15:03:42 -0500 Subject: [PATCH] hackage-packages.nix: Update to 2015/01/09-20:00 UTC Needed text-icu bump --- .../haskell-modules/hackage-packages.nix | 636 ++++++++++-------- 1 file changed, 350 insertions(+), 286 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index ac273334c7f6..595ca45aaf8c 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -633,7 +633,7 @@ self: { homepage = "http://wiki.portal.chalmers.se/agda/"; description = "A dependently typed functional programming language and proof assistant"; license = "unknown"; - }) {}; + }) { emacs = null; }; "Agda-executable" = callPackage ({ mkDerivation, Agda, base }: @@ -1027,7 +1027,7 @@ self: { homepage = "http://www.haskell.org/haskellwiki/BerkeleyDBXML"; description = "Berkeley DB binding"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { db = null; }; "BerkeleyDBXML" = callPackage ({ mkDerivation, base, BerkeleyDB, bytestring, db, dbxml, xerces-c @@ -1042,7 +1042,7 @@ self: { homepage = "http://www.haskell.org/haskellwiki/BerkeleyDBXML"; description = "Berkeley DB XML binding"; license = stdenv.lib.licenses.bsd3; - }) { dbxml = null; xerces-c = null; xqilla = null; }; + }) { db = null; dbxml = null; xerces-c = null; xqilla = null; }; "BerlekampAlgorithm" = callPackage ({ mkDerivation, base, besout }: @@ -2101,12 +2101,10 @@ self: { }: mkDerivation { pname = "ChasingBottoms"; - version = "1.3.0.9"; - sha256 = "14nxahs53j2bnqdyl331k76kmmisv78g7c29w9vq9c7r8ygrpnqc"; - isLibrary = true; - isExecutable = true; - buildDepends = [ array base containers mtl QuickCheck random syb ]; - configureFlags = [ "-f-build-tests" ]; + version = "1.3.0.10"; + sha256 = "1k67d22fwrb9whd26xvqd0hgq765cic5hkvq920525vpmcndvkck"; + buildDepends = [ base containers mtl QuickCheck random syb ]; + testDepends = [ array base containers mtl QuickCheck random syb ]; description = "For testing partial and infinite values"; license = stdenv.lib.licenses.mit; }) {}; @@ -2265,7 +2263,7 @@ self: { extraLibraries = [ libdevil ]; description = "An FFI interface to the DevIL library"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libdevil = null; }; "Combinatorrent" = callPackage ({ mkDerivation, array, attoparsec, base, bytestring, cereal @@ -2981,8 +2979,8 @@ self: { }: mkDerivation { pname = "Deadpan-DDP"; - version = "0.7.0.0"; - sha256 = "12y1kr2qkw6j3y1rbqh9xmaxy266h3bkfc0hjwvjwd3agzwkj4zf"; + version = "0.8.0.0"; + sha256 = "07hfjwpv792cdpdczf09z5k8jgyhf9ma9gpap4k217jgswpbj5kn"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -3439,7 +3437,7 @@ self: { extraLibraries = [ openssl ]; description = "Cryptographic operations"; license = "GPL"; - }) {}; + }) { openssl = null; }; "Dust-tools" = callPackage ({ mkDerivation, base, binary, bytestring, cereal, containers, csv @@ -3767,7 +3765,7 @@ self: { homepage = "https://github.com/verement/etamoo"; description = "A new implementation of the LambdaMOO server"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { pcre = null; }; "Etage" = callPackage ({ mkDerivation, base, containers, ghc, mtl, operational, random @@ -3832,7 +3830,7 @@ self: { homepage = "http://etherbunny.anytini.com/"; description = "A network analysis toolkit for Haskell"; license = "GPL"; - }) {}; + }) { libpcap = null; }; "EuroIT" = callPackage ({ mkDerivation, base }: @@ -3951,7 +3949,7 @@ self: { extraLibraries = [ ftgl ]; description = "Portable TrueType font rendering for OpenGL using the Freetype2 library"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { ftgl = null; }; "FTGL-bytestring" = callPackage ({ mkDerivation, base, bytestring, ftgl, StateVar-transformer @@ -3967,7 +3965,7 @@ self: { extraLibraries = [ ftgl ]; description = "Portable TrueType font rendering for OpenGL using the Freetype2 library"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { ftgl = null; }; "FTPLine" = callPackage ({ mkDerivation, ansi-terminal, base, bytestring, directory, ftphs @@ -4447,7 +4445,7 @@ self: { homepage = "http://haskell.org/haskellwiki/GLFW"; description = "A Haskell binding for GLFW"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libX11 = null; mesa = null; }; "GLFW-OGL" = callPackage ({ mkDerivation, base, libX11, libXrandr, mtl, OGL }: @@ -4460,7 +4458,7 @@ self: { homepage = "http://haskell.org/haskellwiki/GLFW-OGL"; description = "A binding for GLFW (OGL)"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libX11 = null; libXrandr = null; }; "GLFW-b" = callPackage ({ mkDerivation, base, bindings-GLFW, HUnit, test-framework @@ -4515,7 +4513,7 @@ self: { extraLibraries = [ libX11 mesa rt ]; description = "Open OpenGL context windows in X11 with libX11"; license = stdenv.lib.licenses.bsd3; - }) { rt = null; }; + }) { libX11 = null; mesa = null; rt = null; }; "GLMatrix" = callPackage ({ mkDerivation, base, OpenGLRaw }: @@ -4541,7 +4539,7 @@ self: { homepage = "http://www.haskell.org/haskellwiki/Opengl"; description = "A raw binding for the OpenGL graphics system"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { freeglut = null; mesa = null; }; "GLUT" = callPackage ({ mkDerivation, array, base, containers, freeglut, libICE, libSM @@ -4557,7 +4555,8 @@ self: { homepage = "http://www.haskell.org/haskellwiki/Opengl"; description = "A binding for the OpenGL Utility Toolkit"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { freeglut = null; libICE = null; libSM = null; libXi = null; + libXmu = null; mesa = null; }; "GLUtil" = callPackage ({ mkDerivation, array, base, bytestring, containers, cpphs @@ -5432,7 +5431,7 @@ self: { homepage = "https://github.com/hdbc/hdbc-odbc"; description = "ODBC driver for HDBC"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { unixODBC = null; }; "HDBC-postgresql" = callPackage ({ mkDerivation, base, bytestring, convertible, HDBC, mtl @@ -5453,7 +5452,7 @@ self: { homepage = "http://github.com/hdbc/hdbc-postgresql"; description = "PostgreSQL driver for HDBC"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { postgresql = null; }; "HDBC-postgresql-hstore" = callPackage ({ mkDerivation, attoparsec, base, containers, HDBC, text }: @@ -5509,7 +5508,7 @@ self: { homepage = "http://vis.renci.org/jeff/pfs"; description = "Utilities for reading, manipulating, and writing HDR images"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { pfstools = null; }; "HERA" = callPackage ({ mkDerivation, base, mpfr }: @@ -5520,7 +5519,7 @@ self: { buildDepends = [ base ]; extraLibraries = [ mpfr ]; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { mpfr = null; }; "HFuse" = callPackage ({ mkDerivation, base, bytestring, fuse, unix }: @@ -5539,7 +5538,7 @@ self: { homepage = "https://github.com/m15k/hfuse"; description = "HFuse is a binding for the Linux FUSE library"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { fuse = null; }; "HGL" = callPackage ({ mkDerivation, array, base, X11 }: @@ -5690,7 +5689,7 @@ self: { homepage = "http://www.hgamer3d.org"; description = "Enet Binding for HGamer3D"; license = "unknown"; - }) { hg3denet050 = null; }; + }) { enet = null; hg3denet050 = null; }; "HGamer3D-GUI" = callPackage ({ mkDerivation, base, HGamer3D-CEGUI-Binding, HGamer3D-Data @@ -5812,7 +5811,7 @@ self: { homepage = "http://www.hgamer3d.org"; description = "SDL2 Binding for HGamer3D"; license = "unknown"; - }) { hg3dsdl2050 = null; }; + }) { SDL2 = null; hg3dsdl2050 = null; libX11 = null; }; "HGamer3D-SFML-Binding" = callPackage ({ mkDerivation, base, hg3dsfml050, HGamer3D-Data, sfml-audio @@ -6030,7 +6029,7 @@ self: { buildTools = [ diffutils ]; description = "Heterogeneous lists"; license = stdenv.lib.licenses.mit; - }) {}; + }) { diffutils = null; }; "HListPP" = callPackage ({ mkDerivation, applicative-quoters, base, regex-applicative }: @@ -6112,7 +6111,7 @@ self: { extraLibraries = [ ode ]; description = "Binding to libODE"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { ode = null; }; "HOpenCV" = callPackage ({ mkDerivation, allocated-processor, base, opencv, vector-space }: @@ -6126,7 +6125,7 @@ self: { pkgconfigDepends = [ opencv ]; description = "A binding for the OpenCV computer vision library"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { opencv = null; }; "HPDF" = callPackage ({ mkDerivation, array, base, binary, bytestring, containers, mtl @@ -6425,18 +6424,17 @@ self: { "HStringTemplate" = callPackage ({ mkDerivation, array, base, blaze-builder, bytestring, containers - , deepseq, directory, filepath, mtl, old-locale, old-time, parsec - , pretty, syb, template-haskell, text, time, utf8-string, void + , deepseq, directory, filepath, mtl, parsec, pretty, syb + , template-haskell, text, time, utf8-string, void }: mkDerivation { pname = "HStringTemplate"; - version = "0.7.3"; - sha256 = "1gw4v16nk0878qplcx6by2bl4280lwyn9a252p6ldaqlbk9vygw8"; - editedCabalFile = "ece4d19b1b67b3fe543c1db710d3322e67f46c041fcd072d5870d47f89afb027"; + version = "0.8"; + sha256 = "07wgnkv2ga0h277fr8z18lsvbrhww5bv5s4av6nzl4x4984x0b8y"; buildDepends = [ array base blaze-builder bytestring containers deepseq directory - filepath mtl old-locale old-time parsec pretty syb template-haskell - text time utf8-string void + filepath mtl parsec pretty syb template-haskell text time + utf8-string void ]; description = "StringTemplate implementation in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -7565,7 +7563,7 @@ self: { homepage = "https://github.com/phonohawk/HsOpenSSL"; description = "Partial OpenSSL binding for Haskell"; license = stdenv.lib.licenses.publicDomain; - }) {}; + }) { openssl = null; }; "HsParrot" = callPackage ({ mkDerivation, base, bytestring, HsSyck, pretty, pugs-DrIFT }: @@ -10207,7 +10205,7 @@ self: { homepage = "https://github.com/haskell-openal/ALUT"; description = "A binding to the OpenAL cross-platform 3D audio API"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { openal = null; }; "OpenCL" = callPackage ({ mkDerivation, base, bytestring, c2hs, mtl, OpenCL, QuickCheck }: @@ -10262,7 +10260,7 @@ self: { homepage = "http://www.haskell.org/haskellwiki/Opengl"; description = "A binding for the OpenGL graphics system"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libX11 = null; mesa = null; }; "OpenGLCheck" = callPackage ({ mkDerivation, base, checkers, haskell98, OpenGL, QuickCheck }: @@ -10289,7 +10287,7 @@ self: { homepage = "http://www.haskell.org/haskellwiki/Opengl"; description = "A raw binding for the OpenGL graphics system"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { mesa = null; }; "OpenGLRaw21" = callPackage ({ mkDerivation, OpenGLRaw }: @@ -10662,7 +10660,7 @@ self: { extraLibraries = [ libxml2 ]; description = "Relational optimiser and code generator"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libxml2 = null; }; "Peano" = callPackage ({ mkDerivation, base }: @@ -10860,7 +10858,7 @@ self: { homepage = "http://haskell.org/haskellwiki/PortMidi"; description = "A binding for PortMedia/PortMidi"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { alsaLib = null; }; "PostgreSQL" = callPackage ({ mkDerivation, base, mtl }: @@ -11778,7 +11776,7 @@ self: { extraLibraries = [ SDL_image ]; description = "Binding to libSDL_image"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { SDL_image = null; }; "SDL-mixer" = callPackage ({ mkDerivation, base, SDL, SDL_mixer }: @@ -11790,7 +11788,7 @@ self: { extraLibraries = [ SDL_mixer ]; description = "Binding to libSDL_mixer"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { SDL_mixer = null; }; "SDL-mpeg" = callPackage ({ mkDerivation, base, SDL, smpeg }: @@ -11802,7 +11800,7 @@ self: { extraLibraries = [ smpeg ]; description = "Binding to the SMPEG library"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { smpeg = null; }; "SDL-ttf" = callPackage ({ mkDerivation, base, SDL, SDL_ttf }: @@ -11814,7 +11812,7 @@ self: { extraLibraries = [ SDL_ttf ]; description = "Binding to libSDL_ttf"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { SDL_ttf = null; }; "SDL2-ttf" = callPackage ({ mkDerivation, base, SDL2, SDL2_ttf }: @@ -12090,6 +12088,7 @@ self: { pname = "SafeSemaphore"; version = "0.10.1"; sha256 = "0rpg9j6fy70i0b9dkrip9d6wim0nac0snp7qzbhykjkqlcvvgr91"; + editedCabalFile = "1b168ec8de4b3958df15b33ba9ab60d8a651d9dd4ea36891d4c31ae81e7ec1cc"; buildDepends = [ base containers stm ]; testDepends = [ base HUnit ]; homepage = "https://github.com/ChrisKuklewicz/SafeSemaphore"; @@ -12109,7 +12108,8 @@ self: { homepage = "http://haskell.org/haskellwiki/Salsa"; description = "A .NET Bridge for Haskell"; license = stdenv.lib.licenses.bsd3; - }) { inherit (pkgs) glib; }; + }) { inherit (pkgs) glib; + mono = null; }; "ScratchFs" = callPackage ({ mkDerivation, base, bytestring, directory, filepath, HFuse @@ -12438,7 +12438,7 @@ self: { homepage = "http://bitbucket.org/jetxee/snusmumrik/"; description = "E-library directory based on FUSE virtual file system"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { zip = null; }; "SoOSiM" = callPackage ({ mkDerivation, base, concurrent-supply, containers @@ -14065,7 +14065,8 @@ self: { homepage = "https://github.com/haskell-pkg-janitors/X11"; description = "A binding to the X11 graphics library"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libX11 = null; libXext = null; libXinerama = null; + libXrandr = null; libXrender = null; }; "X11-extras" = callPackage ({ mkDerivation, base, libX11, X11 }: @@ -14077,7 +14078,7 @@ self: { extraLibraries = [ libX11 ]; description = "Missing bindings to the X11 graphics library"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libX11 = null; }; "X11-rm" = callPackage ({ mkDerivation, base, X11 }: @@ -14129,7 +14130,8 @@ self: { pkgconfigDepends = [ libXft ]; description = "Bindings to the Xft, X Free Type interface library, and some Xrender parts"; license = "LGPL"; - }) {}; + }) { fontconfig = null; freetype = null; libXft = null; + pkgconfig = null; }; "X11-xshape" = callPackage ({ mkDerivation, base, X11 }: @@ -14165,7 +14167,7 @@ self: { homepage = "http://code.fac9.com/xinput/"; description = "Bindings for the DirectX XInput library"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { xinput = null; }; "XMMS" = callPackage ({ mkDerivation, base, containers, xmmsclient, xmmsclient-glib }: @@ -14566,7 +14568,7 @@ self: { configureFlags = [ "-fenable-pthreads" ]; description = "Bindings for ABC, A System for Sequential Synthesis and Verification"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { abc = null; }; "abcnotation" = callPackage ({ mkDerivation, base, parsec, prettify, process, semigroups }: @@ -16191,7 +16193,7 @@ self: { homepage = "http://www.haskell.org/alex/"; description = "Alex is a tool for generating lexical analysers in Haskell"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { perl = null; }; "alex-meta" = callPackage ({ mkDerivation, alex, array, base, containers, happy @@ -16313,6 +16315,20 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "align-text" = callPackage + ({ mkDerivation, base, optparse-applicative, text }: + mkDerivation { + pname = "align-text"; + version = "0.1.0.0"; + sha256 = "09r59frnnihf82cbgjpiwgm83kclcrk1zk6y5rf1d6c109vddail"; + isLibrary = false; + isExecutable = true; + buildDepends = [ base optparse-applicative text ]; + homepage = "https://github.com/danchoi/align-text"; + description = "A simple unix filter to align text on specified substrings"; + license = stdenv.lib.licenses.mit; + }) {}; + "aligned-foreignptr" = callPackage ({ mkDerivation, base }: mkDerivation { @@ -16438,7 +16454,7 @@ self: { homepage = "http://www.haskell.org/haskellwiki/ALSA"; description = "Binding to the ALSA Library API"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { alsaLib = null; }; "alsa-core" = callPackage ({ mkDerivation, alsaLib, base, extensible-exceptions }: @@ -16452,7 +16468,7 @@ self: { homepage = "http://www.haskell.org/haskellwiki/ALSA"; description = "Binding to the ALSA Library API (Exceptions)"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { alsaLib = null; }; "alsa-gui" = callPackage ({ mkDerivation, alsa-core, alsa-seq, base, midi, midi-alsa, wx @@ -16488,7 +16504,7 @@ self: { homepage = "http://www.haskell.org/haskellwiki/ALSA"; description = "Bindings for the ALSA sequencer API (MIDI stuff)"; license = "GPL"; - }) {}; + }) { alsaLib = null; }; "alsa-mixer" = callPackage ({ mkDerivation, alsa-core, alsaLib, base, c2hs, unix }: @@ -16502,7 +16518,7 @@ self: { homepage = "https://github.com/ttuegel/alsa-mixer"; description = "Bindings to the ALSA simple mixer API"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { alsaLib = null; }; "alsa-pcm" = callPackage ({ mkDerivation, alsa-core, alsaLib, array, base @@ -16525,7 +16541,7 @@ self: { homepage = "http://www.haskell.org/haskellwiki/ALSA"; description = "Binding to the ALSA Library API (PCM audio)"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { alsaLib = null; }; "alsa-pcm-tests" = callPackage ({ mkDerivation, alsa, base }: @@ -16560,7 +16576,7 @@ self: { homepage = "http://www.haskell.org/haskellwiki/ALSA"; description = "Binding to the ALSA Library API (MIDI sequencer)"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { alsaLib = null; }; "alsa-seq-tests" = callPackage ({ mkDerivation, alsa, base }: @@ -17730,7 +17746,7 @@ self: { homepage = "https://github.com/trskop/apache-md5"; description = "Apache specific MD5 digest algorighm"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { openssl = null; }; "apelsin" = callPackage ({ mkDerivation, array, base, bytestring, containers, deepseq @@ -18307,7 +18323,7 @@ self: { homepage = "http://arbtt.nomeata.de/"; description = "Automatic Rule-Based Time Tracker"; license = "GPL"; - }) {}; + }) { libXScrnSaver = null; }; "archive" = callPackage ({ mkDerivation, base, bytestring, debian, debian-mirror, directory @@ -21117,7 +21133,7 @@ self: { extraLibraries = [ db ]; description = "Pretty BerkeleyDB v4 binding"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { db = null; }; "berp" = callPackage ({ mkDerivation, array, base, containers, directory @@ -21501,8 +21517,8 @@ self: { }: mkDerivation { pname = "binary-bits"; - version = "0.3"; - sha256 = "0hddr2v2x8ha540vqi21k0vrvfa69qvlvgjs9rrl98qygzrqc7nc"; + version = "0.5"; + sha256 = "1577bd5q4lhw024v4hfil10iyx7v4cf72ldhxb8xhm27i80lllqn"; buildDepends = [ base binary bytestring ]; testDepends = [ base binary bytestring QuickCheck random test-framework @@ -21853,7 +21869,8 @@ self: { configureFlags = [ "-fmacosxusemenubar" "-fmacosxusechdir" ]; description = "Low-level bindings to GLFW OpenGL library"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libX11 = null; libXext = null; libXfixes = null; libXi = null; + libXrandr = null; libXxf86vm = null; mesa = null; }; "bindings-K8055" = callPackage ({ mkDerivation, base, K8055D }: @@ -21905,7 +21922,7 @@ self: { homepage = "http://cielonegro.org/Bindings-AudioFile.html"; description = "Low level bindings to audiofile"; license = stdenv.lib.licenses.publicDomain; - }) {}; + }) { audiofile = null; }; "bindings-bfd" = callPackage ({ mkDerivation, alex, array, base, bfd, containers, happy, opcodes @@ -21989,7 +22006,7 @@ self: { pkgconfigDepends = [ directfb ]; description = "Low level bindings to DirectFB"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { directfb = null; }; "bindings-eskit" = callPackage ({ mkDerivation, array, base, bindings-DSL, eskit }: @@ -22064,7 +22081,7 @@ self: { homepage = "http://bitbucket.org/mauricio/bindings-gpgme"; description = "Project bindings-* raw interface to gpgme"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { gpgme = null; }; "bindings-gsl" = callPackage ({ mkDerivation, base, bindings-DSL, gsl }: @@ -22076,7 +22093,7 @@ self: { pkgconfigDepends = [ gsl ]; description = "Low level bindings to GNU GSL"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { gsl = null; }; "bindings-gts" = callPackage ({ mkDerivation, base, bindings-DSL, bindings-glib, gts }: @@ -22088,7 +22105,7 @@ self: { pkgconfigDepends = [ gts ]; description = "Low level bindings supporting GTS, the GNU Triangulated Surface Library"; license = stdenv.lib.licenses.gpl3; - }) {}; + }) { gts = null; }; "bindings-hamlib" = callPackage ({ mkDerivation, base, bindings-DSL, hamlib }: @@ -22104,7 +22121,7 @@ self: { homepage = "https://github.com/relrod/hamlib-haskell"; description = "Hamlib bindings for Haskell"; license = stdenv.lib.licenses.lgpl21; - }) {}; + }) { hamlib = null; }; "bindings-hdf5" = callPackage ({ mkDerivation, base, bindings-DSL }: @@ -22143,7 +22160,7 @@ self: { homepage = "http://bitbucket.org/mauricio/bindings-libcddb"; description = "Low level binding to libcddb"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libcddb = null; }; "bindings-libffi" = callPackage ({ mkDerivation, base, bindings-DSL, libffi }: @@ -22167,7 +22184,7 @@ self: { pkgconfigDepends = [ libftdi libusb ]; description = "Low level bindings to libftdi"; license = "GPL"; - }) {}; + }) { libftdi = null; libusb = null; }; "bindings-librrd" = callPackage ({ mkDerivation, base, bindings-DSL, librrd }: @@ -22207,7 +22224,7 @@ self: { homepage = "https://github.com/basvandijk/bindings-libusb"; description = "Low level bindings to libusb"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libusb = null; }; "bindings-libv4l2" = callPackage ({ mkDerivation, base, bindings-DSL, v4l2 }: @@ -22234,7 +22251,7 @@ self: { homepage = "http://bitbucket.org/astanin/hs-libzip/"; description = "Low level bindings to libzip"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libzip = null; }; "bindings-linux-videodev2" = callPackage ({ mkDerivation, base, bindings-DSL, ioctl }: @@ -22379,7 +22396,7 @@ self: { homepage = "http://floss.scru.org/bindings-sane"; description = "FFI bindings to libsane"; license = stdenv.lib.licenses.gpl3; - }) {}; + }) { saneBackends = null; }; "bindings-sc3" = callPackage ({ mkDerivation, base, bindings-DSL, scsynth }: @@ -22466,7 +22483,8 @@ self: { configureFlags = [ "-fyices-dynamic" ]; description = "Bindings to the Yices theorem prover"; license = stdenv.lib.licenses.publicDomain; - }) { inherit (pkgs) yices; }; + }) { inherit (pkgs) yices; + gmp = null; }; "binembed" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, directory @@ -22869,7 +22887,7 @@ self: { extraLibraries = [ gmp ]; description = "A space-efficient set data structure"; license = stdenv.lib.licenses.mit; - }) {}; + }) { gmp = null; }; "bitspeak" = callPackage ({ mkDerivation, base, bindings-DSL, bindings-glib @@ -24677,7 +24695,7 @@ self: { extraLibraries = [ bzip2 ]; description = "Compression and decompression in the bzip2 format"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { bzip2 = null; }; "bzlib-conduit" = callPackage ({ mkDerivation, base, bindings-DSL, bytestring, bzip2, conduit @@ -24700,7 +24718,7 @@ self: { homepage = "https://github.com/snoyberg/bzlib-conduit"; description = "Streaming compression/decompression via conduits"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { bzip2 = null; }; "c-dsl" = callPackage ({ mkDerivation, base, language-c }: @@ -24823,8 +24841,8 @@ self: { }: mkDerivation { pname = "cab"; - version = "0.2.14"; - sha256 = "109rjlxsfwsqqa85a4yl5wk4bglpk0wfyp2ggnnz8ria3mhkkdpr"; + version = "0.2.15"; + sha256 = "0g2z9ypnkxbva2h96ihf0slwg2wz389pxr974vn69v2sblkzl9c9"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -28022,7 +28040,7 @@ self: { homepage = "http://www.clckwrks.com/"; description = "A secure, reliable content management system (CMS) and blogging platform"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { cryptopp = null; openssl = null; }; "clckwrks-cli" = callPackage ({ mkDerivation, acid-state, base, clckwrks, haskeline, mtl @@ -28602,7 +28620,8 @@ self: { configureFlags = [ "-f-debug" ]; description = "Bindings to the Clutter animation library"; license = "LGPL"; - }) { inherit (pkgs) glib pango; }; + }) { inherit (pkgs) glib pango; + clutter = null; }; "cmaes" = callPackage ({ mkDerivation, base, doctest, doctest-prop, mtl, process, random @@ -31478,7 +31497,7 @@ self: { homepage = "https://john-millikin.com/software/haskell-python/"; description = "Bindings for libpython"; license = stdenv.lib.licenses.gpl3; - }) {}; + }) { python3 = null; }; "cql" = callPackage ({ mkDerivation, base, bytestring, cereal, Decimal, iproute @@ -32761,7 +32780,7 @@ self: { description = "Bindings to the CUDD binary decision diagrams library"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) cudd; - dddmp = null; epd = null; util = null; }; + dddmp = null; epd = null; mtr = null; st = null; util = null; }; "cufft" = callPackage ({ mkDerivation, base, c2hs, cuda }: @@ -33764,9 +33783,10 @@ self: { ({ mkDerivation, base, ghc-prim, split, template-haskell }: mkDerivation { pname = "data-filepath"; - version = "2.0.0.0"; - sha256 = "0nlbg3bkkbcbxs8yx81rizzvg4dm1i83ly4n8c182947zd6i44n1"; + version = "2.1.0.1"; + sha256 = "01sgv19mr7gl80jk6bd01b8l3qcq6ghpvhdbja06x7vw57b4y9dg"; buildDepends = [ base ghc-prim split template-haskell ]; + homepage = "https://github.com/maxpow4h/data-filepath"; description = "A type safe file path data structure"; license = stdenv.lib.licenses.bsd3; }) {}; @@ -35595,8 +35615,8 @@ self: { }: mkDerivation { pname = "derive"; - version = "2.5.18"; - sha256 = "1jqng8v1d4rac8xmrpm7h1pkyr9pfwsbb0ap6pnwzpwz9fns9c3k"; + version = "2.5.19"; + sha256 = "092n1893azx0sxby518qg49xl5ixq1gpldb9ndl077nc9kam4jjs"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -38981,6 +39001,21 @@ self: { homepage = "http://code.haskell.org/editline"; description = "Bindings to the editline library (libedit)"; license = stdenv.lib.licenses.bsd3; + }) { libedit = null; }; + + "effect-handlers" = callPackage + ({ mkDerivation, base, free, hspec, hspec-discover, HUnit + , kan-extensions, mtl, QuickCheck + }: + mkDerivation { + pname = "effect-handlers"; + version = "0.1.0.1"; + sha256 = "0ln2b4v9nb5hmivh389jaa3yp0mwc4pm2xizbc3alvjhxy2a83wx"; + buildDepends = [ base free kan-extensions mtl ]; + testDepends = [ base hspec hspec-discover HUnit QuickCheck ]; + homepage = "https://github.com/edofic/effect-handlers"; + description = "A library for writing extensible algebraic effects and handlers. Similar to extensible-effects but with deep handlers."; + license = stdenv.lib.licenses.mit; }) {}; "effect-monad" = callPackage @@ -39324,8 +39359,8 @@ self: { }: mkDerivation { pname = "ekg-rrd"; - version = "0.2.1.65"; - sha256 = "0f5m4z6j7ck3kvhg5gg4r4p06ckk71aacwih131br4sz4gfsrr1n"; + version = "0.2.1.69"; + sha256 = "172p0whjyql5in94rcpr6h13zilhd84qp54z8qvk23kg5jqaf43r"; buildDepends = [ base directory ekg-core mtl process text time unordered-containers ]; @@ -39454,8 +39489,8 @@ self: { }: mkDerivation { pname = "elm-compiler"; - version = "0.14"; - sha256 = "1vgbs3navs6dr36k408kc83gkn2ndhmc0b1015zk3jb0wkmvm73y"; + version = "0.14.1"; + sha256 = "0my04mipgia5qw02nzzrzc4kq3vl7bv75rzrsmd2bdb2wll1k94f"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -39522,8 +39557,8 @@ self: { }: mkDerivation { pname = "elm-make"; - version = "0.1"; - sha256 = "1hrc8bzfqzrcmkzqcampxkn5m113blfp4095h6c2xnadiicbvwdy"; + version = "0.1.1"; + sha256 = "02mqr6v146piwrhycnmlxnky5bmsl7ap7781qmcwkfmc89wfa4zl"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -39545,8 +39580,8 @@ self: { }: mkDerivation { pname = "elm-package"; - version = "0.2.2"; - sha256 = "0hkcy1mix2rng2k2zhzgb16nd0asfj9rm9ya2by67vjysiz8cmnr"; + version = "0.4"; + sha256 = "0vsq87imyvs1sa2n4z41b6qswy2cknxsg4prhwc9r7lvyljkmn03"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -39569,8 +39604,8 @@ self: { }: mkDerivation { pname = "elm-reactor"; - version = "0.2.0.1"; - sha256 = "1qnrxr3wayhw92w6lghchz8avxbxg00w7p6d1vs7mq9q56876jgj"; + version = "0.3"; + sha256 = "196xm10x7vi82xmq97ykffkz5j9pclq7qsasispdv3hrhpircv8z"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -40146,7 +40181,7 @@ self: { homepage = "http://www.dcs.st-and.ac.uk/~eb/epic.php"; description = "Compiler for a simple functional language"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { boehmgc = null; gmp = null; }; "epoll" = callPackage ({ mkDerivation, base, unix }: @@ -41397,9 +41432,8 @@ self: { }: mkDerivation { pname = "extra"; - version = "1.0"; - sha256 = "0ainwq8f2mp1wc30srl971xy4qnrcyrcyig1kmrxx951hgav1dkb"; - editedCabalFile = "9deb6a3e50c063fb2c10b17371b99c48d7ebfa50ed3129476b3cbe7e5dc57918"; + version = "1.0.1"; + sha256 = "1nmcgi24b3n0bqiychx96zf07vjy4129f9qpwh57ir90bmsixij6"; buildDepends = [ base directory filepath process time unix ]; testDepends = [ base directory filepath QuickCheck time unix ]; homepage = "https://github.com/ndmitchell/extra#readme"; @@ -41714,7 +41748,7 @@ self: { configureFlags = [ "-fsmall_base" ]; description = "A Haskell library for writing FastCGI programs"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { fcgi = null; }; "fastirc" = callPackage ({ mkDerivation, attoparsec, base, bytestring, bytestring-show @@ -42829,7 +42863,7 @@ self: { homepage = "http://github.com/esessoms/fitsio"; description = "A library for reading and writing data files in the FITS data format"; license = "GPL"; - }) {}; + }) { cfitsio = null; }; "fix-imports" = callPackage ({ mkDerivation, base, containers, cpphs, directory, filepath @@ -43751,8 +43785,8 @@ self: { }: mkDerivation { pname = "formatting"; - version = "6.1.0"; - sha256 = "1yb0lm2h1jbjfm6pkgf696bvi7hl9bcy5km1v9x2fnj41vziw0kn"; + version = "6.1.1"; + sha256 = "0x435g148yac4jy4p7k5s3lwm6c48mvizh76ssgj7hmd0gd7bvyz"; buildDepends = [ base clock old-locale scientific text text-format time ]; @@ -44340,7 +44374,7 @@ self: { homepage = "https://github.com/RaphaelJ/friday"; description = "A functionnal image processing library for Haskell"; license = stdenv.lib.licenses.gpl3; - }) {}; + }) { libdevil = null; }; "friendly-time" = callPackage ({ mkDerivation, base, HUnit, old-locale, test-framework @@ -45071,7 +45105,7 @@ self: { homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the GNOME configuration database system"; license = stdenv.lib.licenses.lgpl21; - }) {}; + }) { GConf = null; }; "gd" = callPackage ({ mkDerivation, base, bytestring, expat, fontconfig, freetype, gd @@ -45088,7 +45122,9 @@ self: { configureFlags = [ "-fbytestring-in-base" ]; description = "A Haskell binding to a subset of the GD graphics library"; license = stdenv.lib.licenses.bsd3; - }) { inherit (pkgs) gd zlib; }; + }) { inherit (pkgs) gd zlib; + expat = null; fontconfig = null; freetype = null; libjpeg = null; + libpng = null; }; "gdiff" = callPackage ({ mkDerivation, base }: @@ -45983,7 +46019,7 @@ self: { homepage = "http://www.mew.org/~kazu/proj/ghc-mod/"; description = "Happy Haskell Programming"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { emacs = null; makeWrapper = null; }; "ghc-mtl" = callPackage ({ mkDerivation, base, exceptions, extensible-exceptions, ghc, mtl @@ -46406,7 +46442,7 @@ self: { homepage = "http://repetae.net/computer/ginsu/"; description = "Ginsu Gale Client"; license = stdenv.lib.licenses.mit; - }) {}; + }) { openssl = null; }; "gio" = callPackage ({ mkDerivation, array, base, bytestring, containers, glib @@ -46517,7 +46553,9 @@ self: { homepage = "http://git-annex.branchable.com/"; description = "manage files with git, without checking their contents into git"; license = stdenv.lib.licenses.gpl3; - }) {}; + }) { bup = null; git = null; gnupg1 = null; lsof = null; + openssh = null; perl = null; rsync = null; wget = null; + which = null; }; "git-checklist" = callPackage ({ mkDerivation, base, directory, filepath, optparse-applicative @@ -46789,7 +46827,7 @@ self: { homepage = "https://github.com/joeyh/github-backup"; description = "backs up everything github knows about a repository, to the repository"; license = "GPL"; - }) {}; + }) { git = null; }; "github-post-receive" = callPackage ({ mkDerivation, aeson, base, bytestring, containers @@ -47077,7 +47115,7 @@ self: { ]; description = "Complete OpenGL raw bindings"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { mesa = null; }; "gl-capture" = callPackage ({ mkDerivation, base, bytestring, OpenGL }: @@ -47102,7 +47140,7 @@ self: { homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the glade library"; license = stdenv.lib.licenses.lgpl21; - }) {}; + }) { libglade = null; }; "gladexml-accessor" = callPackage ({ mkDerivation, base, glade, HaXml, template-haskell }: @@ -47430,7 +47468,7 @@ self: { extraLibraries = [ glpk ]; description = "Comprehensive GLPK linear programming bindings"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { glpk = null; }; "gluturtle" = callPackage ({ mkDerivation, base, convertible, GLUT, stm, yjsvg, yjtools }: @@ -47501,7 +47539,7 @@ self: { homepage = "https://john-millikin.com/software/haskell-gnome-keyring/"; description = "Bindings for libgnome-keyring"; license = stdenv.lib.licenses.gpl3; - }) {}; + }) { gnome_keyring = null; }; "gnomevfs" = callPackage ({ mkDerivation, array, base, containers, glib, gnome_vfs @@ -47517,7 +47555,7 @@ self: { homepage = "http://www.haskell.org/gtk2hs/"; description = "Binding to the GNOME Virtual File System library"; license = "GPL"; - }) { gnome_vfs_module = null; }; + }) { gnome_vfs = null; gnome_vfs_module = null; }; "gnuidn" = callPackage ({ mkDerivation, base, bytestring, c2hs, libidn, text }: @@ -47532,7 +47570,7 @@ self: { homepage = "https://john-millikin.com/software/haskell-gnuidn/"; description = "Bindings for GNU IDN"; license = stdenv.lib.licenses.gpl3; - }) {}; + }) { libidn = null; }; "gnuplot" = callPackage ({ mkDerivation, array, base, containers, data-accessor @@ -49009,7 +49047,8 @@ self: { homepage = "http://github.com/travitch/gtk-traymanager"; description = "A wrapper around the eggtraymanager library for Linux system trays"; license = stdenv.lib.licenses.lgpl21; - }) { inherit (pkgs) gtk; }; + }) { inherit (pkgs) gtk; + x11 = null; }; "gtk2hs-buildtools" = callPackage ({ mkDerivation, alex, array, base, containers, directory, filepath @@ -49211,7 +49250,8 @@ self: { homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the GTK+ OpenGL Extension"; license = stdenv.lib.licenses.lgpl21; - }) { inherit (pkgs) gtkglext; }; + }) { inherit (pkgs) gtkglext; + pangox_compat = null; }; "gtkimageview" = callPackage ({ mkDerivation, array, base, containers, glib, gtk @@ -49261,7 +49301,7 @@ self: { homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the GtkSourceView library"; license = stdenv.lib.licenses.lgpl21; - }) {}; + }) { gtksourceview = null; }; "gtksourceview3" = callPackage ({ mkDerivation, array, base, containers, glib, gtk2hs-buildtools @@ -49277,7 +49317,7 @@ self: { homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the GtkSourceView library"; license = stdenv.lib.licenses.lgpl21; - }) {}; + }) { gtksourceview = null; }; "guarded-rewriting" = callPackage ({ mkDerivation, base, instant-generics }: @@ -49426,7 +49466,7 @@ self: { description = "An FFI binding to the CUDD library"; license = "LGPL"; }) { inherit (pkgs) cudd; - epd = null; util = null; }; + epd = null; mtr = null; st = null; util = null; }; "hCsound" = callPackage ({ mkDerivation, base, c2hs, csound64, libsndfile, monads-tf @@ -49442,7 +49482,7 @@ self: { configureFlags = [ "-fuseframework" "-fusedouble" "-fsplitbase" ]; description = "interface to CSound API"; license = "LGPL"; - }) { csound64 = null; }; + }) { csound64 = null; libsndfile = null; }; "hDFA" = callPackage ({ mkDerivation, base, containers, directory, process }: @@ -49860,7 +49900,7 @@ self: { homepage = "http://github.com/snoyberg/hack-handler-fastcgi/tree/master"; description = "Hack handler direct to fastcgi (deprecated)"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { fcgi = null; }; "hack-handler-happstack" = callPackage ({ mkDerivation, base, bytestring, cgi, containers, data-default @@ -50804,8 +50844,8 @@ self: { }: mkDerivation { pname = "hakyll"; - version = "4.6.3.0"; - sha256 = "0mprx68qc9ig1b2wxzg2vk4nyc0bdcxibadrxl4ikhs7bn997sds"; + version = "4.6.4.0"; + sha256 = "0jj1kl9qrv38aavc25cglw90dpaqjznnnvibx9xrni57cj12y95j"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -51344,8 +51384,8 @@ self: { }: mkDerivation { pname = "happstack-authenticate"; - version = "0.10.15"; - sha256 = "0l52bw2cg33sz45bzinqlb98hi1lnby6r9i45wlf3w4rlk9vcasw"; + version = "0.10.16"; + sha256 = "15r725mmfln8hhk13ypg497xy4x88cxyd4gqmgfg6dpmrmgvdvgw"; buildDepends = [ acid-state aeson authenticate base blaze-html bytestring containers fb happstack-server http-conduit http-types ixset mtl @@ -51742,7 +51782,7 @@ self: { homepage = "http://www.happstack.com/"; description = "extend happstack-server with https:// support (TLS/SSL)"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { openssl = null; }; "happstack-state" = callPackage ({ mkDerivation, base, binary, bytestring, containers, directory @@ -51843,7 +51883,7 @@ self: { homepage = "http://www.haskell.org/happy/"; description = "Happy is a parser generator for Haskell"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { perl = null; }; "happy-meta" = callPackage ({ mkDerivation, array, base, containers, happy, haskell-src-meta @@ -51925,7 +51965,8 @@ self: { homepage = "http://www.davidb.org/darcs/harchive/"; description = "Networked content addressed backup and restore software"; license = "GPL"; - }) { inherit (pkgs) sqlite; }; + }) { inherit (pkgs) sqlite; + openssl = null; }; "hark" = callPackage ({ mkDerivation, base, bytestring, directory, filepath, haskell98 @@ -52230,8 +52271,8 @@ self: { ({ mkDerivation, base, ghc-prim, hashable, primitive, vector }: mkDerivation { pname = "hashtables"; - version = "1.2.0.1"; - sha256 = "1z7hkd1lqb901i3wahg4ly8k0xrsv8292rkm3b7s463bf477179j"; + version = "1.2.0.2"; + sha256 = "0dqq5ssgkqzplqf5dmc4l8cj28j5py7i6n6a069qn4cibvxfjaq1"; buildDepends = [ base ghc-prim hashable primitive vector ]; configureFlags = [ "-f-portable" "-f-sse42" "-f-debug" "-f-bounds-checking" @@ -52848,8 +52889,8 @@ self: { }: mkDerivation { pname = "haskell-packages"; - version = "0.2.4.3"; - sha256 = "0s1z5zzl53nmjnrlf1czri634h8fksbgkqvvz8hpwa60wsaf4dxn"; + version = "0.2.4.4"; + sha256 = "1n4il9vkszr48n0zg3kccyqa744p0cc6idamdk6xb6hj0flpqzzc"; buildDepends = [ aeson base bytestring Cabal containers deepseq directory filepath haskell-src-exts hse-cpp mtl optparse-applicative tagged @@ -52937,7 +52978,7 @@ self: { homepage = "https://github.com/jamessanders/haskell-qrencode"; description = "Haskell bindings for libqrencode"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { qrencode = null; }; "haskell-reflect" = callPackage ({ mkDerivation, base, containers, hint, MonadCatchIO-mtl, mtl @@ -53390,7 +53431,7 @@ self: { homepage = "https://github.com/m4dc4p/haskelldb"; description = "HaskellDB support for the HDBC PostgreSQL driver"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { postgresql = null; }; "haskelldb-hdbc-sqlite3" = callPackage ({ mkDerivation, base, haskelldb, haskelldb-hdbc, HDBC @@ -54049,7 +54090,7 @@ self: { homepage = "https://github.com/otters/haspell"; description = "Haskell bindings to aspell"; license = stdenv.lib.licenses.mit; - }) {}; + }) { aspell = null; }; "hasql" = callPackage ({ mkDerivation, attoparsec, base, base-prelude, either @@ -54198,8 +54239,8 @@ self: { }: mkDerivation { pname = "haste-compiler"; - version = "0.4.3"; - sha256 = "1wkb6a1jwmpjr0jlz5fjq652jz6a6agg0a5pfazyfpdznvd4mm62"; + version = "0.4.4"; + sha256 = "1cjjp6p56r21dh6b0pvy0sffrccgxiszdfnp5kjhwac77wlc2dfd"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -54209,7 +54250,9 @@ self: { random shellmate system-fileio tar transformers utf8-string websockets ]; - configureFlags = [ "-fportable" "-fportable" ]; + configureFlags = [ + "-fportable" "-f-only-library" "-f-static" "-fportable" + ]; homepage = "http://haste-lang.org/"; description = "Haskell To ECMAScript compiler"; license = stdenv.lib.licenses.bsd3; @@ -54598,7 +54641,8 @@ self: { homepage = "http://www.dockerz.net/software/hbeat.html"; description = "A simple step sequencer GUI"; license = stdenv.lib.licenses.bsd3; - }) { inherit (pkgs) SDL; }; + }) { inherit (pkgs) SDL; + SDL_mixer = null; }; "hblas" = callPackage ({ mkDerivation, base, blas, HUnit, lapack, primitive @@ -56422,8 +56466,8 @@ self: { }: mkDerivation { pname = "hi"; - version = "1.0.0.0"; - sha256 = "1ra83p6jv2wsyqi66vznghj67r4jssvkz1l6cl78dp8w2zz0nz41"; + version = "1.1.0.1"; + sha256 = "1gyykmwkf3ws0ywwyppf4hxhll2phhzzc6c6lfgy6ld35pf08aca"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -57327,7 +57371,7 @@ self: { homepage = "http://people.ksp.sk/~ivan/hlbfgsb"; description = "Haskell binding to L-BFGS-B version 3.0"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { gfortran = null; }; "hlcm" = callPackage ({ mkDerivation, array, base, bytestring, bytestring-csv @@ -57414,14 +57458,14 @@ self: { }) {}; "hledger-interest" = callPackage - ({ mkDerivation, base, Cabal, hledger-lib, mtl, time }: + ({ mkDerivation, base, Cabal, Decimal, hledger-lib, mtl, time }: mkDerivation { pname = "hledger-interest"; - version = "1.4.3"; - sha256 = "1nj50zi4p6rs0nl4656rr0vkbh7kdi49z1l53nypfqs3rmjgicsn"; + version = "1.4.4"; + sha256 = "16knk1cwrpg5jn6vgcab7hqpjzg33ysz57x1f2glrmhhv1slmbfn"; isLibrary = false; isExecutable = true; - buildDepends = [ base Cabal hledger-lib mtl time ]; + buildDepends = [ base Cabal Decimal hledger-lib mtl time ]; homepage = "http://github.com/peti/hledger-interest"; description = "computes interest for a given account"; license = stdenv.lib.licenses.bsd3; @@ -57539,7 +57583,7 @@ self: { extraLibraries = [ fam ]; description = "FFI interface to libFAM"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { fam = null; }; "hlibgit2" = callPackage ({ mkDerivation, base, bindings-DSL, git, openssl, process, zlib }: @@ -57552,7 +57596,7 @@ self: { extraLibraries = [ openssl ]; description = "Low-level bindings to libgit2"; license = stdenv.lib.licenses.mit; - }) { git = null; }; + }) { git = null; openssl = null; }; "hlint" = callPackage ({ mkDerivation, ansi-terminal, base, cmdargs, containers, cpphs @@ -57561,8 +57605,8 @@ self: { }: mkDerivation { pname = "hlint"; - version = "1.9.15"; - sha256 = "0fn01rhymj9hy7pglrjkgs4cz8xsllmc2zdnjrb6n6k27644irdw"; + version = "1.9.16"; + sha256 = "11ykjslyr8sgpa1jpnv3vdzz0nxyrxw3mzcsdbidgzw7aphpzcb3"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -57675,7 +57719,8 @@ self: { homepage = "https://github.com/albertoruiz/hmatrix"; description = "Numeric Linear Algebra"; license = stdenv.lib.licenses.bsd3; - }) { inherit (pkgs) blas; }; + }) { inherit (pkgs) blas; + liblapack = null; }; "hmatrix-banded" = callPackage ({ mkDerivation, base, hmatrix, lapack, transformers }: @@ -57714,7 +57759,7 @@ self: { homepage = "https://github.com/albertoruiz/hmatrix"; description = "Linear Programming based on GLPK"; license = "GPL"; - }) {}; + }) { glpk = null; }; "hmatrix-gsl" = callPackage ({ mkDerivation, array, base, gsl, hmatrix, process, random, vector @@ -57728,7 +57773,7 @@ self: { homepage = "https://github.com/albertoruiz/hmatrix"; description = "Numerical computation"; license = "GPL"; - }) {}; + }) { gsl = null; }; "hmatrix-gsl-stats" = callPackage ({ mkDerivation, base, binary, hmatrix, storable-complex }: @@ -57806,7 +57851,7 @@ self: { homepage = "https://github.com/albertoruiz/hmatrix"; description = "Interface to GSL special functions"; license = "GPL"; - }) {}; + }) { gsl = null; }; "hmatrix-static" = callPackage ({ mkDerivation, array, base, haskell-src-meta, hmatrix, parsec @@ -58004,7 +58049,7 @@ self: { homepage = "http://code.google.com/p/hmpfr/"; description = "Haskell binding to the MPFR library"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { mpfr = null; }; "hmt" = callPackage ({ mkDerivation, array, base, bytestring, colour, containers @@ -58142,8 +58187,8 @@ self: { }: mkDerivation { pname = "hoauth2"; - version = "0.4.3"; - sha256 = "1qmhk9h3rwp29dsjqbgsma4zgzdd6cw1jcryzd17rk32biiiylvg"; + version = "0.4.4"; + sha256 = "0y48bxw9b798craljnwhbbpkl53mzh25wdkm0vsp6lpd1rdi0dlc"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -58580,7 +58625,7 @@ self: { homepage = "http://ianwookim.org/hoodle"; description = "Core library for hoodle"; license = stdenv.lib.licenses.gpl3; - }) {}; + }) { libX11 = null; libXi = null; }; "hoodle-extra" = callPackage ({ mkDerivation, aeson, aeson-pretty, attoparsec, base @@ -58858,7 +58903,7 @@ self: { homepage = "http://github.com/peti/hopenssl"; description = "FFI bindings to OpenSSL's EVP digest interface"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { openssl = null; }; "hopfield" = callPackage ({ mkDerivation, array, base, deepseq, directory, erf @@ -59123,7 +59168,7 @@ self: { homepage = "http://www.haskell.org/haskellwiki/Hp2any"; description = "Real-time heap graphing utility and profile stream server with a reusable graphing module"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { freeglut = null; mesa = null; }; "hp2any-manager" = callPackage ({ mkDerivation, array, base, bytestring, cairo, containers @@ -59413,8 +59458,8 @@ self: { }: mkDerivation { pname = "hpqtypes"; - version = "1.2.5"; - sha256 = "1qscg6ibckyf64grmcjbz5q3fmk2as8ms2ywzcrz444nd70sbwx9"; + version = "1.3.0"; + sha256 = "0hv0vi3bjk1id1pxsfv5kdxky5q9lcp6bjlmhcd3ljzz78swvdmp"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -59427,7 +59472,7 @@ self: { configureFlags = [ "-f-tests" ]; description = "Haskell bindings to libpqtypes"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { postgresql = null; }; "hprotoc" = callPackage ({ mkDerivation, alex, array, base, binary, bytestring, containers @@ -59928,7 +59973,8 @@ self: { ]; extraLibraries = [ mesos protobuf ]; license = stdenv.lib.licenses.mit; - }) { inherit (pkgs) protobuf; }; + }) { inherit (pkgs) protobuf; + mesos = null; }; "hs-nombre-generator" = callPackage ({ mkDerivation, base, HandsomeSoup, hxt, random }: @@ -60810,7 +60856,7 @@ self: { homepage = "http://github.com/peti/hsdns"; description = "Asynchronous DNS Resolver"; license = stdenv.lib.licenses.gpl3; - }) {}; + }) { adns = null; }; "hsdns-cache" = callPackage ({ mkDerivation, base, hsdns, network, SafeSemaphore, text, time @@ -61234,7 +61280,7 @@ self: { configureFlags = [ "-fsystem-lua" "-f-apicheck" "-fsystem-lua" ]; description = "A Lua language interpreter embedding in Haskell"; license = stdenv.lib.licenses.mit; - }) {}; + }) { lua = null; }; "hsmagick" = callPackage ({ mkDerivation, base, bytestring, bzip2, directory, filepath @@ -61254,7 +61300,9 @@ self: { description = "FFI bindings for the GraphicsMagick library"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) freetype2 zlib; - GraphicsMagick = null; tiff = null; wmflite = null; }; + GraphicsMagick = null; bzip2 = null; jasper = null; lcms = null; + libjpeg = null; libpng = null; libxml2 = null; tiff = null; + wmflite = null; }; "hsmtpclient" = callPackage ({ mkDerivation, array, base, directory, network, old-time }: @@ -61280,7 +61328,7 @@ self: { homepage = "http://haskell.org/haskellwiki/Hsndfile"; description = "Haskell bindings for libsndfile"; license = stdenv.lib.licenses.lgpl21; - }) {}; + }) { libsndfile = null; }; "hsndfile-storablevector" = callPackage ({ mkDerivation, base, hsndfile, storablevector }: @@ -61979,7 +62027,7 @@ self: { extraLibraries = [ unixODBC ]; description = "A Haskell Interface to ODBC"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { unixODBC = null; }; "hsql-postgresql" = callPackage ({ mkDerivation, base, hsql, old-time, postgresql }: @@ -61991,7 +62039,7 @@ self: { extraLibraries = [ postgresql ]; description = "A Haskell Interface to PostgreSQL via the PQ library"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { postgresql = null; }; "hsql-sqlite3" = callPackage ({ mkDerivation, base, hsql, sqlite }: @@ -63222,7 +63270,7 @@ self: { pname = "http-streams"; version = "0.7.2.4"; sha256 = "1hs2d5qiq5vq6qjxxx061w1iigr05chkv28xvlvxfz0wc7nlipzz"; - editedCabalFile = "cd9bfce1014b9f9cb90918ac0187c07ac851e1d54149a453a32ffe7bd2bac522"; + editedCabalFile = "ba1a8d4829c9476c90135fadace2ec6eaa62539f5599c050a33936ef6d479fb1"; buildDepends = [ aeson attoparsec base base64-bytestring blaze-builder bytestring case-insensitive directory HsOpenSSL http-common io-streams mtl @@ -63463,7 +63511,7 @@ self: { extraLibraries = [ ruby ]; description = "Support library for Hubris, the Ruby <=> Haskell bridge"; license = "unknown"; - }) {}; + }) { ruby = null; }; "huffman" = callPackage ({ mkDerivation, base, containers, fingertree }: @@ -64115,8 +64163,8 @@ self: { ({ mkDerivation, base, deepseq, primitive, vector }: mkDerivation { pname = "hybrid-vectors"; - version = "0.1.2"; - sha256 = "1scx1xr9rqdpxc1kj5zgf8w1ld1mj68hxr3nl1p352wspvpgd3qf"; + version = "0.1.2.1"; + sha256 = "0xh6yvv7jyahzrqihc13g1nlv81v0mzxvaxib5fcyr1njwbcwv59"; buildDepends = [ base deepseq primitive vector ]; homepage = "http://github.com/ekmett/hybrid-vectors"; description = "Hybrid vectors e.g. Mixed Boxed/Unboxed vectors"; @@ -64729,7 +64777,7 @@ self: { homepage = "http://www.idris-lang.org/"; description = "Functional Programming Language with Dependent Types"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { boehmgc = null; gmp = null; }; "ieee" = callPackage ({ mkDerivation, base }: @@ -66360,7 +66408,7 @@ self: { configureFlags = [ "-fnlopt" "-f-build_examples" ]; description = "haskell binding to ipopt and nlopt including automatic differentiation"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { ipopt = null; nlopt = null; }; "ipprint" = callPackage ({ mkDerivation, base, Extra, haskell-src }: @@ -66835,7 +66883,8 @@ self: { configureFlags = [ "-f-debug" ]; description = "Enumeratees for compressing and decompressing streams"; license = stdenv.lib.licenses.bsd3; - }) { inherit (pkgs) zlib; }; + }) { inherit (pkgs) zlib; + bzip2 = null; }; "iteratee-mtl" = callPackage ({ mkDerivation, base, bytestring, containers, ListLike @@ -67203,7 +67252,7 @@ self: { homepage = "http://www.haskell.org/haskellwiki/JACK"; description = "Bindings for the JACK Audio Connection Kit"; license = "GPL"; - }) {}; + }) { jack2 = null; }; "jack-bindings" = callPackage ({ mkDerivation, base, c2hs, jack2, mtl }: @@ -67216,7 +67265,7 @@ self: { pkgconfigDepends = [ jack2 ]; description = "DEPRECATED Bindings to the JACK Audio Connection Kit"; license = stdenv.lib.licenses.mit; - }) {}; + }) { jack2 = null; }; "jackminimix" = callPackage ({ mkDerivation, base, hosc }: @@ -67988,7 +68037,7 @@ self: { homepage = "http://stewart.guru"; description = "Call python inline from haskell"; license = stdenv.lib.licenses.mit; - }) {}; + }) { python = null; }; "json-qq" = callPackage ({ mkDerivation, base, haskell-src-meta, parsec, template-haskell @@ -68985,8 +69034,8 @@ self: { }: mkDerivation { pname = "koofr-client"; - version = "1.0.0.0"; - sha256 = "088wppnvnap57444l80l9n9957y0vqndc66fwf4ifn0jy44f79ng"; + version = "1.0.0.1"; + sha256 = "1kbdln4jyd9k9lsa4hzx5kjvjkajrf4b11fy6vj2k928gqv2vqmj"; buildDepends = [ aeson base bytestring filepath http-client http-client-tls http-types mtl @@ -70980,7 +71029,8 @@ self: { homepage = "http://github.com/kim/leveldb-haskell"; description = "Haskell bindings to LevelDB"; license = stdenv.lib.licenses.bsd3; - }) { inherit (pkgs) snappy; }; + }) { inherit (pkgs) snappy; + leveldb = null; }; "leveldb-haskell-fork" = callPackage ({ mkDerivation, async, base, bytestring, data-default, filepath @@ -71005,7 +71055,7 @@ self: { homepage = "http://github.com/kim/leveldb-haskell"; description = "Haskell bindings to LevelDB"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { leveldb = null; }; "levmar" = callPackage ({ mkDerivation, base, bindings-levmar, hmatrix, vector }: @@ -71184,7 +71234,7 @@ self: { homepage = "http://www.andres-loeh.de/lhs2tex/"; description = "Preprocessor for typesetting Haskell sources with LaTeX"; license = "GPL"; - }) {}; + }) { texLive = null; }; "lhslatex" = callPackage ({ mkDerivation, base, directory, filepath, process, regex-posix }: @@ -71260,7 +71310,7 @@ self: { extraLibraries = [ expect tcl ]; description = "Library for interacting with console applications via pseudoterminals"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { expect = null; tcl = null; }; "libffi" = callPackage ({ mkDerivation, base, bytestring, libffi }: @@ -71484,7 +71534,7 @@ self: { homepage = "http://github.com/tnarg/haskell-libpq"; description = "libpq binding for Haskell"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { postgresql = null; }; "librandomorg" = callPackage ({ mkDerivation, base, bytestring, curl }: @@ -71662,7 +71712,7 @@ self: { configureFlags = [ "-fsmall_base" ]; description = "Binding to libxml2"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libxml2 = null; }; "libxml-enumerator" = callPackage ({ mkDerivation, base, bytestring, enumerator, libxml-sax, text @@ -71692,7 +71742,7 @@ self: { homepage = "https://john-millikin.com/software/haskell-libxml/"; description = "Bindings for the libXML2 SAX interface"; license = stdenv.lib.licenses.mit; - }) {}; + }) { libxml2 = null; }; "libxslt" = callPackage ({ mkDerivation, base, bytestring, libxml, xslt }: @@ -72372,7 +72422,7 @@ self: { homepage = "https://github.com/ucsd-progsys/liquid-fixpoint"; description = "Predicate Abstraction-based Horn-Clause/Implication Constraint Solver"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { ocaml = null; }; "liquidhaskell" = callPackage ({ mkDerivation, aeson, ansi-terminal, array, base, bifunctors @@ -73942,7 +73992,7 @@ self: { homepage = "http://github.com/alphaHeavy/lzma-conduit"; description = "Conduit interface for lzma/xz compression"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { lzma = null; }; "lzma-enumerator" = callPackage ({ mkDerivation, base, bindings-DSL, bytestring, enumerator, HUnit @@ -73962,7 +74012,7 @@ self: { homepage = "http://github.com/alphaHeavy/lzma-enumerator"; description = "Enumerator interface for lzma/xz compression"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { lzma = null; }; "maccatcher" = callPackage ({ mkDerivation, base, binary, parsec, process }: @@ -75096,7 +75146,7 @@ self: { homepage = "http://www.github.com/massysett/matchers"; description = "Text matchers"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { pcre = null; }; "math-functions" = callPackage ({ mkDerivation, base, deepseq, erf, HUnit, ieee754, QuickCheck @@ -75191,8 +75241,8 @@ self: { ({ mkDerivation, base, primitive, vector }: mkDerivation { pname = "matrices"; - version = "0.2.0"; - sha256 = "07b56hddagqm9pq22wdw6rb61gykjq1840a5mazz857d5vbbpm2z"; + version = "0.3.0"; + sha256 = "18253z4ah4yxl8di0zsngsi1dip0yd85a62k9h5ha7i9mdq7k0hi"; buildDepends = [ base primitive vector ]; description = "native matrix based on vector"; license = stdenv.lib.licenses.bsd3; @@ -75204,8 +75254,8 @@ self: { }: mkDerivation { pname = "matrix"; - version = "0.3.4.0"; - sha256 = "16a633llf7nh70s92cn8i8sdish9vryy4xh62rimvmn91ivvjay1"; + version = "0.3.4.1"; + sha256 = "12fw3hi7gkilrr7rsf1rwipimv2xqxb9rkl24k3yqjy06jbimhq9"; buildDepends = [ base deepseq loop primitive vector ]; testDepends = [ base QuickCheck tasty tasty-quickcheck ]; description = "A native implementation of matrix operations"; @@ -78957,8 +79007,8 @@ self: { }: mkDerivation { pname = "mutable-containers"; - version = "0.2.0"; - sha256 = "1y07n8jr0m8924wyk2fy6wxmnhqkj9ay0814c562xj69imsrcmgp"; + version = "0.2.0.1"; + sha256 = "0j51v08i7i37119yl9zg8bypdap8nhh58z6rhi6rjqx1x42bz9b0"; buildDepends = [ base containers ghc-prim mono-traversable primitive vector ]; @@ -79359,7 +79409,7 @@ self: { homepage = "http://www.jasani.org/search/label/nano-hmac"; description = "Bindings to OpenSSL HMAC"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { openssl = null; }; "nano-md5" = callPackage ({ mkDerivation, base, bytestring, openssl }: @@ -79373,7 +79423,7 @@ self: { homepage = "http://code.haskell.org/~dons/code/nano-md5"; description = "Efficient, ByteString bindings to OpenSSL"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { openssl = null; }; "nanoAgda" = callPackage ({ mkDerivation, base, BNFC-meta, cmdargs, containers, mtl, parsec @@ -81294,7 +81344,8 @@ self: { description = "Binding for notmuch MUA library"; license = "LGPL"; }) { inherit (pkgs) glib zlib; - nsl = null; }; + gmime = null; notmuch = null; nsl = null; talloc = null; + xapian = null; }; "notmuch-web" = callPackage ({ mkDerivation, aeson, attoparsec, attoparsec-conduit, base @@ -81816,7 +81867,7 @@ self: { description = "Oculus Rift ffi providing head tracking data"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) udev; - Xinerama = null; ovr = null; }; + Xinerama = null; libX11 = null; mesa = null; ovr = null; }; "oeis" = callPackage ({ mkDerivation, base, HTTP, HUnit, network, network-uri @@ -82185,7 +82236,7 @@ self: { homepage = "www.github.com/arjuncomar/opencv-raw.git"; description = "Raw Haskell bindings to OpenCV >= 2.0"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { opencv = null; }; "opendatatable" = callPackage ({ mkDerivation, base, hxt, template-haskell, th-lift }: @@ -84129,7 +84180,7 @@ self: { homepage = "https://github.com/bos/pcap"; description = "A system-independent interface for user-level packet capture"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libpcap = null; }; "pcap-conduit" = callPackage ({ mkDerivation, base, bytestring, conduit, pcap, transformers }: @@ -84215,7 +84266,7 @@ self: { homepage = "https://github.com/Daniel-Diaz/pcre-light"; description = "A small, efficient and portable regex library for Perl 5 compatible regular expressions"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { pcre = null; }; "pcre-light-extra" = callPackage ({ mkDerivation, base, bytestring, pcre-light }: @@ -86735,7 +86786,7 @@ self: { description = "Binding to the Poppler"; license = stdenv.lib.licenses.gpl2; }) { inherit (pkgs) cairo glib gtk pango; - popplerGlib = null; }; + gdk_pixbuf = null; popplerGlib = null; }; "populate-setup-exe-cache" = callPackage ({ mkDerivation, base }: @@ -86840,7 +86891,7 @@ self: { homepage = "https://github.com/tensor5/posix-acl"; description = "Support for Posix ACL"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { acl = null; }; "posix-escape" = callPackage ({ mkDerivation, base }: @@ -87004,7 +87055,7 @@ self: { homepage = "http://github.com/lpsmith/postgresql-libpq"; description = "low-level binding to libpq"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { postgresql = null; }; "postgresql-orm" = callPackage ({ mkDerivation, aeson, base, blaze-builder, bytestring, directory @@ -87184,7 +87235,7 @@ self: { homepage = "http://github.com/peti/postmaster"; description = "Postmaster ESMTP Server"; license = "GPL"; - }) {}; + }) { adns = null; openssl = null; }; "powermate" = callPackage ({ mkDerivation, base, directory, network, unix }: @@ -88236,7 +88287,7 @@ self: { extraLibraries = [ proj ]; description = "Haskell bindings for the Proj4 C dynamic library"; license = "GPL"; - }) {}; + }) { proj = null; }; "project-template" = callPackage ({ mkDerivation, base, base64-bytestring, bytestring, conduit @@ -88997,8 +89048,8 @@ self: { }: mkDerivation { pname = "purescript"; - version = "0.6.2"; - sha256 = "1zf2yyk3rdwk5992fhvqyd7b5w7mkzjcc0iyp75bscnjsggs31k0"; + version = "0.6.3"; + sha256 = "0hd6aslsfw2jd06wyfzi1kr86vfj91ywvgl9rv9cyawzczk7l7v4"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -89181,7 +89232,7 @@ self: { homepage = "http://code.haskell.org/pvd"; description = "A photo viewer daemon application with remote controlling abilities"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libdevil = null; }; "pwstore-cli" = callPackage ({ mkDerivation, base, bytestring, cmdargs, HUnit, process @@ -89265,7 +89316,7 @@ self: { homepage = "http://github.com/Russell91/json-python"; description = "Call python inline from haskell"; license = stdenv.lib.licenses.mit; - }) {}; + }) { python = null; }; "pyfi" = callPackage ({ mkDerivation, aeson, base, bytestring, containers, pureMD5 @@ -89282,7 +89333,7 @@ self: { homepage = "http://github.com/Russell91/pyfi"; description = "Call python inline from haskell"; license = stdenv.lib.licenses.mit; - }) {}; + }) { python = null; }; "python-pickle" = callPackage ({ mkDerivation, attoparsec, base, bytestring, cereal, cmdargs @@ -89347,7 +89398,7 @@ self: { homepage = "http://nonempty.org/software/haskell-qhull-simple"; description = "Simple bindings to Qhull, a library for computing convex hulls"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { qhull = null; }; "qrcode" = callPackage ({ mkDerivation, array, base, containers, mtl, vector }: @@ -90163,7 +90214,7 @@ self: { homepage = "http://galois.com"; description = "A fast, SMP parallel random data generator"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { openssl = null; }; "randproc" = callPackage ({ mkDerivation, base }: @@ -91416,7 +91467,7 @@ self: { homepage = "http://hackage.haskell.org/package/regex-pcre"; description = "Replaces/Enhances Text.Regex"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { pcre = null; }; "regex-pcre-builtin" = callPackage ({ mkDerivation, array, base, bytestring, containers, regex-base }: @@ -91567,7 +91618,7 @@ self: { homepage = "http://sourceforge.net/projects/lazy-regex"; description = "Replaces/Enhances Text.Regex"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { tre = null; }; "regex-xmlschema" = callPackage ({ mkDerivation, base, haskell98, parsec }: @@ -91910,8 +91961,8 @@ self: { }: mkDerivation { pname = "relational-query"; - version = "0.4.0.0"; - sha256 = "1xmbdyg2b2hdf5x0fgp64c0z1my904z8dqd65hdanj05s817gfh8"; + version = "0.4.0.1"; + sha256 = "00ysy5lg0mpv5b1vcjlfi6nx72df3iqz5nmrfsrr0k7i65xp1fzi"; buildDepends = [ array base bytestring containers dlist names-th persistable-record sql-words template-haskell text time time-locale-compat @@ -92181,7 +92232,7 @@ self: { homepage = "https://github.com/RaphaelJ/repa-devil"; description = "Support for image reading and writing of Repa arrays using in-place FFI calls"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libdevil = null; }; "repa-examples" = callPackage ({ mkDerivation, base, llvm, QuickCheck, random, repa @@ -92657,8 +92708,8 @@ self: { }: mkDerivation { pname = "rest-core"; - version = "0.34"; - sha256 = "1w283iihlc7rb30ziqg9ygy6yf8arkxg2x9a9rm09l2liq7r4j8g"; + version = "0.34.0.1"; + sha256 = "0jy0gmz9zc9lwbmnbmdka5zasfizqddvvcp7a924papgdvslxg6i"; buildDepends = [ aeson aeson-utils base bytestring either errors fclabels hxt hxt-pickle-utils json-schema mtl multipart random rest-stringmap @@ -92706,8 +92757,8 @@ self: { }: mkDerivation { pname = "rest-gen"; - version = "0.16.1.6"; - sha256 = "0iy849j26cq7lr4x8s1nhcn9srk6cl8mfg30z7nifps6jsj84pbw"; + version = "0.16.1.7"; + sha256 = "0hp76x7j3mp4hdhqcxbxyq6c3q4gmqph6r5c2xazqsqn8v4dzmw4"; buildDepends = [ aeson base blaze-html Cabal code-builder directory fclabels filepath hashable haskell-src-exts hslogger HStringTemplate hxt @@ -92759,9 +92810,8 @@ self: { }: mkDerivation { pname = "rest-stringmap"; - version = "0.2.0.2"; - sha256 = "0nzkc09679c2mz3amh1avk2kfjpqbhbxsr0r9zvgcs71gqkal2mz"; - editedCabalFile = "6bd88422dfcf66c00cb2aa8079ffae04b6540f9054963b26a82dd86b1ce93b13"; + version = "0.2.0.3"; + sha256 = "1xy3nnq5ryk78kbcidxk8gqwmnrlvzs1gzpbfm28xyv9awgahk6m"; buildDepends = [ aeson base containers hashable hxt json-schema tagged text tostring unordered-containers @@ -94370,7 +94420,7 @@ self: { extraLibraries = [ libsodium ]; description = "Cryptography that's easy to digest (NaCl/libsodium bindings)"; license = stdenv.lib.licenses.mit; - }) {}; + }) { libsodium = null; }; "salvia" = callPackage ({ mkDerivation, base, bytestring, containers, directory, fclabels @@ -95557,7 +95607,7 @@ self: { pkgconfigDepends = [ SDL2 ]; description = "Low-level bindings to SDL2"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { SDL2 = null; }; "sdl2-image" = callPackage ({ mkDerivation, base, sdl2, SDL2, SDL2_image }: @@ -95570,7 +95620,7 @@ self: { pkgconfigDepends = [ SDL2 SDL2_image ]; description = "Haskell binding to sdl2-image"; license = stdenv.lib.licenses.mit; - }) {}; + }) { SDL2 = null; SDL2_image = null; }; "sdl2-ttf" = callPackage ({ mkDerivation, base, sdl2, SDL2, SDL2_ttf }: @@ -95584,7 +95634,7 @@ self: { extraLibraries = [ SDL2 SDL2_ttf ]; description = "Binding to libSDL2-ttf"; license = stdenv.lib.licenses.mit; - }) { SDL2_ttf = null; }; + }) { SDL2 = null; SDL2_ttf = null; }; "seacat" = callPackage ({ mkDerivation, base, blaze-builder, blaze-html, bytestring @@ -96705,7 +96755,7 @@ self: { homepage = "http://patch-tag.com/r/shahn/sfml-audio"; description = "minimal bindings to the audio module of sfml"; license = "unknown"; - }) {}; + }) { libsndfile = null; openal = null; }; "sfmt" = callPackage ({ mkDerivation, base, bytestring, entropy, primitive }: @@ -98230,7 +98280,7 @@ self: { homepage = "http://sigkill.dk/programs/sindre"; description = "A programming language for simple GUIs"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libXft = null; }; "singletons" = callPackage ({ mkDerivation, base, Cabal, constraints, containers, filepath @@ -98461,9 +98511,8 @@ self: { }: mkDerivation { pname = "slack-api"; - version = "0.2"; - sha256 = "0gw6x57nnc16fm963l8z96cm4xapr4nbbmrbpx73k928a07fdq8j"; - editedCabalFile = "a501ef5c55a25d5621756c4875724169bab9b36eef3892d5022cf5d73d858cfa"; + version = "0.2.1"; + sha256 = "1k6p60gb13g09y6isr1r90zw548vs4y1fz34amfhdx79g9zm30hy"; buildDepends = [ aeson base bytestring containers errors HsOpenSSL io-streams lens lens-aeson monad-loops mtl network openssl-streams text time @@ -98538,8 +98587,8 @@ self: { }: mkDerivation { pname = "sloane"; - version = "2.0.2"; - sha256 = "0m949pk5jcbwimr64qsfxm3wxvbnas49y80pf3d3c03pxl0af6p7"; + version = "2.0.3"; + sha256 = "1fglx4nl8cpjs1h1cpiyg54rdrcrj8si4fayhj2c6ijksq26pfn3"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -100721,7 +100770,7 @@ self: { homepage = "http://github.com/Tener/spike"; description = "Experimental web browser"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libsoup = null; }; "spine" = callPackage ({ mkDerivation, base }: @@ -102861,7 +102910,7 @@ self: { homepage = "https://github.com/chrisdone/structured-haskell-mode"; description = "Structured editing Emacs mode for Haskell"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { emacs = null; }; "structured-mongoDB" = callPackage ({ mkDerivation, array, base, bson, bytestring, compact-string-fix @@ -103291,7 +103340,7 @@ self: { homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the libsvg-cairo library"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { librsvg = null; }; "svgutils" = callPackage ({ mkDerivation, base, filepath, xml }: @@ -103397,7 +103446,7 @@ self: { homepage = "http://github.com/roman-smrz/swapper/"; description = "Transparently swapping data from in-memory structures to disk"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { tokyocabinet = null; }; "swf" = callPackage ({ mkDerivation, base, mtl, pretty }: @@ -104190,7 +104239,7 @@ self: { homepage = "http://github.com/solidsnack/system-uuid/"; description = "Bindings to system UUID functions"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libossp_uuid = null; }; "systemd" = callPackage ({ mkDerivation, base, bytestring, network, transformers, unix }: @@ -105644,8 +105693,8 @@ self: { }: mkDerivation { pname = "test-framework"; - version = "0.8.1.0"; - sha256 = "1js7jbdw0xijpjlca3yh7mw427s3rjkymm1qi565r928pbsbdkhm"; + version = "0.8.1.1"; + sha256 = "0wxjgdvb1c4ykazw774zlx86550848wbsvgjgcrdzcgbb9m650vq"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -106131,9 +106180,8 @@ self: { }: mkDerivation { pname = "text-icu"; - version = "0.7.0.0"; - sha256 = "1fvq6qi9kvw722v2m9d40vwwa2irswfapqfjcrym9c2swdagxnry"; - editedCabalFile = "19434ecaff8ca937793656a4d0cadbe33c44debe36d05ccc06f5fc692382b81d"; + version = "0.7.0.1"; + sha256 = "0y3z5jda7v2iyll2148ivxfd2yhp27d3ryxrspp0cdq394klqxp2"; buildDepends = [ base bytestring deepseq text ]; testDepends = [ array base bytestring deepseq directory ghc-prim HUnit QuickCheck @@ -106144,7 +106192,7 @@ self: { homepage = "https://github.com/bos/text-icu"; description = "Bindings to the ICU library"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { icu = null; }; "text-icu-translit" = callPackage ({ mkDerivation, base, icu, QuickCheck, test-framework @@ -106162,7 +106210,7 @@ self: { extraLibraries = [ icu ]; description = "ICU transliteration"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { icu = null; }; "text-json-qq" = callPackage ({ mkDerivation, base, haskell-src-meta, json, json-qq, parsec @@ -106279,6 +106327,20 @@ self: { license = stdenv.lib.licenses.bsd3; }) {}; + "text-regex-replace" = callPackage + ({ mkDerivation, attoparsec, base, hspec, QuickCheck, smallcheck + , text, text-icu + }: + mkDerivation { + pname = "text-regex-replace"; + version = "0.1.0.0"; + sha256 = "1f5rqyf3i6ppraic97cla6z7cxyp7ign8x929qaicncccx7nrwx5"; + buildDepends = [ attoparsec base text text-icu ]; + testDepends = [ base hspec QuickCheck smallcheck text text-icu ]; + description = "Easy replacement when using text-icu regexes"; + license = stdenv.lib.licenses.asl20; + }) {}; + "text-register-machine" = callPackage ({ mkDerivation, base, containers, mtl, vector }: mkDerivation { @@ -108067,7 +108129,7 @@ self: { homepage = "http://tom-lpsd.github.com/tokyocabinet-haskell/"; description = "Haskell binding of Tokyo Cabinet"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { tokyocabinet = null; }; "tokyotyrant-haskell" = callPackage ({ mkDerivation, base, bytestring, mtl, tokyocabinet, tokyotyrant @@ -108081,7 +108143,7 @@ self: { homepage = "http://www.polarmobile.com/"; description = "FFI bindings to libtokyotyrant"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { tokyocabinet = null; tokyotyrant = null; }; "tomato-rubato-openal" = callPackage ({ mkDerivation, base, OpenAL, stm, vector }: @@ -108431,6 +108493,7 @@ self: { pname = "transformers-base"; version = "0.4.3"; sha256 = "0bklr7piiipnh99jnqx262pdyb9hzk852d6hzk5sqppvz5ndcf4y"; + editedCabalFile = "48e267c7ce3e0cbc1493d5d7dc3fd7301ae42d229857fd21240a3b915665545e"; buildDepends = [ base stm transformers ]; configureFlags = [ "-forphaninstances" ]; homepage = "https://github.com/mvv/transformers-base"; @@ -110136,7 +110199,7 @@ self: { configureFlags = [ "-f-bytestring_in_base" ]; description = "String encoding conversion with ICU"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { icu = null; }; "udbus" = callPackage ({ mkDerivation, base, binary, bytestring, cereal, containers @@ -110636,7 +110699,7 @@ self: { homepage = "http://sloompie.reinier.de/unicode-normalization/"; description = "Unicode normalization using the ICU library"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { icu = null; }; "unicode-prelude" = callPackage ({ mkDerivation, base }: @@ -113031,8 +113094,8 @@ self: { ({ mkDerivation, base, contravariant, transformers, vinyl }: mkDerivation { pname = "vinyl-utils"; - version = "0.0.0.0"; - sha256 = "18qpv27rg62fj3qg2a0r9k0jj4qsv7cjfd7xhgqzb33vg621c45x"; + version = "0.1.0.0"; + sha256 = "1ma1x4zqhf1p083rajxchilam60xpmhq77phmb2xmwsxbrfa3g2i"; buildDepends = [ base contravariant transformers vinyl ]; homepage = "http://hub.darcs.net/mjm/vinyl-utils"; description = "Utilities for vinyl"; @@ -113567,7 +113630,7 @@ self: { homepage = "http://www.yesodweb.com/book/web-application-interface"; description = "Wai handler to fastcgi"; license = stdenv.lib.licenses.mit; - }) {}; + }) { fcgi = null; }; "wai-handler-launch" = callPackage ({ mkDerivation, base, blaze-builder, bytestring, http-types @@ -115715,7 +115778,7 @@ self: { homepage = "http://haskell.org/haskellwiki/WxHaskell"; description = "wxHaskell C++ wrapper"; license = "unknown"; - }) {}; + }) { libX11 = null; mesa = null; wxGTK = null; }; "wxcore" = callPackage ({ mkDerivation, array, base, bytestring, containers, directory @@ -115734,7 +115797,7 @@ self: { homepage = "http://haskell.org/haskellwiki/WxHaskell"; description = "wxHaskell core"; license = "unknown"; - }) {}; + }) { libX11 = null; mesa = null; wxGTK = null; }; "wxdirect" = callPackage ({ mkDerivation, base, containers, directory, filepath, parsec @@ -115865,7 +115928,7 @@ self: { homepage = "http://redmine.iportnov.ru/projects/x11-xinput"; description = "Haskell FFI bindings for X11 XInput library (-lXi)"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libXi = null; }; "x509" = callPackage ({ mkDerivation, asn1-encoding, asn1-parse, asn1-types, base @@ -115985,7 +116048,7 @@ self: { extraLibraries = [ attr ]; description = "Haskell extended file attributes interface"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { attr = null; }; "xbattbar" = callPackage ({ mkDerivation, base, old-time, select, X11 }: @@ -116857,7 +116920,7 @@ self: { homepage = "http://xmobar.org"; description = "A Minimalistic Text Based Status Bar"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libXpm = null; libXrandr = null; wirelesstools = null; }; "xmonad" = callPackage ({ mkDerivation, base, containers, directory, extensible-exceptions @@ -117256,7 +117319,7 @@ self: { extraLibraries = [ libXtst ]; description = "Thin FFI bindings to X11 XTest library"; license = stdenv.lib.licenses.bsd3; - }) {}; + }) { libXtst = null; }; "xturtle" = callPackage ({ mkDerivation, base, convertible, Imlib, setlocale, X11, X11-xft @@ -117645,7 +117708,7 @@ self: { extraLibraries = [ libdevil ]; description = "Image IO for Yarr library"; license = stdenv.lib.licenses.mit; - }) {}; + }) { libdevil = null; }; "yavie" = callPackage ({ mkDerivation, base, Cabal, directory, event-driven, filepath @@ -117768,8 +117831,8 @@ self: { }: mkDerivation { pname = "yesod-auth"; - version = "1.4.1.2"; - sha256 = "1islvp3dxfa6xmgm96hqa06vxrjhg98hd014rvbyqsx1gkn7xkq5"; + version = "1.4.1.3"; + sha256 = "0d1mg75717zplkb7psd8mas5vyy02w1d32h9xryvpc0qhmawwdcx"; buildDepends = [ aeson authenticate base base16-bytestring base64-bytestring binary blaze-builder blaze-html blaze-markup byteable bytestring conduit @@ -119166,7 +119229,8 @@ self: { homepage = "http://code.haskell.org/~dons/code/yices-painless"; description = "An embedded language for programming the Yices SMT solver"; license = stdenv.lib.licenses.bsd3; - }) { inherit (pkgs) yices; }; + }) { inherit (pkgs) yices; + gmp = null; }; "yjftp" = callPackage ({ mkDerivation, base, directory, ftphs, haskeline, hsConfigure @@ -119740,13 +119804,13 @@ self: { }) {}; "zlib-lens" = callPackage - ({ mkDerivation, base, bytestring, lens, zlib }: + ({ mkDerivation, base, bytestring, profunctors, zlib }: mkDerivation { pname = "zlib-lens"; - version = "0.1"; - sha256 = "1sdvdfw2kimi7pxmv4xdha9q19sglfhaxacypfz3za1rajk0bfzx"; - buildDepends = [ base bytestring lens zlib ]; - homepage = "lens.github.io"; + version = "0.1.1.1"; + sha256 = "1j37ic4v4q1wwysm4gf41f5bxd8ywr4qnqpxscigm0ghbwfs7f1z"; + buildDepends = [ base bytestring profunctors zlib ]; + homepage = "http://lens.github.io/"; description = "Lenses for zlib"; license = stdenv.lib.licenses.bsd3; }) {};