mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01: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
|
||||
(package
|
||||
(name "ghcid")
|
||||
(version "0.8.4")
|
||||
(version "0.8.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://hackage.haskell.org/package/ghcid/"
|
||||
"ghcid-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wpm4ikrm1krz1ckzwk0srng091yh2skjal4fh95iz1hq3dw6qlw"))))
|
||||
(base32 "0yqc1pkfajnr56gnh43sbj50r7c3r41b2jfz07ivgl6phi4frjbq"))))
|
||||
(build-system haskell-build-system)
|
||||
(inputs
|
||||
`(("ghc-extra" ,ghc-extra)
|
||||
|
@ -326,8 +325,7 @@ (define-public ghcid
|
|||
(native-inputs
|
||||
`(("ghc-tasty" ,ghc-tasty)
|
||||
("ghc-tasty-hunit" ,ghc-tasty-hunit)))
|
||||
(home-page
|
||||
"https://github.com/ndmitchell/ghcid#readme")
|
||||
(home-page "https://github.com/ndmitchell/ghcid#readme")
|
||||
(synopsis "GHCi based bare bones IDE")
|
||||
(description
|
||||
"Either \"GHCi as a daemon\" or \"GHC + a bit of an IDE\". A very simple Haskell
|
||||
|
|
Loading…
Reference in a new issue