diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-10-08 17:41:54 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-10-10 08:05:20 +0300 |
commit | 7c3f28fdc4edc00f66801cd51a5ba08eee44f77f (patch) | |
tree | e037542b45e80609d21206db0e91edf56ff355dd | |
parent | fee0bced7fec2f9950957976a28f033edd4f877c (diff) |
gnu: ghc-charset: Remove cabal-revision.
This is a follow-up to b97f549b14402421fcfb360ddd4cff7de93b9af0.
* gnu/packages/haskell-xyz.scm (ghc-charset)[arguments]: Remove cabal
revision.
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 3682de9ac6..bb0c39d17d 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -1851,9 +1851,6 @@ parser isolation, and labeled blocks for better error messages.") (base32 "1rw6y2insgljbi5l1nwqwv9v865sswjly9rvwipd8zajkgks7aks")))) (build-system haskell-build-system) - (arguments - `(#:cabal-revision - ("1" "1z6nxw2g9vgsjq0g159sk8mwj68lwzxzi5iv5ynha0h85jcqxszy"))) (inputs `(("ghc-semigroups" ,ghc-semigroups) ("ghc-unordered-containers" ,ghc-unordered-containers))) |