diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 595ca45aaf8c..ac273334c7f6 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; - }) { db = null; dbxml = null; xerces-c = null; xqilla = null; }; + }) { dbxml = null; xerces-c = null; xqilla = null; }; "BerlekampAlgorithm" = callPackage ({ mkDerivation, base, besout }: @@ -2101,10 +2101,12 @@ self: { }: mkDerivation { pname = "ChasingBottoms"; - version = "1.3.0.10"; - sha256 = "1k67d22fwrb9whd26xvqd0hgq765cic5hkvq920525vpmcndvkck"; - buildDepends = [ base containers mtl QuickCheck random syb ]; - testDepends = [ array base containers mtl QuickCheck random syb ]; + version = "1.3.0.9"; + sha256 = "14nxahs53j2bnqdyl331k76kmmisv78g7c29w9vq9c7r8ygrpnqc"; + isLibrary = true; + isExecutable = true; + buildDepends = [ array base containers mtl QuickCheck random syb ]; + configureFlags = [ "-f-build-tests" ]; description = "For testing partial and infinite values"; license = stdenv.lib.licenses.mit; }) {}; @@ -2263,7 +2265,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 @@ -2979,8 +2981,8 @@ self: { }: mkDerivation { pname = "Deadpan-DDP"; - version = "0.8.0.0"; - sha256 = "07hfjwpv792cdpdczf09z5k8jgyhf9ma9gpap4k217jgswpbj5kn"; + version = "0.7.0.0"; + sha256 = "12y1kr2qkw6j3y1rbqh9xmaxy266h3bkfc0hjwvjwd3agzwkj4zf"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -3437,7 +3439,7 @@ self: { extraLibraries = [ openssl ]; description = "Cryptographic operations"; license = "GPL"; - }) { openssl = null; }; + }) {}; "Dust-tools" = callPackage ({ mkDerivation, base, binary, bytestring, cereal, containers, csv @@ -3765,7 +3767,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 @@ -3830,7 +3832,7 @@ self: { homepage = "http://etherbunny.anytini.com/"; description = "A network analysis toolkit for Haskell"; license = "GPL"; - }) { libpcap = null; }; + }) {}; "EuroIT" = callPackage ({ mkDerivation, base }: @@ -3949,7 +3951,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 @@ -3965,7 +3967,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 @@ -4445,7 +4447,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 }: @@ -4458,7 +4460,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 @@ -4513,7 +4515,7 @@ self: { extraLibraries = [ libX11 mesa rt ]; description = "Open OpenGL context windows in X11 with libX11"; license = stdenv.lib.licenses.bsd3; - }) { libX11 = null; mesa = null; rt = null; }; + }) { rt = null; }; "GLMatrix" = callPackage ({ mkDerivation, base, OpenGLRaw }: @@ -4539,7 +4541,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 @@ -4555,8 +4557,7 @@ 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 @@ -5431,7 +5432,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 @@ -5452,7 +5453,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 }: @@ -5508,7 +5509,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 }: @@ -5519,7 +5520,7 @@ self: { buildDepends = [ base ]; extraLibraries = [ mpfr ]; license = stdenv.lib.licenses.bsd3; - }) { mpfr = null; }; + }) {}; "HFuse" = callPackage ({ mkDerivation, base, bytestring, fuse, unix }: @@ -5538,7 +5539,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 }: @@ -5689,7 +5690,7 @@ self: { homepage = "http://www.hgamer3d.org"; description = "Enet Binding for HGamer3D"; license = "unknown"; - }) { enet = null; hg3denet050 = null; }; + }) { hg3denet050 = null; }; "HGamer3D-GUI" = callPackage ({ mkDerivation, base, HGamer3D-CEGUI-Binding, HGamer3D-Data @@ -5811,7 +5812,7 @@ self: { homepage = "http://www.hgamer3d.org"; description = "SDL2 Binding for HGamer3D"; license = "unknown"; - }) { SDL2 = null; hg3dsdl2050 = null; libX11 = null; }; + }) { hg3dsdl2050 = null; }; "HGamer3D-SFML-Binding" = callPackage ({ mkDerivation, base, hg3dsfml050, HGamer3D-Data, sfml-audio @@ -6029,7 +6030,7 @@ self: { buildTools = [ diffutils ]; description = "Heterogeneous lists"; license = stdenv.lib.licenses.mit; - }) { diffutils = null; }; + }) {}; "HListPP" = callPackage ({ mkDerivation, applicative-quoters, base, regex-applicative }: @@ -6111,7 +6112,7 @@ self: { extraLibraries = [ ode ]; description = "Binding to libODE"; license = stdenv.lib.licenses.bsd3; - }) { ode = null; }; + }) {}; "HOpenCV" = callPackage ({ mkDerivation, allocated-processor, base, opencv, vector-space }: @@ -6125,7 +6126,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 @@ -6424,17 +6425,18 @@ self: { "HStringTemplate" = callPackage ({ mkDerivation, array, base, blaze-builder, bytestring, containers - , deepseq, directory, filepath, mtl, parsec, pretty, syb - , template-haskell, text, time, utf8-string, void + , deepseq, directory, filepath, mtl, old-locale, old-time, parsec + , pretty, syb, template-haskell, text, time, utf8-string, void }: mkDerivation { pname = "HStringTemplate"; - version = "0.8"; - sha256 = "07wgnkv2ga0h277fr8z18lsvbrhww5bv5s4av6nzl4x4984x0b8y"; + version = "0.7.3"; + sha256 = "1gw4v16nk0878qplcx6by2bl4280lwyn9a252p6ldaqlbk9vygw8"; + editedCabalFile = "ece4d19b1b67b3fe543c1db710d3322e67f46c041fcd072d5870d47f89afb027"; buildDepends = [ array base blaze-builder bytestring containers deepseq directory - filepath mtl parsec pretty syb template-haskell text time - utf8-string void + filepath mtl old-locale old-time parsec pretty syb template-haskell + text time utf8-string void ]; description = "StringTemplate implementation in Haskell"; license = stdenv.lib.licenses.bsd3; @@ -7563,7 +7565,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 }: @@ -10205,7 +10207,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 }: @@ -10260,7 +10262,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 }: @@ -10287,7 +10289,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 }: @@ -10660,7 +10662,7 @@ self: { extraLibraries = [ libxml2 ]; description = "Relational optimiser and code generator"; license = stdenv.lib.licenses.bsd3; - }) { libxml2 = null; }; + }) {}; "Peano" = callPackage ({ mkDerivation, base }: @@ -10858,7 +10860,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 }: @@ -11776,7 +11778,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 }: @@ -11788,7 +11790,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 }: @@ -11800,7 +11802,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 }: @@ -11812,7 +11814,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 }: @@ -12088,7 +12090,6 @@ self: { pname = "SafeSemaphore"; version = "0.10.1"; sha256 = "0rpg9j6fy70i0b9dkrip9d6wim0nac0snp7qzbhykjkqlcvvgr91"; - editedCabalFile = "1b168ec8de4b3958df15b33ba9ab60d8a651d9dd4ea36891d4c31ae81e7ec1cc"; buildDepends = [ base containers stm ]; testDepends = [ base HUnit ]; homepage = "https://github.com/ChrisKuklewicz/SafeSemaphore"; @@ -12108,8 +12109,7 @@ self: { homepage = "http://haskell.org/haskellwiki/Salsa"; description = "A .NET Bridge for Haskell"; license = stdenv.lib.licenses.bsd3; - }) { inherit (pkgs) glib; - mono = null; }; + }) { inherit (pkgs) glib; }; "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,8 +14065,7 @@ 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 }: @@ -14078,7 +14077,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 }: @@ -14130,8 +14129,7 @@ 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 }: @@ -14167,7 +14165,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 }: @@ -14568,7 +14566,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 }: @@ -16193,7 +16191,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 @@ -16315,20 +16313,6 @@ 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 { @@ -16454,7 +16438,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 }: @@ -16468,7 +16452,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 @@ -16504,7 +16488,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 }: @@ -16518,7 +16502,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 @@ -16541,7 +16525,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 }: @@ -16576,7 +16560,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 }: @@ -17746,7 +17730,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 @@ -18323,7 +18307,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 @@ -21133,7 +21117,7 @@ self: { extraLibraries = [ db ]; description = "Pretty BerkeleyDB v4 binding"; license = stdenv.lib.licenses.bsd3; - }) { db = null; }; + }) {}; "berp" = callPackage ({ mkDerivation, array, base, containers, directory @@ -21517,8 +21501,8 @@ self: { }: mkDerivation { pname = "binary-bits"; - version = "0.5"; - sha256 = "1577bd5q4lhw024v4hfil10iyx7v4cf72ldhxb8xhm27i80lllqn"; + version = "0.3"; + sha256 = "0hddr2v2x8ha540vqi21k0vrvfa69qvlvgjs9rrl98qygzrqc7nc"; buildDepends = [ base binary bytestring ]; testDepends = [ base binary bytestring QuickCheck random test-framework @@ -21869,8 +21853,7 @@ 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 }: @@ -21922,7 +21905,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 @@ -22006,7 +21989,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 }: @@ -22081,7 +22064,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 }: @@ -22093,7 +22076,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 }: @@ -22105,7 +22088,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 }: @@ -22121,7 +22104,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 }: @@ -22160,7 +22143,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 }: @@ -22184,7 +22167,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 }: @@ -22224,7 +22207,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 }: @@ -22251,7 +22234,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 }: @@ -22396,7 +22379,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 }: @@ -22483,8 +22466,7 @@ self: { configureFlags = [ "-fyices-dynamic" ]; description = "Bindings to the Yices theorem prover"; license = stdenv.lib.licenses.publicDomain; - }) { inherit (pkgs) yices; - gmp = null; }; + }) { inherit (pkgs) yices; }; "binembed" = callPackage ({ mkDerivation, base, bytestring, Cabal, containers, directory @@ -22887,7 +22869,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 @@ -24695,7 +24677,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 @@ -24718,7 +24700,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 }: @@ -24841,8 +24823,8 @@ self: { }: mkDerivation { pname = "cab"; - version = "0.2.15"; - sha256 = "0g2z9ypnkxbva2h96ihf0slwg2wz389pxr974vn69v2sblkzl9c9"; + version = "0.2.14"; + sha256 = "109rjlxsfwsqqa85a4yl5wk4bglpk0wfyp2ggnnz8ria3mhkkdpr"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -28040,7 +28022,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 @@ -28620,8 +28602,7 @@ self: { configureFlags = [ "-f-debug" ]; description = "Bindings to the Clutter animation library"; license = "LGPL"; - }) { inherit (pkgs) glib pango; - clutter = null; }; + }) { inherit (pkgs) glib pango; }; "cmaes" = callPackage ({ mkDerivation, base, doctest, doctest-prop, mtl, process, random @@ -31497,7 +31478,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 @@ -32780,7 +32761,7 @@ self: { description = "Bindings to the CUDD binary decision diagrams library"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) cudd; - dddmp = null; epd = null; mtr = null; st = null; util = null; }; + dddmp = null; epd = null; util = null; }; "cufft" = callPackage ({ mkDerivation, base, c2hs, cuda }: @@ -33783,10 +33764,9 @@ self: { ({ mkDerivation, base, ghc-prim, split, template-haskell }: mkDerivation { pname = "data-filepath"; - version = "2.1.0.1"; - sha256 = "01sgv19mr7gl80jk6bd01b8l3qcq6ghpvhdbja06x7vw57b4y9dg"; + version = "2.0.0.0"; + sha256 = "0nlbg3bkkbcbxs8yx81rizzvg4dm1i83ly4n8c182947zd6i44n1"; 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; }) {}; @@ -35615,8 +35595,8 @@ self: { }: mkDerivation { pname = "derive"; - version = "2.5.19"; - sha256 = "092n1893azx0sxby518qg49xl5ixq1gpldb9ndl077nc9kam4jjs"; + version = "2.5.18"; + sha256 = "1jqng8v1d4rac8xmrpm7h1pkyr9pfwsbb0ap6pnwzpwz9fns9c3k"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -39001,21 +38981,6 @@ 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 @@ -39359,8 +39324,8 @@ self: { }: mkDerivation { pname = "ekg-rrd"; - version = "0.2.1.69"; - sha256 = "172p0whjyql5in94rcpr6h13zilhd84qp54z8qvk23kg5jqaf43r"; + version = "0.2.1.65"; + sha256 = "0f5m4z6j7ck3kvhg5gg4r4p06ckk71aacwih131br4sz4gfsrr1n"; buildDepends = [ base directory ekg-core mtl process text time unordered-containers ]; @@ -39489,8 +39454,8 @@ self: { }: mkDerivation { pname = "elm-compiler"; - version = "0.14.1"; - sha256 = "0my04mipgia5qw02nzzrzc4kq3vl7bv75rzrsmd2bdb2wll1k94f"; + version = "0.14"; + sha256 = "1vgbs3navs6dr36k408kc83gkn2ndhmc0b1015zk3jb0wkmvm73y"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -39557,8 +39522,8 @@ self: { }: mkDerivation { pname = "elm-make"; - version = "0.1.1"; - sha256 = "02mqr6v146piwrhycnmlxnky5bmsl7ap7781qmcwkfmc89wfa4zl"; + version = "0.1"; + sha256 = "1hrc8bzfqzrcmkzqcampxkn5m113blfp4095h6c2xnadiicbvwdy"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -39580,8 +39545,8 @@ self: { }: mkDerivation { pname = "elm-package"; - version = "0.4"; - sha256 = "0vsq87imyvs1sa2n4z41b6qswy2cknxsg4prhwc9r7lvyljkmn03"; + version = "0.2.2"; + sha256 = "0hkcy1mix2rng2k2zhzgb16nd0asfj9rm9ya2by67vjysiz8cmnr"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -39604,8 +39569,8 @@ self: { }: mkDerivation { pname = "elm-reactor"; - version = "0.3"; - sha256 = "196xm10x7vi82xmq97ykffkz5j9pclq7qsasispdv3hrhpircv8z"; + version = "0.2.0.1"; + sha256 = "1qnrxr3wayhw92w6lghchz8avxbxg00w7p6d1vs7mq9q56876jgj"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -40181,7 +40146,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 }: @@ -41432,8 +41397,9 @@ self: { }: mkDerivation { pname = "extra"; - version = "1.0.1"; - sha256 = "1nmcgi24b3n0bqiychx96zf07vjy4129f9qpwh57ir90bmsixij6"; + version = "1.0"; + sha256 = "0ainwq8f2mp1wc30srl971xy4qnrcyrcyig1kmrxx951hgav1dkb"; + editedCabalFile = "9deb6a3e50c063fb2c10b17371b99c48d7ebfa50ed3129476b3cbe7e5dc57918"; buildDepends = [ base directory filepath process time unix ]; testDepends = [ base directory filepath QuickCheck time unix ]; homepage = "https://github.com/ndmitchell/extra#readme"; @@ -41748,7 +41714,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 @@ -42863,7 +42829,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 @@ -43785,8 +43751,8 @@ self: { }: mkDerivation { pname = "formatting"; - version = "6.1.1"; - sha256 = "0x435g148yac4jy4p7k5s3lwm6c48mvizh76ssgj7hmd0gd7bvyz"; + version = "6.1.0"; + sha256 = "1yb0lm2h1jbjfm6pkgf696bvi7hl9bcy5km1v9x2fnj41vziw0kn"; buildDepends = [ base clock old-locale scientific text text-format time ]; @@ -44374,7 +44340,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 @@ -45105,7 +45071,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 @@ -45122,9 +45088,7 @@ 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; - expat = null; fontconfig = null; freetype = null; libjpeg = null; - libpng = null; }; + }) { inherit (pkgs) gd zlib; }; "gdiff" = callPackage ({ mkDerivation, base }: @@ -46019,7 +45983,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 @@ -46442,7 +46406,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 @@ -46553,9 +46517,7 @@ 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 @@ -46827,7 +46789,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 @@ -47115,7 +47077,7 @@ self: { ]; description = "Complete OpenGL raw bindings"; license = stdenv.lib.licenses.bsd3; - }) { mesa = null; }; + }) {}; "gl-capture" = callPackage ({ mkDerivation, base, bytestring, OpenGL }: @@ -47140,7 +47102,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 }: @@ -47468,7 +47430,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 }: @@ -47539,7 +47501,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 @@ -47555,7 +47517,7 @@ self: { homepage = "http://www.haskell.org/gtk2hs/"; description = "Binding to the GNOME Virtual File System library"; license = "GPL"; - }) { gnome_vfs = null; gnome_vfs_module = null; }; + }) { gnome_vfs_module = null; }; "gnuidn" = callPackage ({ mkDerivation, base, bytestring, c2hs, libidn, text }: @@ -47570,7 +47532,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 @@ -49047,8 +49009,7 @@ 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; - x11 = null; }; + }) { inherit (pkgs) gtk; }; "gtk2hs-buildtools" = callPackage ({ mkDerivation, alex, array, base, containers, directory, filepath @@ -49250,8 +49211,7 @@ self: { homepage = "http://projects.haskell.org/gtk2hs/"; description = "Binding to the GTK+ OpenGL Extension"; license = stdenv.lib.licenses.lgpl21; - }) { inherit (pkgs) gtkglext; - pangox_compat = null; }; + }) { inherit (pkgs) gtkglext; }; "gtkimageview" = callPackage ({ mkDerivation, array, base, containers, glib, gtk @@ -49301,7 +49261,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 @@ -49317,7 +49277,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 }: @@ -49466,7 +49426,7 @@ self: { description = "An FFI binding to the CUDD library"; license = "LGPL"; }) { inherit (pkgs) cudd; - epd = null; mtr = null; st = null; util = null; }; + epd = null; util = null; }; "hCsound" = callPackage ({ mkDerivation, base, c2hs, csound64, libsndfile, monads-tf @@ -49482,7 +49442,7 @@ self: { configureFlags = [ "-fuseframework" "-fusedouble" "-fsplitbase" ]; description = "interface to CSound API"; license = "LGPL"; - }) { csound64 = null; libsndfile = null; }; + }) { csound64 = null; }; "hDFA" = callPackage ({ mkDerivation, base, containers, directory, process }: @@ -49900,7 +49860,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 @@ -50844,8 +50804,8 @@ self: { }: mkDerivation { pname = "hakyll"; - version = "4.6.4.0"; - sha256 = "0jj1kl9qrv38aavc25cglw90dpaqjznnnvibx9xrni57cj12y95j"; + version = "4.6.3.0"; + sha256 = "0mprx68qc9ig1b2wxzg2vk4nyc0bdcxibadrxl4ikhs7bn997sds"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -51384,8 +51344,8 @@ self: { }: mkDerivation { pname = "happstack-authenticate"; - version = "0.10.16"; - sha256 = "15r725mmfln8hhk13ypg497xy4x88cxyd4gqmgfg6dpmrmgvdvgw"; + version = "0.10.15"; + sha256 = "0l52bw2cg33sz45bzinqlb98hi1lnby6r9i45wlf3w4rlk9vcasw"; buildDepends = [ acid-state aeson authenticate base blaze-html bytestring containers fb happstack-server http-conduit http-types ixset mtl @@ -51782,7 +51742,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 @@ -51883,7 +51843,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 @@ -51965,8 +51925,7 @@ self: { homepage = "http://www.davidb.org/darcs/harchive/"; description = "Networked content addressed backup and restore software"; license = "GPL"; - }) { inherit (pkgs) sqlite; - openssl = null; }; + }) { inherit (pkgs) sqlite; }; "hark" = callPackage ({ mkDerivation, base, bytestring, directory, filepath, haskell98 @@ -52271,8 +52230,8 @@ self: { ({ mkDerivation, base, ghc-prim, hashable, primitive, vector }: mkDerivation { pname = "hashtables"; - version = "1.2.0.2"; - sha256 = "0dqq5ssgkqzplqf5dmc4l8cj28j5py7i6n6a069qn4cibvxfjaq1"; + version = "1.2.0.1"; + sha256 = "1z7hkd1lqb901i3wahg4ly8k0xrsv8292rkm3b7s463bf477179j"; buildDepends = [ base ghc-prim hashable primitive vector ]; configureFlags = [ "-f-portable" "-f-sse42" "-f-debug" "-f-bounds-checking" @@ -52889,8 +52848,8 @@ self: { }: mkDerivation { pname = "haskell-packages"; - version = "0.2.4.4"; - sha256 = "1n4il9vkszr48n0zg3kccyqa744p0cc6idamdk6xb6hj0flpqzzc"; + version = "0.2.4.3"; + sha256 = "0s1z5zzl53nmjnrlf1czri634h8fksbgkqvvz8hpwa60wsaf4dxn"; buildDepends = [ aeson base bytestring Cabal containers deepseq directory filepath haskell-src-exts hse-cpp mtl optparse-applicative tagged @@ -52978,7 +52937,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 @@ -53431,7 +53390,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 @@ -54090,7 +54049,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 @@ -54239,8 +54198,8 @@ self: { }: mkDerivation { pname = "haste-compiler"; - version = "0.4.4"; - sha256 = "1cjjp6p56r21dh6b0pvy0sffrccgxiszdfnp5kjhwac77wlc2dfd"; + version = "0.4.3"; + sha256 = "1wkb6a1jwmpjr0jlz5fjq652jz6a6agg0a5pfazyfpdznvd4mm62"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -54250,9 +54209,7 @@ self: { random shellmate system-fileio tar transformers utf8-string websockets ]; - configureFlags = [ - "-fportable" "-f-only-library" "-f-static" "-fportable" - ]; + configureFlags = [ "-fportable" "-fportable" ]; homepage = "http://haste-lang.org/"; description = "Haskell To ECMAScript compiler"; license = stdenv.lib.licenses.bsd3; @@ -54641,8 +54598,7 @@ self: { homepage = "http://www.dockerz.net/software/hbeat.html"; description = "A simple step sequencer GUI"; license = stdenv.lib.licenses.bsd3; - }) { inherit (pkgs) SDL; - SDL_mixer = null; }; + }) { inherit (pkgs) SDL; }; "hblas" = callPackage ({ mkDerivation, base, blas, HUnit, lapack, primitive @@ -56466,8 +56422,8 @@ self: { }: mkDerivation { pname = "hi"; - version = "1.1.0.1"; - sha256 = "1gyykmwkf3ws0ywwyppf4hxhll2phhzzc6c6lfgy6ld35pf08aca"; + version = "1.0.0.0"; + sha256 = "1ra83p6jv2wsyqi66vznghj67r4jssvkz1l6cl78dp8w2zz0nz41"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -57371,7 +57327,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 @@ -57458,14 +57414,14 @@ self: { }) {}; "hledger-interest" = callPackage - ({ mkDerivation, base, Cabal, Decimal, hledger-lib, mtl, time }: + ({ mkDerivation, base, Cabal, hledger-lib, mtl, time }: mkDerivation { pname = "hledger-interest"; - version = "1.4.4"; - sha256 = "16knk1cwrpg5jn6vgcab7hqpjzg33ysz57x1f2glrmhhv1slmbfn"; + version = "1.4.3"; + sha256 = "1nj50zi4p6rs0nl4656rr0vkbh7kdi49z1l53nypfqs3rmjgicsn"; isLibrary = false; isExecutable = true; - buildDepends = [ base Cabal Decimal hledger-lib mtl time ]; + buildDepends = [ base Cabal hledger-lib mtl time ]; homepage = "http://github.com/peti/hledger-interest"; description = "computes interest for a given account"; license = stdenv.lib.licenses.bsd3; @@ -57583,7 +57539,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 }: @@ -57596,7 +57552,7 @@ self: { extraLibraries = [ openssl ]; description = "Low-level bindings to libgit2"; license = stdenv.lib.licenses.mit; - }) { git = null; openssl = null; }; + }) { git = null; }; "hlint" = callPackage ({ mkDerivation, ansi-terminal, base, cmdargs, containers, cpphs @@ -57605,8 +57561,8 @@ self: { }: mkDerivation { pname = "hlint"; - version = "1.9.16"; - sha256 = "11ykjslyr8sgpa1jpnv3vdzz0nxyrxw3mzcsdbidgzw7aphpzcb3"; + version = "1.9.15"; + sha256 = "0fn01rhymj9hy7pglrjkgs4cz8xsllmc2zdnjrb6n6k27644irdw"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -57719,8 +57675,7 @@ self: { homepage = "https://github.com/albertoruiz/hmatrix"; description = "Numeric Linear Algebra"; license = stdenv.lib.licenses.bsd3; - }) { inherit (pkgs) blas; - liblapack = null; }; + }) { inherit (pkgs) blas; }; "hmatrix-banded" = callPackage ({ mkDerivation, base, hmatrix, lapack, transformers }: @@ -57759,7 +57714,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 @@ -57773,7 +57728,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 }: @@ -57851,7 +57806,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 @@ -58049,7 +58004,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 @@ -58187,8 +58142,8 @@ self: { }: mkDerivation { pname = "hoauth2"; - version = "0.4.4"; - sha256 = "0y48bxw9b798craljnwhbbpkl53mzh25wdkm0vsp6lpd1rdi0dlc"; + version = "0.4.3"; + sha256 = "1qmhk9h3rwp29dsjqbgsma4zgzdd6cw1jcryzd17rk32biiiylvg"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -58625,7 +58580,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 @@ -58903,7 +58858,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 @@ -59168,7 +59123,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 @@ -59458,8 +59413,8 @@ self: { }: mkDerivation { pname = "hpqtypes"; - version = "1.3.0"; - sha256 = "0hv0vi3bjk1id1pxsfv5kdxky5q9lcp6bjlmhcd3ljzz78swvdmp"; + version = "1.2.5"; + sha256 = "1qscg6ibckyf64grmcjbz5q3fmk2as8ms2ywzcrz444nd70sbwx9"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -59472,7 +59427,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 @@ -59973,8 +59928,7 @@ self: { ]; extraLibraries = [ mesos protobuf ]; license = stdenv.lib.licenses.mit; - }) { inherit (pkgs) protobuf; - mesos = null; }; + }) { inherit (pkgs) protobuf; }; "hs-nombre-generator" = callPackage ({ mkDerivation, base, HandsomeSoup, hxt, random }: @@ -60856,7 +60810,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 @@ -61280,7 +61234,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 @@ -61300,9 +61254,7 @@ self: { description = "FFI bindings for the GraphicsMagick library"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) freetype2 zlib; - GraphicsMagick = null; bzip2 = null; jasper = null; lcms = null; - libjpeg = null; libpng = null; libxml2 = null; tiff = null; - wmflite = null; }; + GraphicsMagick = null; tiff = null; wmflite = null; }; "hsmtpclient" = callPackage ({ mkDerivation, array, base, directory, network, old-time }: @@ -61328,7 +61280,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 }: @@ -62027,7 +61979,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 }: @@ -62039,7 +61991,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 }: @@ -63270,7 +63222,7 @@ self: { pname = "http-streams"; version = "0.7.2.4"; sha256 = "1hs2d5qiq5vq6qjxxx061w1iigr05chkv28xvlvxfz0wc7nlipzz"; - editedCabalFile = "ba1a8d4829c9476c90135fadace2ec6eaa62539f5599c050a33936ef6d479fb1"; + editedCabalFile = "cd9bfce1014b9f9cb90918ac0187c07ac851e1d54149a453a32ffe7bd2bac522"; buildDepends = [ aeson attoparsec base base64-bytestring blaze-builder bytestring case-insensitive directory HsOpenSSL http-common io-streams mtl @@ -63511,7 +63463,7 @@ self: { extraLibraries = [ ruby ]; description = "Support library for Hubris, the Ruby <=> Haskell bridge"; license = "unknown"; - }) { ruby = null; }; + }) {}; "huffman" = callPackage ({ mkDerivation, base, containers, fingertree }: @@ -64163,8 +64115,8 @@ self: { ({ mkDerivation, base, deepseq, primitive, vector }: mkDerivation { pname = "hybrid-vectors"; - version = "0.1.2.1"; - sha256 = "0xh6yvv7jyahzrqihc13g1nlv81v0mzxvaxib5fcyr1njwbcwv59"; + version = "0.1.2"; + sha256 = "1scx1xr9rqdpxc1kj5zgf8w1ld1mj68hxr3nl1p352wspvpgd3qf"; buildDepends = [ base deepseq primitive vector ]; homepage = "http://github.com/ekmett/hybrid-vectors"; description = "Hybrid vectors e.g. Mixed Boxed/Unboxed vectors"; @@ -64777,7 +64729,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 }: @@ -66408,7 +66360,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 }: @@ -66883,8 +66835,7 @@ self: { configureFlags = [ "-f-debug" ]; description = "Enumeratees for compressing and decompressing streams"; license = stdenv.lib.licenses.bsd3; - }) { inherit (pkgs) zlib; - bzip2 = null; }; + }) { inherit (pkgs) zlib; }; "iteratee-mtl" = callPackage ({ mkDerivation, base, bytestring, containers, ListLike @@ -67252,7 +67203,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 }: @@ -67265,7 +67216,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 }: @@ -68037,7 +67988,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 @@ -69034,8 +68985,8 @@ self: { }: mkDerivation { pname = "koofr-client"; - version = "1.0.0.1"; - sha256 = "1kbdln4jyd9k9lsa4hzx5kjvjkajrf4b11fy6vj2k928gqv2vqmj"; + version = "1.0.0.0"; + sha256 = "088wppnvnap57444l80l9n9957y0vqndc66fwf4ifn0jy44f79ng"; buildDepends = [ aeson base bytestring filepath http-client http-client-tls http-types mtl @@ -71029,8 +70980,7 @@ self: { homepage = "http://github.com/kim/leveldb-haskell"; description = "Haskell bindings to LevelDB"; license = stdenv.lib.licenses.bsd3; - }) { inherit (pkgs) snappy; - leveldb = null; }; + }) { inherit (pkgs) snappy; }; "leveldb-haskell-fork" = callPackage ({ mkDerivation, async, base, bytestring, data-default, filepath @@ -71055,7 +71005,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 }: @@ -71234,7 +71184,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 }: @@ -71310,7 +71260,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 }: @@ -71534,7 +71484,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 }: @@ -71712,7 +71662,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 @@ -71742,7 +71692,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 }: @@ -72422,7 +72372,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 @@ -73992,7 +73942,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 @@ -74012,7 +73962,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 }: @@ -75146,7 +75096,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 @@ -75241,8 +75191,8 @@ self: { ({ mkDerivation, base, primitive, vector }: mkDerivation { pname = "matrices"; - version = "0.3.0"; - sha256 = "18253z4ah4yxl8di0zsngsi1dip0yd85a62k9h5ha7i9mdq7k0hi"; + version = "0.2.0"; + sha256 = "07b56hddagqm9pq22wdw6rb61gykjq1840a5mazz857d5vbbpm2z"; buildDepends = [ base primitive vector ]; description = "native matrix based on vector"; license = stdenv.lib.licenses.bsd3; @@ -75254,8 +75204,8 @@ self: { }: mkDerivation { pname = "matrix"; - version = "0.3.4.1"; - sha256 = "12fw3hi7gkilrr7rsf1rwipimv2xqxb9rkl24k3yqjy06jbimhq9"; + version = "0.3.4.0"; + sha256 = "16a633llf7nh70s92cn8i8sdish9vryy4xh62rimvmn91ivvjay1"; buildDepends = [ base deepseq loop primitive vector ]; testDepends = [ base QuickCheck tasty tasty-quickcheck ]; description = "A native implementation of matrix operations"; @@ -79007,8 +78957,8 @@ self: { }: mkDerivation { pname = "mutable-containers"; - version = "0.2.0.1"; - sha256 = "0j51v08i7i37119yl9zg8bypdap8nhh58z6rhi6rjqx1x42bz9b0"; + version = "0.2.0"; + sha256 = "1y07n8jr0m8924wyk2fy6wxmnhqkj9ay0814c562xj69imsrcmgp"; buildDepends = [ base containers ghc-prim mono-traversable primitive vector ]; @@ -79409,7 +79359,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 }: @@ -79423,7 +79373,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 @@ -81344,8 +81294,7 @@ self: { description = "Binding for notmuch MUA library"; license = "LGPL"; }) { inherit (pkgs) glib zlib; - gmime = null; notmuch = null; nsl = null; talloc = null; - xapian = null; }; + nsl = null; }; "notmuch-web" = callPackage ({ mkDerivation, aeson, attoparsec, attoparsec-conduit, base @@ -81867,7 +81816,7 @@ self: { description = "Oculus Rift ffi providing head tracking data"; license = stdenv.lib.licenses.bsd3; }) { inherit (pkgs) udev; - Xinerama = null; libX11 = null; mesa = null; ovr = null; }; + Xinerama = null; ovr = null; }; "oeis" = callPackage ({ mkDerivation, base, HTTP, HUnit, network, network-uri @@ -82236,7 +82185,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 }: @@ -84180,7 +84129,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 }: @@ -84266,7 +84215,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 }: @@ -86786,7 +86735,7 @@ self: { description = "Binding to the Poppler"; license = stdenv.lib.licenses.gpl2; }) { inherit (pkgs) cairo glib gtk pango; - gdk_pixbuf = null; popplerGlib = null; }; + popplerGlib = null; }; "populate-setup-exe-cache" = callPackage ({ mkDerivation, base }: @@ -86891,7 +86840,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 }: @@ -87055,7 +87004,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 @@ -87235,7 +87184,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 }: @@ -88287,7 +88236,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 @@ -89048,8 +88997,8 @@ self: { }: mkDerivation { pname = "purescript"; - version = "0.6.3"; - sha256 = "0hd6aslsfw2jd06wyfzi1kr86vfj91ywvgl9rv9cyawzczk7l7v4"; + version = "0.6.2"; + sha256 = "1zf2yyk3rdwk5992fhvqyd7b5w7mkzjcc0iyp75bscnjsggs31k0"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -89232,7 +89181,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 @@ -89316,7 +89265,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 @@ -89333,7 +89282,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 @@ -89398,7 +89347,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 }: @@ -90214,7 +90163,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 }: @@ -91467,7 +91416,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 }: @@ -91618,7 +91567,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 }: @@ -91961,8 +91910,8 @@ self: { }: mkDerivation { pname = "relational-query"; - version = "0.4.0.1"; - sha256 = "00ysy5lg0mpv5b1vcjlfi6nx72df3iqz5nmrfsrr0k7i65xp1fzi"; + version = "0.4.0.0"; + sha256 = "1xmbdyg2b2hdf5x0fgp64c0z1my904z8dqd65hdanj05s817gfh8"; buildDepends = [ array base bytestring containers dlist names-th persistable-record sql-words template-haskell text time time-locale-compat @@ -92232,7 +92181,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 @@ -92708,8 +92657,8 @@ self: { }: mkDerivation { pname = "rest-core"; - version = "0.34.0.1"; - sha256 = "0jy0gmz9zc9lwbmnbmdka5zasfizqddvvcp7a924papgdvslxg6i"; + version = "0.34"; + sha256 = "1w283iihlc7rb30ziqg9ygy6yf8arkxg2x9a9rm09l2liq7r4j8g"; buildDepends = [ aeson aeson-utils base bytestring either errors fclabels hxt hxt-pickle-utils json-schema mtl multipart random rest-stringmap @@ -92757,8 +92706,8 @@ self: { }: mkDerivation { pname = "rest-gen"; - version = "0.16.1.7"; - sha256 = "0hp76x7j3mp4hdhqcxbxyq6c3q4gmqph6r5c2xazqsqn8v4dzmw4"; + version = "0.16.1.6"; + sha256 = "0iy849j26cq7lr4x8s1nhcn9srk6cl8mfg30z7nifps6jsj84pbw"; buildDepends = [ aeson base blaze-html Cabal code-builder directory fclabels filepath hashable haskell-src-exts hslogger HStringTemplate hxt @@ -92810,8 +92759,9 @@ self: { }: mkDerivation { pname = "rest-stringmap"; - version = "0.2.0.3"; - sha256 = "1xy3nnq5ryk78kbcidxk8gqwmnrlvzs1gzpbfm28xyv9awgahk6m"; + version = "0.2.0.2"; + sha256 = "0nzkc09679c2mz3amh1avk2kfjpqbhbxsr0r9zvgcs71gqkal2mz"; + editedCabalFile = "6bd88422dfcf66c00cb2aa8079ffae04b6540f9054963b26a82dd86b1ce93b13"; buildDepends = [ aeson base containers hashable hxt json-schema tagged text tostring unordered-containers @@ -94420,7 +94370,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 @@ -95607,7 +95557,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 }: @@ -95620,7 +95570,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 }: @@ -95634,7 +95584,7 @@ self: { extraLibraries = [ SDL2 SDL2_ttf ]; description = "Binding to libSDL2-ttf"; license = stdenv.lib.licenses.mit; - }) { SDL2 = null; SDL2_ttf = null; }; + }) { SDL2_ttf = null; }; "seacat" = callPackage ({ mkDerivation, base, blaze-builder, blaze-html, bytestring @@ -96755,7 +96705,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 }: @@ -98280,7 +98230,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 @@ -98511,8 +98461,9 @@ self: { }: mkDerivation { pname = "slack-api"; - version = "0.2.1"; - sha256 = "1k6p60gb13g09y6isr1r90zw548vs4y1fz34amfhdx79g9zm30hy"; + version = "0.2"; + sha256 = "0gw6x57nnc16fm963l8z96cm4xapr4nbbmrbpx73k928a07fdq8j"; + editedCabalFile = "a501ef5c55a25d5621756c4875724169bab9b36eef3892d5022cf5d73d858cfa"; buildDepends = [ aeson base bytestring containers errors HsOpenSSL io-streams lens lens-aeson monad-loops mtl network openssl-streams text time @@ -98587,8 +98538,8 @@ self: { }: mkDerivation { pname = "sloane"; - version = "2.0.3"; - sha256 = "1fglx4nl8cpjs1h1cpiyg54rdrcrj8si4fayhj2c6ijksq26pfn3"; + version = "2.0.2"; + sha256 = "0m949pk5jcbwimr64qsfxm3wxvbnas49y80pf3d3c03pxl0af6p7"; isLibrary = false; isExecutable = true; buildDepends = [ @@ -100770,7 +100721,7 @@ self: { homepage = "http://github.com/Tener/spike"; description = "Experimental web browser"; license = stdenv.lib.licenses.bsd3; - }) { libsoup = null; }; + }) {}; "spine" = callPackage ({ mkDerivation, base }: @@ -102910,7 +102861,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 @@ -103340,7 +103291,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 }: @@ -103446,7 +103397,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 }: @@ -104239,7 +104190,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 }: @@ -105693,8 +105644,8 @@ self: { }: mkDerivation { pname = "test-framework"; - version = "0.8.1.1"; - sha256 = "0wxjgdvb1c4ykazw774zlx86550848wbsvgjgcrdzcgbb9m650vq"; + version = "0.8.1.0"; + sha256 = "1js7jbdw0xijpjlca3yh7mw427s3rjkymm1qi565r928pbsbdkhm"; isLibrary = true; isExecutable = true; buildDepends = [ @@ -106180,8 +106131,9 @@ self: { }: mkDerivation { pname = "text-icu"; - version = "0.7.0.1"; - sha256 = "0y3z5jda7v2iyll2148ivxfd2yhp27d3ryxrspp0cdq394klqxp2"; + version = "0.7.0.0"; + sha256 = "1fvq6qi9kvw722v2m9d40vwwa2irswfapqfjcrym9c2swdagxnry"; + editedCabalFile = "19434ecaff8ca937793656a4d0cadbe33c44debe36d05ccc06f5fc692382b81d"; buildDepends = [ base bytestring deepseq text ]; testDepends = [ array base bytestring deepseq directory ghc-prim HUnit QuickCheck @@ -106192,7 +106144,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 @@ -106210,7 +106162,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 @@ -106327,20 +106279,6 @@ 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 { @@ -108129,7 +108067,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 @@ -108143,7 +108081,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 }: @@ -108493,7 +108431,6 @@ 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"; @@ -110199,7 +110136,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 @@ -110699,7 +110636,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 }: @@ -113094,8 +113031,8 @@ self: { ({ mkDerivation, base, contravariant, transformers, vinyl }: mkDerivation { pname = "vinyl-utils"; - version = "0.1.0.0"; - sha256 = "1ma1x4zqhf1p083rajxchilam60xpmhq77phmb2xmwsxbrfa3g2i"; + version = "0.0.0.0"; + sha256 = "18qpv27rg62fj3qg2a0r9k0jj4qsv7cjfd7xhgqzb33vg621c45x"; buildDepends = [ base contravariant transformers vinyl ]; homepage = "http://hub.darcs.net/mjm/vinyl-utils"; description = "Utilities for vinyl"; @@ -113630,7 +113567,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 @@ -115778,7 +115715,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 @@ -115797,7 +115734,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 @@ -115928,7 +115865,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 @@ -116048,7 +115985,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 }: @@ -116920,7 +116857,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 @@ -117319,7 +117256,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 @@ -117708,7 +117645,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 @@ -117831,8 +117768,8 @@ self: { }: mkDerivation { pname = "yesod-auth"; - version = "1.4.1.3"; - sha256 = "0d1mg75717zplkb7psd8mas5vyy02w1d32h9xryvpc0qhmawwdcx"; + version = "1.4.1.2"; + sha256 = "1islvp3dxfa6xmgm96hqa06vxrjhg98hd014rvbyqsx1gkn7xkq5"; buildDepends = [ aeson authenticate base base16-bytestring base64-bytestring binary blaze-builder blaze-html blaze-markup byteable bytestring conduit @@ -119229,8 +119166,7 @@ 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; - gmp = null; }; + }) { inherit (pkgs) yices; }; "yjftp" = callPackage ({ mkDerivation, base, directory, ftphs, haskeline, hsConfigure @@ -119804,13 +119740,13 @@ self: { }) {}; "zlib-lens" = callPackage - ({ mkDerivation, base, bytestring, profunctors, zlib }: + ({ mkDerivation, base, bytestring, lens, zlib }: mkDerivation { pname = "zlib-lens"; - version = "0.1.1.1"; - sha256 = "1j37ic4v4q1wwysm4gf41f5bxd8ywr4qnqpxscigm0ghbwfs7f1z"; - buildDepends = [ base bytestring profunctors zlib ]; - homepage = "http://lens.github.io/"; + version = "0.1"; + sha256 = "1sdvdfw2kimi7pxmv4xdha9q19sglfhaxacypfz3za1rajk0bfzx"; + buildDepends = [ base bytestring lens zlib ]; + homepage = "lens.github.io"; description = "Lenses for zlib"; license = stdenv.lib.licenses.bsd3; }) {};