[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 21/43] gnu: ghc-transformers-compat: New variables.
From: |
Paul van der Walt |
Subject: |
Re: [PATCH 21/43] gnu: ghc-transformers-compat: New variables. |
Date: |
Tue, 20 Oct 2015 16:12:03 +0200 |
On 2015-10-19 at 16:37, quoth Eric Bavier:
>> + (package
>> + (name "ghc-exceptions")
>> .....
>> + (inputs
>> + `(("ghc-quickcheck" ,ghc-quickcheck)))
>
> Is this still required even with '#:tests? #f'?
Turns out it's not. Fixed.
>> + (description
>> + "Extensible optionally-pure exceptions")
>
> This is a fragment. In general, I notice that the formatting style
> varies a bit accross packages. Could you make sure that formatting, at
> least within gnu/packages/haskell.scm is mostly consistent?
Fixed in this package, will look at the rest before pushing.
>> + (package
>> + (name "ghc-temporary")
>> .....
>> + (synopsis "Portable temporary file and directory support for Windows and
>> +Unix, based on code from Cabal")
>> + (description "The functions for creating temporary files and directories
>> +in the base library are quite limited. The unixutils package contains some
>> +good ones, but they aren't portable to Windows. This library just repackages
>> +the Cabal implementations of its own temporary file and folder functions so
>> +that you can use them without linking against Cabal or depending on it being
>> +installed.")
>> + (license bsd-3)))
>
> Again, we don't really need to mantion portability aspects.
Fixed.
>> + (package
>> + (name "ghc-silently")
>> + (arguments `(#:tests? #f)) ;; circular dependency with nanospec
>> + (inputs
>> + `(("ghc-temporary" ,ghc-temporary)))
>
> Is this required with '#:tests? #f', and if so, does it need to be
> propagated?
You're right, it seems it was only necessary for the tests. Removed
entirely.
>> + (description
>> + "Prevent or capture writing to stdout and other handles.")
>
> Could you expand this so it's not a fragment?
Done.
- [PATCH 14/43] gnu: ghc-http: Update to 4000.2.20., (continued)
- [PATCH 14/43] gnu: ghc-http: Update to 4000.2.20., Paul van der Walt, 2015/10/15
- [PATCH 13/43] gnu: ghc-old-time: Add variable., Paul van der Walt, 2015/10/15
- [PATCH 21/43] gnu: ghc-transformers-compat: New variables., Paul van der Walt, 2015/10/15
- [PATCH 20/43] gnu: ghc-quickcheck-io: Add variable., Paul van der Walt, 2015/10/15
- [PATCH 15/43] gnu: cabal-install: Update to 1.22.6.0., Paul van der Walt, 2015/10/15
- [PATCH 19/43] gnu: ghc-setenv: New variable., Paul van der Walt, 2015/10/15
- [PATCH 22/43] gnu: ghc-hspec: New variables., Paul van der Walt, 2015/10/15