>From 3cb586749f2333d0885d20b70a72e4bb38e69c69 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 20 Sep 2016 20:53:49 -0400 Subject: [PATCH 5/8] ghc-findbin synopsis fix --- gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 026cc32..9a457e8 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm @@ -6811,9 +6811,9 @@ other transformers.") "197xvn05yysmibm1p5wzxfa256lvpbknr5d1l2ws6g40w1kpk717")))) (build-system haskell-build-system) (home-page "https://github.com/audreyt/findbin") - (synopsis "Locate directory of original program") + (synopsis "Get the absolute path of the running program") (description - "This module locates the full directory to the running program, to allow + "This module locates the full directory of the running program, to allow the use of paths relative to it. FindBin supports invocation of Haskell programs via \"ghci\", via \"runhaskell/runghc\", as well as compiled as an executable.") -- 2.10.0