gnu: Add ghc-th-expand-syns. * gnu/packages/haskell.scm (ghc-th-expand-syns): New variable.
gnu: Add ghc-th-lift. * gnu/packages/haskell.scm (ghc-th-lift): New variable.
gnu: Add ghc-packedstring. * gnu/packages/haskell.scm (ghc-packedstring): New variable.
gnu: Add ghc-enclosed-exceptions. * gnu/packages/haskell.scm (ghc-enclosed-exceptions): New variable.
gnu: Add ghc-executable-path. * gnu/packages/haskell.scm (ghc-executable-path): New variable.
gnu: Add ghc-cmark. * gnu/packages/haskell.scm (ghc-cmark): New variable.
gnu: Add ghc-highlighting-kate. * gnu/packages/haskell.scm (ghc-highlighting-kate): New variable.
gnu: Add ghc-diff. * gnu/packages/haskell.scm (ghc-diff): Add variable.
gnu: Add ghc-regex-pcre-builtin. * gnu/packages/haskell.scm (ghc-regex-pcre-builtin): New variable.
gnu: Add ghc-texmath. * gnu/packages/haskell.scm (ghc-texmath): New variable.
gnu: Add ghc-pandoc-types. * gnu/packages/haskell.scm (ghc-pandoc-types): New variable.
gnu: Add ghc-deepseq-generics. * gnu/packages/haskell.scm (ghc-deepseq-generics): New variable.
gnu: ghc-aeson: Propagate input. * gnu/packages/haskell.scm (ghc-aeson)[inputs]: Move "ghc-unordered-containers" from here ... [propagated-inputs]: ... to here.
gnu: ghc-haskell-src-exts: Propagate some inputs. * gnu/packages/haskell.scm (ghc-haskell-src-exts)[inputs]: Remove field. [propagated-inputs]: Move "cpphs", "ghc-mtl", "ghc-happy", and "ghc-syb" from inputs field here. [native-inputs]: Move "ghc-smallcheck", "ghc-tasty", "ghc-tasty-smallcheck", and "ghc-tasty-golden" from inputs field here.
gnu: emacs-w3m: Update to 1.4.538+0.20141022. * gnu/packages/emacs.scm (emacs-w3m): Update to 1.4.538+0.20141022. [arguments]: Use '--without-compress-install' configure flag.
gnu: emacs-w3m: Use 'modify-syntax'. * gnu/packages/emacs.scm (emacs-w3m)[arguments]: Use 'modify-syntax'.
doc: rephrase code of conduct. * doc/contributing.texi (Contributing): Rephrase 'code of conduct' section. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu-maintenance: Really find the latest GNOME releases. Reported by Efraim Flashner <efraim@flashner.co.il> at <https://lists.gnu.org/archive/html/guix-devel/2015-12/msg00202.html>. * guix/gnu-maintenance.scm (latest-ftp-release): Call KEEP-FILE? on directories too. (latest-gnome-release)[even-minor-version?]: Protect again MINOR being false; change pattern to match VERSION with two or more numbers. Remove use of 'version-major+minor'. [even-numbered-tarball?]: Rename to... [even-numbered?]: ... this. Use 'package-name->name+version'. When VERSION is #f, check NAME.
build: Always check for gzip/bzip2/xz. This allows (guix config) to contain valid values of %GZIP et al. even when configured with --disable-daemon. * config-daemon.ac: Move 'AC_PATH_PROG' invocations for gzip & co. to... * configure.ac: ... here.
gnu: youtube-dl: Update to 2015.12.09. * gnu/packages/video.scm (youtube-dl): Update to 2015.12.09. [native-inputs]: Move python-setuptools here.