[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
231/272: gnu: ghc-feed: Update to 1.0.0.0.
From: |
Ricardo Wurmus |
Subject: |
231/272: gnu: ghc-feed: Update to 1.0.0.0. |
Date: |
Mon, 1 Oct 2018 06:13:52 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit fbdf4031891fa1f0c5a82b9c7c773bcb64ea40b2
Author: Timothy Sample <address@hidden>
Date: Tue Aug 28 22:54:31 2018 -0400
gnu: ghc-feed: Update to 1.0.0.0.
* gnu/packages/haskell.scm (ghc-feed): Update to 1.0.0.0.
[arguments]: Update Cabal file to r4.
[inputs]: Add ghc-base-compat, ghc-safe, ghc-text, ghc-xml-conduit, and
ghc-xml-types; remove ghc-xml.
---
gnu/packages/haskell.scm | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index b23a619..2347a4d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3465,7 +3465,7 @@ online}.")
(define-public ghc-feed
(package
(name "ghc-feed")
- (version "0.3.12.0")
+ (version "1.0.0.0")
(source
(origin
(method url-fetch)
@@ -3473,14 +3473,21 @@ online}.")
"feed/feed-" version ".tar.gz"))
(sha256
(base32
- "0hkrsinspg70bbm3hwqdrvivws6zya1hyk0a3awpaz82j4xnlbfc"))))
+ "05rgg7x1984mgfhkmz792xj8lhwjgznixhygzr8blf517lns2nck"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:cabal-revision
+ ("4" "0baavcavm3ywykcr9cm07aqr7sna98jba2n68lyn3kany8ri214d")))
(inputs
- `(("ghc-old-locale" ,ghc-old-locale)
+ `(("ghc-base-compat" ,ghc-base-compat)
+ ("ghc-old-locale" ,ghc-old-locale)
("ghc-old-time" ,ghc-old-time)
+ ("ghc-safe" ,ghc-safe)
+ ("ghc-text" ,ghc-text)
("ghc-time-locale-compat" ,ghc-time-locale-compat)
("ghc-utf8-string" ,ghc-utf8-string)
- ("ghc-xml" ,ghc-xml)))
+ ("ghc-xml-conduit" ,ghc-xml-conduit)
+ ("ghc-xml-types" ,ghc-xml-types)))
(native-inputs
`(("ghc-hunit" ,ghc-hunit)
("ghc-test-framework" ,ghc-test-framework)
- 169/272: gnu: ghc-socks: Update to 0.5.6., (continued)
- 169/272: gnu: ghc-socks: Update to 0.5.6., Ricardo Wurmus, 2018/10/01
- 185/272: gnu: ghc-uri-bytestring: Update to 0.3.2.0., Ricardo Wurmus, 2018/10/01
- 199/272: gnu: ghc-xss-sanitize: Update to 0.3.6., Ricardo Wurmus, 2018/10/01
- 211/272: gnu: ghc-wai: Update to 3.2.1.2., Ricardo Wurmus, 2018/10/01
- 219/272: gnu: ghc-foldl: Update to 1.4.3., Ricardo Wurmus, 2018/10/01
- 194/272: gnu: ghc-pandoc-types: Remove unneeded "--allow-newer" flag., Ricardo Wurmus, 2018/10/01
- 225/272: gnu: Add ghc-echo., Ricardo Wurmus, 2018/10/01
- 221/272: gnu: ghc-yaml: Update to 0.8.32., Ricardo Wurmus, 2018/10/01
- 218/272: gnu: ghc-vector-builder: Update to 0.3.6., Ricardo Wurmus, 2018/10/01
- 237/272: gnu: ghc-persistent-template: Update to 2.5.4., Ricardo Wurmus, 2018/10/01
- 231/272: gnu: ghc-feed: Update to 1.0.0.0.,
Ricardo Wurmus <=
- 228/272: gnu: Add ghc-hackage-security., Ricardo Wurmus, 2018/10/01
- 229/272: gnu: Add ghc-resolv., Ricardo Wurmus, 2018/10/01
- 238/272: gnu: ghc-trifecta: Update to 2., Ricardo Wurmus, 2018/10/01
- 245/272: gnu: ghc-aws: Update to 0.20., Ricardo Wurmus, 2018/10/01
- 240/272: gnu: ghc-warp-tls: Update to 3.2.4.3., Ricardo Wurmus, 2018/10/01
- 244/272: gnu: Add ghc-tree-diff., Ricardo Wurmus, 2018/10/01
- 248/272: gnu: ghc-yesod-persistent: Update to 1.6.0., Ricardo Wurmus, 2018/10/01
- 271/272: gnu: ghc-aws: Fix build., Ricardo Wurmus, 2018/10/01
- 250/272: gnu: ghc-pandoc: Adjust tests and test dependency constraints., Ricardo Wurmus, 2018/10/01
- 254/272: gnu: ghc-yesod: Update to 1.6.0., Ricardo Wurmus, 2018/10/01