[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add ghc-haddock-api.
From: |
ericbavier |
Subject: |
Re: [PATCH] gnu: Add ghc-haddock-api. |
Date: |
Thu, 22 Oct 2015 03:47:30 -0500 |
From: Eric Bavier <address@hidden>
> * gnu/packages/haskell.scm (ghc-haddock-api): New variable.
> ---
> gnu/packages/haskell.scm | 25 +++++++++++++++++++++++++
> 1 file changed, 25 insertions(+)
>
> diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
> index 4dacc92..be14e82 100644
> --- a/gnu/packages/haskell.scm
> +++ b/gnu/packages/haskell.scm
> @@ -417,6 +417,31 @@ project if you can't release often. For interacting
> with Haddock itself, see
> the ‘haddock’ package.")
> (license bsd-3)))
>
> +(define-public ghc-haddock-api
> + (package
> + (name "ghc-haddock-api")
> + (version "2.16.1")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append
> + "http://hackage.haskell.org/package/haddock-api/haddock-api-"
> + version
> + ".tar.gz"))
> + (sha256
> + (base32
> + "1spd5axg1pdjv4dkdb5gcwjsc8gg37qi4mr2k2db6ayywdkis1p2"))))
> + (build-system haskell-build-system)
> + (propagated-inputs
> + `(("ghc-paths" ,ghc-paths)
> + ("ghc-haddock-library" ,ghc-haddock-library)))
> + (home-page "http://www.haskell.org/haddock/")
> + (synopsis
> + "Documentation-generation tool for Haskell libraries")
> + (description
> + "Haddock is a documentation-generation tool for Haskell libraries.")
Could you adjust the synopsis and description to differentiate this package
from ghc-haddock?
Thanks,
`~Eric
> + (license bsd-3)))
> +
> (define-public ghc-simple-reflect
> (package
> (name "ghc-simple-reflect")
- Re: [PATCH] gnu: Add ghc-hlint., (continued)
Re: [PATCH] gnu: Add ghc-openglraw., ericbavier, 2015/10/22
Re: [PATCH] gnu: Add ghc-haddock-api.,
ericbavier <=
Re: [PATCH] gnu: Add ghc-sdl-mixer., ericbavier, 2015/10/22
Re: [PATCH] gnu: Add ghc-regex-base., ericbavier, 2015/10/22
Re: [PATCH] gnu: Add ghc-reflection., ericbavier, 2015/10/22
Re: [PATCH] gnu: Add ghc-opengl., ericbavier, 2015/10/22
Re: [PATCH] gnu: Add ghc-pcre-light., ericbavier, 2015/10/22