guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/2] gnu: ghc: Add GHC_PACKAGE_PATH native search path.


From: Ian Denhardt
Subject: Re: [PATCH 2/2] gnu: ghc: Add GHC_PACKAGE_PATH native search path.
Date: Wed, 07 Oct 2015 00:44:12 -0400
User-agent: alot/0.3.6

Quoting address@hidden (2015-10-06 17:26:17)
> +  (define (line-items str)
> +    ;; Return a list of the whitespace-delimited "words" in a string
> +    (remove string-null?
> +            (map string-trim-both (string-split str char-set:whitespace))))

This strikes me as something generally useful enough to go with general
string manipulation code somewhere. Maybe (guix utils)?

Attachment: signature.asc
Description: signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]