[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
209/272: gnu: ghc-fsnotify: Update to 0.3.0.1.
From: |
Ricardo Wurmus |
Subject: |
209/272: gnu: ghc-fsnotify: Update to 0.3.0.1. |
Date: |
Mon, 1 Oct 2018 06:13:47 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit b587518960e560309ec69d480eef7fc6aa8abcd2
Author: Timothy Sample <address@hidden>
Date: Tue Aug 28 23:22:32 2018 -0400
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.
---
gnu/packages/haskell.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 734dc2c..d1e7145 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8158,7 +8158,7 @@ accessed or modified.")
(define-public ghc-fsnotify
(package
(name "ghc-fsnotify")
- (version "0.2.1")
+ (version "0.3.0.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -8166,7 +8166,7 @@ accessed or modified.")
"fsnotify-" version ".tar.gz"))
(sha256
(base32
- "0asl313a52qx2w6dw25g845683xsl840bwjh118nkwi5v1xipkzb"))))
+ "19bdbz9wb9jvln6yg6qm0hz0w84bypvkxf0wjhgrgd52f9gidlny"))))
(build-system haskell-build-system)
(inputs
`(("ghc-text" ,ghc-text)
@@ -8175,7 +8175,9 @@ accessed or modified.")
("ghc-hinotify" ,ghc-hinotify)
("ghc-tasty" ,ghc-tasty)
("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")
(synopsis "Cross platform library for file change notification.")
(description "Cross platform library for file creation, modification, and
- 215/272: gnu: idris: Update to 1.3.0., (continued)
- 215/272: gnu: idris: Update to 1.3.0., Ricardo Wurmus, 2018/10/01
- 268/272: gnu: shellcheck: Update to 0.5.0., Ricardo Wurmus, 2018/10/01
- 195/272: gnu: ghc-profunctors: Update Cabal file to r2., Ricardo Wurmus, 2018/10/01
- 205/272: gnu: ghc-skylighting: Update to 0.7.2., Ricardo Wurmus, 2018/10/01
- 223/272: gnu: ghc-simple-sendfile: Update to 0.2.27., Ricardo Wurmus, 2018/10/01
- 212/272: gnu: ghc-kan-extensions: Update to 5.2., Ricardo Wurmus, 2018/10/01
- 235/272: gnu: xmobar: Update to 0.28., Ricardo Wurmus, 2018/10/01
- 241/272: gnu: Add ghc-rio., Ricardo Wurmus, 2018/10/01
- 217/272: gnu: ghc-wai-extra: Update to 3.0.24.2., Ricardo Wurmus, 2018/10/01
- 222/272: gnu: ghc-monad-logger: Update to 0.3.29., Ricardo Wurmus, 2018/10/01
- 209/272: gnu: ghc-fsnotify: Update to 0.3.0.1.,
Ricardo Wurmus <=
- 251/272: gnu: ghc-yesod-form: Update to 1.6.2., Ricardo Wurmus, 2018/10/01
- 246/272: gnu: ghc-esqueleto: Update to commit b81e0d9., Ricardo Wurmus, 2018/10/01
- 249/272: gnu: ghc-haddock-api: Update to 2.19.0.1., Ricardo Wurmus, 2018/10/01
- 267/272: gnu: ghc-xmonad-contrib: Fix build., Ricardo Wurmus, 2018/10/01
- 255/272: gnu: Remove address@hidden, Ricardo Wurmus, 2018/10/01
- 68/272: gnu: ghc-hs-bibutils: Update to 6.6.0.0., Ricardo Wurmus, 2018/10/01
- 91/272: gnu: ghc-edit-distance: Replace "--allow-newer" flag., Ricardo Wurmus, 2018/10/01
- 190/272: gnu: ghc-doctemplates: Update to 0.2.2.1., Ricardo Wurmus, 2018/10/01
- 203/272: gnu: Add ghc-invariant., Ricardo Wurmus, 2018/10/01
- 200/272: gnu: raincat: Update to 1.2., Ricardo Wurmus, 2018/10/01