guix-devel/guix
Federico Beffa 042bc828fc profiles: Generate GHC's package database cache.
* guix/profiles.scm (ghc-package-cache-file): New procedure.
  (profile-derivation): Add 'ghc-package-cache?' keyword argument.  If true
  (the default), add the result of 'ghc-package-cache-file' to 'inputs'.
* guix/scripts/package.scm (guix-package)[process-actions]: Pass
  #:ghc-package-cache? to 'profile-generation'.
* tests/packages.scm ("--search-paths with pattern"): Likewise.
* tests/profiles.scm ("profile-derivation"): Likewise.
2015-04-08 17:31:12 +02:00
..
build build-system/haskell: Update configure flags, 'haddock' and %standard-phases. 2015-04-08 17:31:11 +02:00
build-system build-system: Add haskell-build-system. 2015-04-04 09:11:31 +02:00
import import: Add hackage importer. 2015-04-08 17:31:11 +02:00
scripts profiles: Generate GHC's package database cache. 2015-04-08 17:31:12 +02:00
base32.scm
base64.scm
build-system.scm
config.scm.in
cvs-download.scm
derivations.scm derivations: 'substitution-oracle' now ignores sub-trees that are valid. 2015-03-25 10:46:22 +01:00
download.scm
elf.scm elf: Add missing argument in 'elf-segment'. 2015-03-30 15:21:11 +02:00
ftp-client.scm ftp-client: Switch to binary mode before using the "SIZE" command. 2015-03-19 13:00:21 +01:00
gcrypt.scm
gexp.scm gexp: Slightly simplify 'lower-inputs'. 2015-03-29 22:23:33 +02:00
git-download.scm
gnu-maintenance.scm
gnupg.scm
hash.scm
http-client.scm
licenses.scm licenses: Add the Ms-PL. 2015-03-17 18:15:51 +01:00
monad-repl.scm
monads.scm
nar.scm
packages.scm gexp: Move the package and origin compilers to (guix packages). 2015-03-17 22:25:55 +01:00
pk-crypto.scm pk-crypto: Improve documentation of 'key-type'. 2015-03-18 14:43:03 +01:00
pki.scm
profiles.scm profiles: Generate GHC's package database cache. 2015-04-08 17:31:12 +02:00
records.scm
serialization.scm store: Attempt to decode build logs as UTF-8. 2015-03-05 22:17:36 +01:00
sets.scm
store.scm store: Add query-path-info operation. 2015-04-04 13:50:52 -04:00
svn-download.scm
tests.scm Rename 'guix substitute-binary' to 'guix substitute'. 2015-03-25 10:46:22 +01:00
ui.scm ui: Recognize 'guix help'. 2015-04-03 22:58:49 +02:00
utils.scm