me
/
guix
Archived
1
0
Fork 0

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.
master
Timothy Sample 2018-08-28 22:54:31 -04:00 committed by Ricardo Wurmus
parent f707db294a
commit fbdf403189
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 11 additions and 4 deletions

View File

@ -3465,7 +3465,7 @@ online}.")
(define-public ghc-feed (define-public ghc-feed
(package (package
(name "ghc-feed") (name "ghc-feed")
(version "0.3.12.0") (version "1.0.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3473,14 +3473,21 @@ online}.")
"feed/feed-" version ".tar.gz")) "feed/feed-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0hkrsinspg70bbm3hwqdrvivws6zya1hyk0a3awpaz82j4xnlbfc")))) "05rgg7x1984mgfhkmz792xj8lhwjgznixhygzr8blf517lns2nck"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(arguments
`(#:cabal-revision
("4" "0baavcavm3ywykcr9cm07aqr7sna98jba2n68lyn3kany8ri214d")))
(inputs (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-old-time" ,ghc-old-time)
("ghc-safe" ,ghc-safe)
("ghc-text" ,ghc-text)
("ghc-time-locale-compat" ,ghc-time-locale-compat) ("ghc-time-locale-compat" ,ghc-time-locale-compat)
("ghc-utf8-string" ,ghc-utf8-string) ("ghc-utf8-string" ,ghc-utf8-string)
("ghc-xml" ,ghc-xml))) ("ghc-xml-conduit" ,ghc-xml-conduit)
("ghc-xml-types" ,ghc-xml-types)))
(native-inputs (native-inputs
`(("ghc-hunit" ,ghc-hunit) `(("ghc-hunit" ,ghc-hunit)
("ghc-test-framework" ,ghc-test-framework) ("ghc-test-framework" ,ghc-test-framework)