diff options
Diffstat (limited to 'gnu/packages/haskell.scm')
| -rw-r--r-- | gnu/packages/haskell.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index e9a86e25e56..e8c6b25dfda 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm | |||
| @@ -2370,12 +2370,11 @@ parser isolation, and labeled blocks for better error messages.") | |||
| 2370 | (arguments `(#:tests? #f)) ; FIXME: Test fails with "cannot satisfy | 2370 | (arguments `(#:tests? #f)) ; FIXME: Test fails with "cannot satisfy |
| 2371 | ; -package contravariant-1.3.3" | 2371 | ; -package contravariant-1.3.3" |
| 2372 | (inputs | 2372 | (inputs |
| 2373 | `(("ghc-distributive" ,ghc-distributive) | 2373 | `(("ghc-contravariant" ,ghc-contravariant) |
| 2374 | ("ghc-transformers-compat" ,ghc-transformers-compat) | 2374 | ("ghc-distributive" ,ghc-distributive) |
| 2375 | ("ghc-contravariant" ,ghc-contravariant) | ||
| 2376 | ("ghc-semigroups" ,ghc-semigroups) | 2375 | ("ghc-semigroups" ,ghc-semigroups) |
| 2377 | ("ghc-tagged" ,ghc-tagged) | 2376 | ("ghc-tagged" ,ghc-tagged) |
| 2378 | ("ghc-contravariant" ,ghc-contravariant))) | 2377 | ("ghc-transformers-compat" ,ghc-transformers-compat))) |
| 2379 | (home-page "https://github.com/ekmett/comonad/") | 2378 | (home-page "https://github.com/ekmett/comonad/") |
| 2380 | (synopsis "Comonads for Haskell") | 2379 | (synopsis "Comonads for Haskell") |
| 2381 | (description "This library provides @code{Comonad}s for Haskell.") | 2380 | (description "This library provides @code{Comonad}s for Haskell.") |
