mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ghc-refact.
* gnu/packages/haskell.scm (ghc-refact): New variable.
This commit is contained in:
parent
3657bd1faa
commit
b28f0ffab3
1 changed files with 22 additions and 0 deletions
|
@ -1038,6 +1038,28 @@ patterns as per the HaRP extension as well as HSX-style embedded XML syntax.")
|
||||||
@code{haskell-src-exts} trees.")
|
@code{haskell-src-exts} trees.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public ghc-refact
|
||||||
|
(package
|
||||||
|
(name "ghc-refact")
|
||||||
|
(version "0.3.0.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://hackage.haskell.org/package/"
|
||||||
|
"refact/refact-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0v0zxcx29b8jxs2kgy9csykqcp8kzhdvyylw2xfwmj4pfxr2kl0a"))))
|
||||||
|
(build-system haskell-build-system)
|
||||||
|
(home-page "http://hackage.haskell.org/package/refact")
|
||||||
|
(synopsis "Specify refactorings to perform with apply-refact")
|
||||||
|
(description
|
||||||
|
"This library provides a datatype which can be interpreted by
|
||||||
|
@code{apply-refact}. It exists as a seperate library so that applications can
|
||||||
|
specify refactorings without depending on GHC.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public hlint
|
(define-public hlint
|
||||||
(package
|
(package
|
||||||
(name "hlint")
|
(name "hlint")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue