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:
parent
cd518e9513
commit
a41c16dc32
1 changed files with 3 additions and 5 deletions
|
@ -3423,7 +3423,7 @@ when used with GHC versions which already provide the
|
||||||
(define-public ghc-feed
|
(define-public ghc-feed
|
||||||
(package
|
(package
|
||||||
(name "ghc-feed")
|
(name "ghc-feed")
|
||||||
(version "1.0.0.0")
|
(version "1.2.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3431,11 +3431,8 @@ when used with GHC versions which already provide the
|
||||||
"feed/feed-" version ".tar.gz"))
|
"feed/feed-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05rgg7x1984mgfhkmz792xj8lhwjgznixhygzr8blf517lns2nck"))))
|
"004lwdng4slj6yl8mgscr3cgj0zzc8hzkf4450dby2l6cardg4w0"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(arguments
|
|
||||||
`(#:cabal-revision
|
|
||||||
("4" "0baavcavm3ywykcr9cm07aqr7sna98jba2n68lyn3kany8ri214d")))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-base-compat" ,ghc-base-compat)
|
`(("ghc-base-compat" ,ghc-base-compat)
|
||||||
("ghc-old-locale" ,ghc-old-locale)
|
("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)))
|
("ghc-xml-types" ,ghc-xml-types)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ghc-hunit" ,ghc-hunit)
|
`(("ghc-hunit" ,ghc-hunit)
|
||||||
|
("ghc-markdown-unlit" ,ghc-markdown-unlit)
|
||||||
("ghc-test-framework" ,ghc-test-framework)
|
("ghc-test-framework" ,ghc-test-framework)
|
||||||
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
|
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)))
|
||||||
(home-page "https://github.com/bergmark/feed")
|
(home-page "https://github.com/bergmark/feed")
|
||||||
|
|
Reference in a new issue