LGTM, thanks!

On Tue, Mar 18, 2014 at 3:19 PM, Petr Pudlak <[email protected]> wrote:

> 'lens' requires a fixed version because the dependencies of the most
> recent version fail to install under Wheezy.
> 'lifted-base' was missing.
>
> Signed-off-by: Petr Pudlak <[email protected]>
> ---
>  INSTALL | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/INSTALL b/INSTALL
> index 29d8a7a..1b0739d 100644
> --- a/INSTALL
> +++ b/INSTALL
> @@ -191,7 +191,8 @@ ones not available in your distribution packages) via
> ``cabal``::
>
>    $ cabal install json network parallel utf8-string curl hslogger \
>                    Crypto text hinotify==0.3.2 regex-pcre \
> -                  attoparsec vector base64-bytestring lens
> +                  attoparsec vector base64-bytestring \
> +                  lifted-base==0.2.0.3 lens==3.10
>
>  Haskell optional features
>  ~~~~~~~~~~~~~~~~~~~~~~~~~
> --
> 1.9.0.279.gdc9e3eb
>
>

Reply via email to