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'.
This commit is contained in:
Timothy Sample 2019-10-31 13:24:52 -04:00
parent cd518e9513
commit a41c16dc32
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -3423,7 +3423,7 @@ (define-public ghc-fast-logger
(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 @@ (define-public ghc-feed
"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 @@ (define-public ghc-feed
("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")