Age | Commit message (Collapse) | Author |
|
* gnu/packages/haskell.scm (ghc-x509): New variable.
|
|
* gnu/packages/haskell.scm (ghc-memory): New variable.
|
|
* gnu/packages/haskell.scm (ghc-cryptonite): New variable.
|
|
* gnu/packages/haskell.scm (ghc-tasty-kat): New variable.
|
|
* gnu/packages/haskell.scm (ghc-asn1-parse): New variable.
|
|
* gnu/packages/haskell.scm (ghc-asn1-encoding): New variable.
|
|
* gnu/packages/haskell.scm (ghc-asn1-types): New variable.
|
|
* gnu/packages/haskell.scm (ghc-pem): New variable.
|
|
* gnu/packages/haskell.scm (ghc-hourglass): New variable.
|
|
* gnu/packages/haskell.scm (ghc-byteable): New variable.
|
|
* gnu/packages/haskell.scm (ghc-http-client): New variable.
|
|
* gnu/packages/haskell.scm (ghc-mime-types): New variable.
|
|
* gnu/packages/haskell.scm (ghc-hslua): New variable.
|
|
* gnu/packages/haskell.scm (ghc-sha): New variable.
|
|
* gnu/packages/haskell.scm (ghc-juicypixels): New variable.
|
|
* gnu/packages/haskell.scm (ghc-mmap): New variable.
|
|
* gnu/packages/haskell.scm (ghc-filemanip): New variable.
|
|
* gnu/packages/haskell.scm (ghc-yaml): New variable.
|
|
* gnu/packages/haskell.scm (ghc-mockery): New variable.
|
|
* gnu/packages/haskell.scm (ghc-logging-facade): New variable.
|
|
* gnu/packages/haskell.scm (ghc-conduit): New variable.
|
|
* gnu/packages/haskell.scm (ghc-hspec-contrib): New variable.
|
|
* gnu/packages/haskell.scm (ghc-aeson-qq): New variable.
|
|
* gnu/packages/haskell.scm (ghc-haskell-src-meta): New variable.
|
|
* gnu/packages/haskell.scm (ghc-th-orphans): New variable.
|
|
* gnu/packages/haskell.scm (ghc-th-reify-many): New variable.
|
|
* gnu/packages/haskell.scm (ghc-th-expand-syns): New variable.
|
|
* gnu/packages/haskell.scm (ghc-th-lift): New variable.
|
|
* gnu/packages/haskell.scm (ghc-packedstring): New variable.
|
|
* gnu/packages/haskell.scm (ghc-enclosed-exceptions): New variable.
|
|
* gnu/packages/haskell.scm (ghc-executable-path): New variable.
|
|
* gnu/packages/haskell.scm (ghc-cmark): New variable.
|
|
* gnu/packages/haskell.scm (ghc-highlighting-kate): New variable.
|
|
* gnu/packages/haskell.scm (ghc-diff): Add variable.
|
|
* gnu/packages/haskell.scm (ghc-regex-pcre-builtin): New variable.
|
|
* gnu/packages/haskell.scm (ghc-texmath): New variable.
|
|
* gnu/packages/haskell.scm (ghc-pandoc-types): New variable.
|
|
* gnu/packages/haskell.scm (ghc-deepseq-generics): New variable.
|
|
* gnu/packages/haskell.scm (ghc-aeson)[inputs]: Move
"ghc-unordered-containers" from here ...
[propagated-inputs]: ... to here.
|
|
* 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/packages/emacs.scm (emacs-w3m): Update to 1.4.538+0.20141022.
[arguments]: Use '--without-compress-install' configure flag.
|
|
* gnu/packages/emacs.scm (emacs-w3m)[arguments]: Use 'modify-syntax'.
|
|
* doc/contributing.texi (Contributing): Rephrase 'code of conduct'
section.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
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.
|
|
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/packages/video.scm (youtube-dl): Update to 2015.12.09.
[native-inputs]: Move python-setuptools here.
|
|
* gnu/packages/gnome.scm (vte): Update to 0.42.1.
|
|
* gnu/packages/gnome.scm (libsecret): Update to 0.18.3.
|
|
* gnu/packages/gnome.scm (libgnome-keyring): Update to 3.12.0.
|
|
* emacs/guix-command.el (guix-command-improve-common-build-argument):
Use "R" key for '--rounds' option to avoid conflicts with "r" key in
'build' popup (--root) and 'package' popup (--remove).
|