[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
268/272: gnu: shellcheck: Update to 0.5.0.
From: |
Ricardo Wurmus |
Subject: |
268/272: gnu: shellcheck: Update to 0.5.0. |
Date: |
Mon, 1 Oct 2018 06:13:59 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit eaa1f873e69c64e5d7f7535e95f6ae0be75c3ac9
Author: 宋文武 <address@hidden>
Date: Sun Sep 30 20:05:55 2018 +0800
gnu: shellcheck: Update to 0.5.0.
* gnu/packages/haskell.scm (shellcheck): Update to 0.5.0.
[source]: Use tarball from hackage.
[inputs]: Add ghc-aeson. Remove ghc-json.
---
gnu/packages/haskell.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0e2dfd8..df0190d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8489,20 +8489,21 @@ generated SQL and optimize it for your backend.")
(define-public shellcheck
(package
(name "shellcheck")
- (version "0.4.6")
+ (version "0.5.0")
(source
(origin
(method url-fetch)
- (uri (string-append "https://github.com/koalaman/shellcheck/archive/"
- "v" version ".tar.gz"))
+ (uri (string-append
+ "https://hackage.haskell.org/package/ShellCheck/ShellCheck-"
+ version ".tar.gz"))
(sha256
(base32
- "1qkd69lc34n3l23ss9rq1azvx49bfq4hi4bmaj76rgxybscxhg0w"))
+ "0z1hscbr11hwkq8k1v0vaa947hb9m6k4cm831jk1gpj8dxrk151b"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system haskell-build-system)
(inputs
- `(("ghc-quickcheck" ,ghc-quickcheck)
- ("ghc-json" ,ghc-json)
+ `(("ghc-aeson" ,ghc-aeson)
+ ("ghc-quickcheck" ,ghc-quickcheck)
("ghc-parsec" ,ghc-parsec)
("ghc-regex-tdfa" ,ghc-regex-tdfa)))
(home-page "https://github.com/koalaman/shellcheck")
- 189/272: gnu: ghc-connection: Update to 0.2.8., (continued)
- 189/272: gnu: ghc-connection: Update to 0.2.8., Ricardo Wurmus, 2018/10/01
- 202/272: gnu: ghc-http-client-tls: Update to 0.3.5.3., Ricardo Wurmus, 2018/10/01
- 180/272: gnu: ghc-hslua: Update to 0.9.5.2., Ricardo Wurmus, 2018/10/01
- 201/272: gnu: ghc-free: Update to 5.0.2., Ricardo Wurmus, 2018/10/01
- 193/272: gnu: ghc-lifted-async: Update to 0.10.0.2., Ricardo Wurmus, 2018/10/01
- 208/272: gnu: ghc-either: Update to 5.0.1., Ricardo Wurmus, 2018/10/01
- 226/272: gnu: Add ghc-cryptohash-sha256., Ricardo Wurmus, 2018/10/01
- 236/272: gnu: ghc-chart: Update to 1.9., Ricardo Wurmus, 2018/10/01
- 234/272: gnu: ghc-warp: Update to 3.2.23., Ricardo Wurmus, 2018/10/01
- 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 <=
- 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, 2018/10/01
- 251/272: gnu: ghc-yesod-form: Update to 1.6.2., Ricardo Wurmus, 2018/10/01