guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (bba229a -> a231ef7)


From: Federico Beffa
Subject: branch master updated (bba229a -> a231ef7)
Date: Wed, 08 Apr 2015 15:31:38 +0000

beffa pushed a change to branch master
in repository guix.

      from  bba229a   gnu: Add libsecret.
       new  863af4e   import: Add hackage importer.
       new  b29455c   import: Add hackage importer.
       new  283cce5   build-system/haskell: Update configure flags, 'haddock' 
and %standard-phases.
       new  042bc82   profiles: Generate GHC's package database cache.
       new  7d5baa3   gnu: Add ghc-mtl.
       new  0939da6   gnu: Add ghc-paths.
       new  3d3613d   gnu: Add ghc-zlib.
       new  a39f393   gnu: Add ghc-stm.
       new  e916e21   gnu: Add ghc-parallel.
       new  deb36de   gnu: Add ghc-text.
       new  775be80   gnu: Add ghc-hashable.
       new  c3b90c0   gnu: Add ghc-hunit
       new  df596b9   gnu: Add ghc-random.
       new  4af803a   gnu: Add ghc-primitive.
       new  c272160   gnu: Add ghc-tf-random.
       new  dc0ae39   gnu: Add ghc-quickcheck.
       new  7a1e8c7   gnu: Add ghc-case-insensitive.
       new  eaa3088   gnu: Add ghc-syb.
       new  61c0209   gnu: Add ghc-containers.
       new  c5043f4   gnu: Add ghc-fgl.
       new  01a687d   gnu: Add ghc-unordered-containers.
       new  d692228   gnu: Add ghc-split.
       new  fa468e8   gnu: Add ghc-parsec.
       new  f50fc13   gnu: Add ghc-vector.
       new  abfed25   gnu: Add ghc-network.
       new  9ce031c   gnu: Add ghc-network-uri.
       new  a231ef7   gnu: Add ghc-http.

The 27 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/guix.texi                                 |   31 +
 gnu/packages/haskell.scm                      |  648 +++++++++++++++++++++-
 guix/build/haskell-build-system.scm           |   44 +-
 guix/import/hackage.scm                       |  767 +++++++++++++++++++++++++
 guix/profiles.scm                             |   60 ++-
 guix/scripts/import.scm                       |    2 +-
 guix/scripts/import/{pypi.scm => hackage.scm} |   41 +-
 guix/scripts/package.scm                      |    1 +
 po/guix/POTFILES.in                           |    1 +
 tests/hackage.scm                             |  134 +++++
 tests/packages.scm                            |    1 +
 tests/profiles.scm                            |    2 +
 12 files changed, 1690 insertions(+), 42 deletions(-)
 create mode 100644 guix/import/hackage.scm
 copy guix/scripts/import/{pypi.scm => hackage.scm} (59%)
 create mode 100644 tests/hackage.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]