gnu: ghc-hinotify: Update to 0.3.10.
* gnu/packages/haskell.scm (ghc-hinotify): Update to 0.3.10. [inputs]: Add ghc-async.
This commit is contained in:
parent
e0b8cc34a4
commit
e59983ece5
|
@ -7921,7 +7921,7 @@ helper functions for Lists, Maybes, Tuples, Functions.")
|
||||||
(define-public ghc-hinotify
|
(define-public ghc-hinotify
|
||||||
(package
|
(package
|
||||||
(name "ghc-hinotify")
|
(name "ghc-hinotify")
|
||||||
(version "0.3.8.1")
|
(version "0.3.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -7929,8 +7929,10 @@ helper functions for Lists, Maybes, Tuples, Functions.")
|
||||||
"hinotify-" version ".tar.gz"))
|
"hinotify-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03c1f4d7x805zdiq2w26kl09xrfjw19saycdkhnixzv2qcr6xm1p"))))
|
"17ax3n68a5c2ddazp86aciliskrh6znd3bnry0wcllmb6dbpsaxg"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
(inputs
|
||||||
|
`(("ghc-async" ,ghc-async)))
|
||||||
(home-page "https://github.com/kolmodin/hinotify.git")
|
(home-page "https://github.com/kolmodin/hinotify.git")
|
||||||
(synopsis "Haskell binding to inotify")
|
(synopsis "Haskell binding to inotify")
|
||||||
(description "This library provides a wrapper to the Linux kernel's inotify
|
(description "This library provides a wrapper to the Linux kernel's inotify
|
||||||
|
|
Loading…
Reference in New Issue