diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:12:04 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:28 -0500 |
commit | 899b5297cc91e5ff427728434d357eba1d4b1f5a (patch) | |
tree | c694caef6b3e07331c9ed4dfecd20f25d400b34d /gnu | |
parent | a6a79897bc492cf708c8cbe8df665cdbc13f38f8 (diff) |
gnu: ghc-profunctors: Update to 5.3.
* gnu/packages/haskell-xyz.scm (ghc-profunctors): Update to 5.3.
[arguments]: Remove '#:cabal-revision'.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 4827f8ba41..c8fbec048d 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -7944,7 +7944,7 @@ API.") (define-public ghc-profunctors (package (name "ghc-profunctors") - (version "5.2.2") + (version "5.3") (source (origin (method url-fetch) @@ -7954,11 +7954,8 @@ API.") ".tar.gz")) (sha256 (base32 - "0s1pwjidbn761xk43pmzyvn99hm3psdifjd78ylki7f97aiyd0g9")))) + "1dx3nkc27yxsrbrhh3iwhq7dl1xn6bj7n62yx6nh8vmpbg62lqvl")))) (build-system haskell-build-system) - (arguments - `(#:cabal-revision - ("2" "1ywlg9z8nlhd2avgb8c6gbkv8zyk7hvc25926bafyg0m0k8y1amq"))) (inputs `(("ghc-base-orphans" ,ghc-base-orphans) ("ghc-bifunctors" ,ghc-bifunctors) |