diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-01-24 02:22:20 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-01-24 02:38:00 -0800 |
commit | a8d73e699eaf81f7cba94a22cea4e1ed6365dad8 (patch) | |
tree | 983e24d47601ddfb3c726bbfa20652084573e9b5 /gnu/packages/haskell-xyz.scm | |
parent | a6d35eb4553e33b2dd6c829060232656c6b21d47 (diff) | |
download | patches-a8d73e699eaf81f7cba94a22cea4e1ed6365dad8.tar patches-a8d73e699eaf81f7cba94a22cea4e1ed6365dad8.tar.gz |
gnu: ghc-time-compat: Fix typo "This package".
* gnu/packages/haskell-xyz (ghc-time-compat)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 94e9a22115..af940f02fc 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -11742,7 +11742,7 @@ function which generates instances.") ("1" "0k8ph4sydaiqp8dav4if6hpiaq8h1xsr93khmdr7a1mmfwdxr64r"))) (home-page "https://github.com/phadej/time-compat") (synopsis "Compatibility package for time") - (description "This packages tries to compat as many @code{time} + (description "This package tries to compat as many @code{time} features as possible.") (license license:bsd-3))) |