mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: ghcid: Update to 0.8.7.
* gnu/packages/haskell-apps.scm (ghcid): Update to 0.8.7.
This commit is contained in:
parent
fe55ff3851
commit
106014094a
1 changed files with 3 additions and 5 deletions
|
@ -307,15 +307,14 @@ (define-public darcs
|
||||||
(define-public ghcid
|
(define-public ghcid
|
||||||
(package
|
(package
|
||||||
(name "ghcid")
|
(name "ghcid")
|
||||||
(version "0.8.4")
|
(version "0.8.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/ghcid/"
|
(uri (string-append "https://hackage.haskell.org/package/ghcid/"
|
||||||
"ghcid-" version ".tar.gz"))
|
"ghcid-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0yqc1pkfajnr56gnh43sbj50r7c3r41b2jfz07ivgl6phi4frjbq"))))
|
||||||
"0wpm4ikrm1krz1ckzwk0srng091yh2skjal4fh95iz1hq3dw6qlw"))))
|
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-extra" ,ghc-extra)
|
`(("ghc-extra" ,ghc-extra)
|
||||||
|
@ -326,8 +325,7 @@ (define-public ghcid
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-tasty" ,ghc-tasty)
|
`(("ghc-tasty" ,ghc-tasty)
|
||||||
("ghc-tasty-hunit" ,ghc-tasty-hunit)))
|
("ghc-tasty-hunit" ,ghc-tasty-hunit)))
|
||||||
(home-page
|
(home-page "https://github.com/ndmitchell/ghcid#readme")
|
||||||
"https://github.com/ndmitchell/ghcid#readme")
|
|
||||||
(synopsis "GHCi based bare bones IDE")
|
(synopsis "GHCi based bare bones IDE")
|
||||||
(description
|
(description
|
||||||
"Either \"GHCi as a daemon\" or \"GHC + a bit of an IDE\". A very simple Haskell
|
"Either \"GHCi as a daemon\" or \"GHC + a bit of an IDE\". A very simple Haskell
|
||||||
|
|
Loading…
Reference in a new issue