[Agda] [ANNOUNCE] Agda 2.5.2

Kenichi Asai asai at is.ocha.ac.jp
Fri Jan 6 11:55:29 CET 2017


Dear all,

On clean MacOS Sierra, I installed Haskell Platform Full (64bit)
and then did:

cabal update
cabal install cabal-install
cabal install Agda

but it produced the following three errors:

> setup: The program 'alex' version >=3.1.0 && <3.2.0 || >=3.2.1 && <3.3 is
> required but it could not be found.

> setup: The program 'happy' version >=1.19.4 && <2 is required but it
> could not be found.

> setup: The program 'cpphs' version >=1.20.2 is required but it could not
> be found.

Thus, I had to execute:

cabal install alex
cabal install happy
cabal install cpphs

before I could install Agda.  The same thing appears to be reported in
May last year.  You might want to write Agda's dependency on these three
packages, so that the simple "cabal install Agda" would succeed.

Sincerely,

-- 
Kenichi Asai


On Thu, Dec 22, 2016 at 09:20:39AM -0500,
 Andrés Sicard-Ramírez wrote:

> Dear all,
> 
> The Agda Team is very pleased to announce the release of Agda 2.5.2.
> 
> 
> GHC supported versions
> ===============
> 
> Agda 2.5.2 has been tested with GHC 7.6.3, 7.8.4, 7.10.3 and 8.0.1.
> 
> 
> Installation
> =======
> 
>   cabal update && cabal install Agda
> 
> 
> Standard library
> ==========
> 
> The version of the standard library compatible with Agda 2.5.2 is available at
> 
>   https://github.com/agda/agda-stdlib/releases/tag/v0.13
> 
> (The release of the standard library 0.13 will be announced later).
> 
> 
> What is new, fixed issues and incompatibilities
> ============================
> 
>   http://hackage.haskell.org/package/Agda-2.5.2/changelog
> 
> 
> Enjoy Agda 2.5.2.
> 
> --
> Andrés, on behalf of the Agda Team
> La información contenida en este correo electrónico está dirigida únicamente a su destinatario y puede contener información confidencial, material privilegiado o información protegida por derecho de autor. Está prohibida cualquier copia, utilización, indebida retención, modificación, difusión, distribución o reproducción total o parcial. Si usted recibe este mensaje por error, por favor contacte al remitente y elimínelo. La información aquí contenida es responsabilidad exclusiva de su remitente por lo tanto la Universidad EAFIT no se hace responsable de lo que el mensaje contenga. The information contained in this email is addressed to its recipient only and may contain confidential information, privileged material or information protected by copyright. Its prohibited any copy, use, improper retention, modification, dissemination, distribution or total or partial reproduction. If you receive this message by error, please contact the sender and delete it. The information contained herein is the sole responsibility of the sender therefore Universidad EAFIT is not responsible for what the message contains.
> _______________________________________________
> Agda mailing list
> Agda at lists.chalmers.se
> https://lists.chalmers.se/mailman/listinfo/agda


More information about the Agda mailing list