diff options
author | Timothy Sample <samplet@ngyro.com> | 2019-10-31 13:14:49 -0400 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2019-11-20 20:48:29 -0500 |
commit | a8aaadf211cab14ae057f39dfd6346f7406390bb (patch) | |
tree | ba6377fa4f303c2b8878725bd655bb1b5ce56286 | |
parent | 1a4fbc3647923d0133890eaa536b51f6a874d9db (diff) |
gnu: ghc-semigroupoids: Update to 5.3.3.
* gnu/packages/haskell-xyz.scm (ghc-semigroupoids): Update to 5.3.3.
[arguments]: Remove '#:cabal-revision'.
-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 bd7073b081..05f59965c6 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -9024,7 +9024,7 @@ a memory chunk that will be auto-scrubbed after it run out of scope.") (define-public ghc-semigroupoids (package (name "ghc-semigroupoids") - (version "5.2.2") + (version "5.3.3") (source (origin (method url-fetch) @@ -9034,11 +9034,8 @@ a memory chunk that will be auto-scrubbed after it run out of scope.") ".tar.gz")) (sha256 (base32 - "17i96y4iqj8clcs090lf6k0ij3j16nj14vsfwz0mm9nd6i4gbpp4")))) + "016hc4imr9l4szs3p7f1aahvxr5wv4clvr3qzrm3nibssg5vrs61")))) (build-system haskell-build-system) - (arguments - `(#:cabal-revision - ("4" "0pqfrxzypjq6z8lgdkzq4vhcyqkpk5326hny0r6snpc3gm78r4ij"))) (inputs `(("ghc-base-orphans" ,ghc-base-orphans) ("ghc-transformers-compat" ,ghc-transformers-compat) |