GNU bug report logs -
#55005
[PATCH 00/13] gnu: Add multiple haskell packages
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Thomas Albers via Guix-patches via schreef op ma 18-04-2022 om 20:09
[+0200]:
> ---
> gnu/packages/haskell-xyz.scm | 25 +++++++++++++++++++++++++
> 1 file changed, 25 insertions(+)
A commit message is mising.
> diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
> index 18baf7b2f8..314209f573 100644
> --- a/gnu/packages/haskell-xyz.scm
> +++ b/gnu/packages/haskell-xyz.scm
> @@ -16179,3 +16179,28 @@ (define-public ghc-sqlite-simple
> (description
> "Mid-level SQLite client library, based on postgresql-simple.")
> (license license:bsd-3)))
> +
> +(define-public ghc-githash
> + (package
> + (name "ghc-githash")
> + (version "0.1.6.2")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append
> + "https://hackage.haskell.org/package/githash/githash-"
> + version
> + ".tar.gz"))
I would Put 'version' and ".tar.gz" on one line here.
> + (sha256
> + (base32 "1vkwc7j71vdrxy01vlm6xfp16kam7m9bnj9y3h217fzhq5mjywhz"))))
> + (build-system haskell-build-system)
> + (outputs '("out" "static"))
What are the static libraries for?
> + (arguments `(#:tests? #f))
Why are they disabled?
Greetings,
Maxime
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 years and 56 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.