unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64840] [PATCH 00/12] Add elm-format.
@ 2023-07-24 20:15 Distopico
  2023-07-24 20:23 ` [bug#64840] [PATCH 01/12] gnu: ghc-quickcheck-instances: Update to 0.3.29 Distopico
  2023-08-31 17:48 ` [bug#64840] [PATCH 00/12] " Distopico
  0 siblings, 2 replies; 14+ messages in thread
From: Distopico @ 2023-07-24 20:15 UTC (permalink / raw)
  To: 64840; +Cc: Distopico

Adds `elm-format` tool form Elm language and all the depdencies required to build it,

Also, this fixes various ghc packages that didn't have 'text' as an explicit dependency and
were using the internal type, which created a type conflict manifested when building elm-format,
which required a version greater than what the other packages were using.

Distopico (12):
  gnu: ghc-quickcheck-instances: Update to 0.3.29.
  gnu: Add ghc-generically.
  gnu: Add ghc-aeson-2.1.
  gnu: Add ghc-data-array-byte.
  gnu: Add ghc-pooled-io.
  gnu: Add ghc-text.
  gnu: Add ghc-relude.
  gnu: Add ghc-concurrent-split.
  gnu: Add ghc-hspec-golden.
  gnu: Add ghc-bimap.
  gnu: Fix missing required ghc-text dependency.
  gnu: Add elm-format.

 gnu/packages/elm.scm           | 197 +++++++++++++++++++++++++++++++++
 gnu/packages/haskell-check.scm |   6 +-
 gnu/packages/haskell-web.scm   |  40 ++++++-
 gnu/packages/haskell-xyz.scm   | 177 ++++++++++++++++++++++++++++-
 4 files changed, 411 insertions(+), 9 deletions(-)


base-commit: cf9904bcc8dd03e73675475bb4d8746dc434e415
-- 
2.41.0





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

end of thread, other threads:[~2023-08-31 17:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-24 20:15 [bug#64840] [PATCH 00/12] Add elm-format Distopico
2023-07-24 20:23 ` [bug#64840] [PATCH 01/12] gnu: ghc-quickcheck-instances: Update to 0.3.29 Distopico
2023-07-24 20:23   ` [bug#64840] [PATCH 02/12] gnu: Add ghc-generically Distopico
2023-07-24 20:23   ` [bug#64840] [PATCH 03/12] gnu: Add ghc-aeson-2.1 Distopico
2023-07-24 20:23   ` [bug#64840] [PATCH 04/12] gnu: Add ghc-data-array-byte Distopico
2023-07-24 20:23   ` [bug#64840] [PATCH 05/12] gnu: Add ghc-pooled-io Distopico
2023-07-24 20:23   ` [bug#64840] [PATCH 06/12] gnu: Add ghc-text Distopico
2023-07-24 20:23   ` [bug#64840] [PATCH 07/12] gnu: Add ghc-relude Distopico
2023-07-24 20:23   ` [bug#64840] [PATCH 08/12] gnu: Add ghc-concurrent-split Distopico
2023-07-24 20:23   ` [bug#64840] [PATCH 09/12] gnu: Add ghc-hspec-golden Distopico
2023-07-24 20:23   ` [bug#64840] [PATCH 10/12] gnu: Add ghc-bimap Distopico
2023-07-24 20:23   ` [bug#64840] [PATCH 11/12] gnu: Fix missing required ghc-text dependency Distopico
2023-07-24 20:23   ` [bug#64840] [PATCH 12/12] gnu: Add elm-format Distopico
2023-08-31 17:48 ` [bug#64840] [PATCH 00/12] " Distopico

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).