gnu: ghc-profunctors: Update to 5.2.2.

* gnu/packages/haskell.scm (ghc-profunctors): Update to 5.2.2.
[inputs]: Add ghc-base-orphans, ghc-bifunctors, ghc-contravariant, and
ghc-semigroups.
master
Ricardo Wurmus 2018-02-12 23:42:27 +01:00
parent 3f229b1b9e
commit 4a1b5600dc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 7 additions and 3 deletions

View File

@ -2709,7 +2709,7 @@ this package makes them available back to GHC 7.2.")
(define-public ghc-profunctors (define-public ghc-profunctors
(package (package
(name "ghc-profunctors") (name "ghc-profunctors")
(version "5.1.1") (version "5.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2719,11 +2719,15 @@ this package makes them available back to GHC 7.2.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0lw2ipacpnp9yqmi8zsp01pzpn5hwj8af3y0f3079mddrmw48gw7")))) "0s1pwjidbn761xk43pmzyvn99hm3psdifjd78ylki7f97aiyd0g9"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-distributive" ,ghc-distributive) `(("ghc-base-orphans" ,ghc-base-orphans)
("ghc-bifunctors" ,ghc-bifunctors)
("ghc-comonad" ,ghc-comonad) ("ghc-comonad" ,ghc-comonad)
("ghc-contravariant" ,ghc-contravariant)
("ghc-distributive" ,ghc-distributive)
("ghc-semigroups" ,ghc-semigroups)
("ghc-tagged" ,ghc-tagged))) ("ghc-tagged" ,ghc-tagged)))
(home-page "https://github.com/ekmett/profunctors/") (home-page "https://github.com/ekmett/profunctors/")
(synopsis "Profunctors for Haskell") (synopsis "Profunctors for Haskell")