summary refs log tree commit diff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2019-10-31 13:24:52 -0400
committerTimothy Sample <samplet@ngyro.com>2019-11-20 20:48:39 -0500
commita41c16dc32f27f9a5a7b017557510c9cac56e4b4 (patch)
treeefe9fdedc1b727a50c45f41baf37bc8fbe861cc2
parentcd518e951371d8dcc3e8a94ea43290ed8e3f96f4 (diff)
downloadguix-a41c16dc32f27f9a5a7b017557510c9cac56e4b4.tar.gz
gnu: ghc-feed: Update to 1.2.0.1.
* gnu/packages/haskell-xyz.scm (ghc-feed): Update to 1.2.0.1.
[arguments]: Remove '#:cabal-revision'.
[native-inputs]: Add 'ghc-markdown-unlit'.
-rw-r--r--gnu/packages/haskell-xyz.scm8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index cc260018ea..2ec48926fd 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3423,7 +3423,7 @@ when used with GHC versions which already provide the
 (define-public ghc-feed
   (package
     (name "ghc-feed")
-    (version "1.0.0.0")
+    (version "1.2.0.1")
     (source
      (origin
        (method url-fetch)
@@ -3431,11 +3431,8 @@ when used with GHC versions which already provide the
                            "feed/feed-" version ".tar.gz"))
        (sha256
         (base32
-         "05rgg7x1984mgfhkmz792xj8lhwjgznixhygzr8blf517lns2nck"))))
+         "004lwdng4slj6yl8mgscr3cgj0zzc8hzkf4450dby2l6cardg4w0"))))
     (build-system haskell-build-system)
-    (arguments
-     `(#:cabal-revision
-       ("4" "0baavcavm3ywykcr9cm07aqr7sna98jba2n68lyn3kany8ri214d")))
     (inputs
      `(("ghc-base-compat" ,ghc-base-compat)
        ("ghc-old-locale" ,ghc-old-locale)
@@ -3447,6 +3444,7 @@ when used with GHC versions which already provide the
        ("ghc-xml-types" ,ghc-xml-types)))
     (native-inputs
      `(("ghc-hunit" ,ghc-hunit)
+       ("ghc-markdown-unlit" ,ghc-markdown-unlit)
        ("ghc-test-framework" ,ghc-test-framework)
        ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
     (home-page "https://github.com/bergmark/feed")