guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]