gnu: ghc-fsnotify: Update to 0.3.0.1.

* gnu/packages/haskell.scm (ghc-fsnotify): Update to 0.3.0.1.
[inputs]: Remove ghc-temporary-rc; add ghc-temporary, ghc-random, and
ghc-shelly.
This commit is contained in:
Timothy Sample 2018-08-28 23:22:32 -04:00 committed by Ricardo Wurmus
parent 751a8c0b43
commit b587518960
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8158,7 +8158,7 @@ accessed or modified.")
(define-public ghc-fsnotify (define-public ghc-fsnotify
(package (package
(name "ghc-fsnotify") (name "ghc-fsnotify")
(version "0.2.1") (version "0.3.0.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -8166,7 +8166,7 @@ accessed or modified.")
"fsnotify-" version ".tar.gz")) "fsnotify-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0asl313a52qx2w6dw25g845683xsl840bwjh118nkwi5v1xipkzb")))) "19bdbz9wb9jvln6yg6qm0hz0w84bypvkxf0wjhgrgd52f9gidlny"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-text" ,ghc-text) `(("ghc-text" ,ghc-text)
@ -8175,7 +8175,9 @@ accessed or modified.")
("ghc-hinotify" ,ghc-hinotify) ("ghc-hinotify" ,ghc-hinotify)
("ghc-tasty" ,ghc-tasty) ("ghc-tasty" ,ghc-tasty)
("ghc-tasty-hunit" ,ghc-tasty-hunit) ("ghc-tasty-hunit" ,ghc-tasty-hunit)
("ghc-temporary-rc" ,ghc-temporary-rc))) ("ghc-random" ,ghc-random)
("ghc-shelly" ,ghc-shelly)
("ghc-temporary" ,ghc-temporary)))
(home-page "https://github.com/haskell-fswatch/hfsnotify") (home-page "https://github.com/haskell-fswatch/hfsnotify")
(synopsis "Cross platform library for file change notification.") (synopsis "Cross platform library for file change notification.")
(description "Cross platform library for file creation, modification, and (description "Cross platform library for file creation, modification, and