all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30892] [PATCH 00/37] Add ghc-yesod and its dependencies.
@ 2018-03-21  3:40 rsiddharth
  2018-03-21  3:44 ` [bug#30892] [PATCH 01/37] gnu: ghc-chunked-data: Update inputs rsiddharth
                   ` (37 more replies)
  0 siblings, 38 replies; 40+ messages in thread
From: rsiddharth @ 2018-03-21  3:40 UTC (permalink / raw)
  To: 30892; +Cc: rsiddharth

This patch series adds ghc-yesod and its dependencies.

Applies on top of db6609bd1.

* Tests were disabled for:
    - ghc-psqueues
    - ghc-math-functions

* Inputs updated for:
    - ghc-chunked-data

* ghc-conduit-extra was updated to 1.1.14.

    $ ./pre-inst-env guix refresh -l ghc-conduit-extra
       Building the following 3 packages would ensure 16 dependent packages are rebuilt: ghc-pandoc-citeproc@0.12.2.5 ghc-yesod@1.4.5 ghc-aws@0.18

            - ghc-aws@0.18 -> Won't build
                  - Dependency ghc-vector-algorithms fails to build.
                    Submitted a patch upstream https://hub.darcs.net/dolio/vector-algorithms/bundle/2/patch/fac9c1e97bd2df8b6bbe8e35da714ec2594c15ab

            - ghc-pandoc-citeproc@0.12.2.5 and ghc-yesod@1.4.5 build.

rsiddharth (37):
  gnu: ghc-chunked-data: Update inputs.
  gnu: Add ghc-stm-chans.
  gnu: Add ghc-monad-loops.
  gnu: Add ghc-monad-logger.
  gnu: Add ghc-shakespeare.
  gnu: Add ghc-path-pieces.
  gnu: Add ghc-skein.
  gnu: Add ghc-securemem.
  gnu: Add ghc-crypto-cipher-types.
  gnu: Add ghc-crypto-cipher-tests.
  gnu: Add ghc-cipher-aes.
  gnu: Add ghc-crypto-random.
  gnu: Add ghc-cprng-aes.
  gnu: Add ghc-clientsession.
  gnu: Add ghc-yesod-core.
  gnu: Add ghc-resource-pool.
  gnu: Add ghc-attoparsec-iso8601.
  gnu: Add ghc-th-lift-instances.
  gnu: Add ghc-generics-sop.
  gnu: Add ghc-uri-bytestring.
  gnu: Add ghc-time-locale-compat.
  gnu: Add ghc-http-api-data.
  gnu: Add ghc-persistent.
  gnu: Add ghc-aeson-compat.
  gnu: Add ghc-persistent-template.
  gnu: Add ghc-unliftio-core.
  gnu: Add ghc-microlens.
  gnu: Add ghc-microlens-th.
  gnu: Add ghc-unliftio.
  gnu: Add ghc-persistent-sqlite.
  gnu: ghc-math-functions: Disable tests.
  gnu: ghc-psqueues: Disable tests.
  gnu: Add ghc-yesod-persistent.
  gnu: Add ghc-email-validate.
  gnu: Add ghc-yesod-form.
  gnu: ghc-conduit-extra: Update to 1.1.14.
  gnu: Add ghc-yesod.

 gnu/packages/haskell-check.scm  |  31 ++
 gnu/packages/haskell-crypto.scm | 130 +++++++++
 gnu/packages/haskell-web.scm    | 278 ++++++++++++++++++
 gnu/packages/haskell.scm        | 610 +++++++++++++++++++++++++++++++++++++++-
 4 files changed, 1046 insertions(+), 3 deletions(-)

-- 
2.16.2

^ permalink raw reply	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2018-04-08 14:28 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-21  3:40 [bug#30892] [PATCH 00/37] Add ghc-yesod and its dependencies rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 01/37] gnu: ghc-chunked-data: Update inputs rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 02/37] gnu: Add ghc-stm-chans rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 03/37] gnu: Add ghc-monad-loops rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 04/37] gnu: Add ghc-monad-logger rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 05/37] gnu: Add ghc-shakespeare rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 06/37] gnu: Add ghc-path-pieces rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 07/37] gnu: Add ghc-skein rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 08/37] gnu: Add ghc-securemem rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 09/37] gnu: Add ghc-crypto-cipher-types rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 10/37] gnu: Add ghc-crypto-cipher-tests rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 11/37] gnu: Add ghc-cipher-aes rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 12/37] gnu: Add ghc-crypto-random rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 13/37] gnu: Add ghc-cprng-aes rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 14/37] gnu: Add ghc-clientsession rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 15/37] gnu: Add ghc-yesod-core rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 16/37] gnu: Add ghc-resource-pool rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 17/37] gnu: Add ghc-attoparsec-iso8601 rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 18/37] gnu: Add ghc-th-lift-instances rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 19/37] gnu: Add ghc-generics-sop rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 20/37] gnu: Add ghc-uri-bytestring rsiddharth
2018-03-21  3:44 ` [bug#30892] [PATCH 21/37] gnu: Add ghc-time-locale-compat rsiddharth
2018-03-21  3:45 ` [bug#30892] [PATCH 22/37] gnu: Add ghc-http-api-data rsiddharth
2018-03-21  3:45 ` [bug#30892] [PATCH 23/37] gnu: Add ghc-persistent rsiddharth
2018-03-21  3:45 ` [bug#30892] [PATCH 24/37] gnu: Add ghc-aeson-compat rsiddharth
2018-03-21  3:45 ` [bug#30892] [PATCH 25/37] gnu: Add ghc-persistent-template rsiddharth
2018-03-21  3:45 ` [bug#30892] [PATCH 26/37] gnu: Add ghc-unliftio-core rsiddharth
2018-03-21  3:45 ` [bug#30892] [PATCH 27/37] gnu: Add ghc-microlens rsiddharth
2018-03-21  3:45 ` [bug#30892] [PATCH 28/37] gnu: Add ghc-microlens-th rsiddharth
2018-03-21  3:45 ` [bug#30892] [PATCH 29/37] gnu: Add ghc-unliftio rsiddharth
2018-03-21  3:45 ` [bug#30892] [PATCH 30/37] gnu: Add ghc-persistent-sqlite rsiddharth
2018-03-21  3:45 ` [bug#30892] [PATCH 31/37] gnu: ghc-math-functions: Disable tests rsiddharth
2018-03-21  3:45 ` [bug#30892] [PATCH 32/37] gnu: ghc-psqueues: " rsiddharth
2018-03-21  3:45 ` [bug#30892] [PATCH 33/37] gnu: Add ghc-yesod-persistent rsiddharth
2018-03-21  3:45 ` [bug#30892] [PATCH 34/37] gnu: Add ghc-email-validate rsiddharth
2018-03-21  3:45 ` [bug#30892] [PATCH 35/37] gnu: Add ghc-yesod-form rsiddharth
2018-03-21  3:45 ` [bug#30892] [PATCH 36/37] gnu: ghc-conduit-extra: Update to 1.1.14 rsiddharth
2018-03-21  3:45 ` [bug#30892] [PATCH 37/37] gnu: Add ghc-yesod rsiddharth
2018-03-31 17:54 ` bug#30892: [PATCH 00/37] Add ghc-yesod and its dependencies Ludovic Courtès
2018-04-08 14:27   ` [bug#30892] " rsiddharth

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.