diff options
author | Gabriel Wicki <gabriel@erlikon.ch> | 2024-11-05 23:23:50 +0100 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2024-12-10 22:34:24 -0800 |
commit | 1199a19ba7a1486ef016e8991d21d53e9c7eb990 (patch) | |
tree | 71020648f15fd983878b8e17ab2af8a08ccb9bae /gnu/packages/haskell-apps.scm | |
parent | 65425efb3023f38a8700681ea7c6e9d81052a990 (diff) |
gnu: Fix synopsis in various haskell packages.
* gnu/packages/haskell-apps.scm (scroll): Fix synopsis.
* gnu/packages/haskell-crypto.scm (ghc-curve25519): Fix synopsis.
* gnu/packages/haskell-xyz.scm (ghc-base-compat-batteries): Fix synopsis.
(ghc-generic-lens-core): Fix synopsis. (ghc-generic-lens): Fix synopsis.
(ghc-skylighting): Fix synopsis. (ghc-git-lfs): Fix synopsis. (ghc-barbies):
Fix synopsis. (ghc-witherable): Fix synopsis. (ghc-pcg-random): Fix
synopsis. (ghc-ordered-containers): Fix synopsis. (ghc-cabal-syntax): Fix
synopsis. (ghc-tasty-hslua): Fix synopsis. (ghc-hslua-marshalling): Fix
synopsis. (ghc-lua-arbitrary): Fix synopsis. (ghc-hslua-aeson): Fix
synopsis. (ghc-gridtables): Fix synopsis. (ghc-servant): Fix synopsis.
(ghc-servant-server): Fix synopsis. (ghc-hslua-packaging): Fix synopsis.
(ghc-hslua-module-version): Fix synopsis.
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'gnu/packages/haskell-apps.scm')
-rw-r--r-- | gnu/packages/haskell-apps.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm index 1f5d1d74d3..1ef3ed4035 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -920,7 +920,7 @@ is programmed in Haskell.") ghc-random ghc-vector)) (home-page "https://joeyh.name/code/scroll/") - (synopsis "scroll(6), a roguelike game") + (synopsis "Roguelike game") (description "You're a bookworm that's stuck on a scroll. You have to dodge between words and use spells to make your way down the page as the scroll is read. Go |