Commit graph

32 commits

Author SHA1 Message Date
BrewTestBot
89fe6f1d1f agda: update 2.4.2.5 bottle. 2016-02-26 19:41:32 +00:00
ilovezfs
4a3c287d69 agda: fix HashMap build failure
Use the nightly stackage cabal.config from 2016-02-08, since it was the
last nightly to contain
  < unordered-containers-0.2.5.1 and
  < transformers-compat-0.5.1.4 (necessitated by the former)

This avoids a conflict between ‘module HashMap' and 'mapMaybe', and one
between ‘module HashMap’ and ‘alter’.

Once 2.5.1 is released, the hard-coded cabal.config should be removed.

References:
  agda/agda@0ee2951
  agda/agda#1779
  agda/agda#1840

Closes Homebrew/homebrew#49427.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-26 19:41:29 +00:00
Miëtek Bak
461d33c9b5 agda: simplify formula 2015-12-25 21:05:39 +00:00
BrewTestBot
4b9c5c328f agda: update 2.4.2.5 bottle. 2015-12-22 20:45:19 -08:00
Miëtek Bak
a9ff580673 agda 2.4.2.5
Closes Homebrew/homebrew#47237.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2015-12-22 20:45:17 -08:00
Miëtek Bak
e0f3956d10 agda: fix non-standard library location
Installs the Agda standard library at a version-independent path.

Fixes Homebrew/homebrew#45326.
2015-12-22 20:45:17 -08:00
BrewTestBot
ce28628354 agda: update 2.4.2.4_2 bottle. 2015-12-19 18:41:10 -08:00
Miëtek Bak
ce0edd2cbb Agda: Tweak layout; bump revision
Fixes Homebrew/homebrew#47189.

Closes Homebrew/homebrew#47190.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2015-12-19 18:41:07 -08:00
BrewTestBot
d9bde78cb3 agda: update 2.4.2.4_1 bottle. 2015-12-05 16:36:13 -08:00
Alex Dunn
cf5646beeb agda: leave elisp files in-place
Otherwise `agda-mode locate` fails to give the correct path.

Fixes Homebrew/homebrew#46678.

Closes Homebrew/homebrew#46688.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2015-12-05 16:36:11 -08:00
Xu Cheng
261b380122 agda: assign minimum emacs version
Temporary fix for Homebrew/homebrew#45616.

Closes Homebrew/homebrew#45616.
2015-11-04 20:46:04 +08:00
BrewTestBot
a488a28f40 agda: update 2.4.2.4_1 bottle. 2015-11-01 20:44:16 -08:00
Alex Dunn
1eb0effe5b agda: fix HEAD build, install Emacs Lisp
Closes Homebrew/homebrew#45597.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2015-11-01 20:44:14 -08:00
BrewTestBot
004bd23348 agda: update 2.4.2.4 bottle. 2015-11-01 09:07:32 -08:00
Miëtek Bak
5b69c6bcac agda 2.4.2.4
Agda: Fix broken --with-emacs option

Changes the dependency on Emacs from optional to recommended.

Fixes compilation of the Emacs mode by patching the code to add a
dependency on the fontset Emacs package.  The patch is intended to
be removed once https://github.com/agda/agda/pull/1700 is merged.

Fixes Homebrew/homebrew#45322.

Agda: Fix broken --with-malonzo-ffi option

Removes the --with-malonzo-ffi option, as the FFI bindings for the
MAlonzo backend are part of the Agda standard library.

Improves the attempt to compile and install the FFI bindings by
using a dedicated GHC package database, and cleaning up leftover
build products.

Ensures the test using the FFI bindings references them properly.

Adds a caveats section explaining how to reference the standard
library.

Fixes Homebrew/homebrew#45321.

Agda: Fix test failures

Adds a dependency on GHC, in order to support compiling programs to
native code using the MAlonzo backend.  Installing GHC can be
disabled using the --without-malonzo option.

Ensures the tests using the MAlonzo backend are run only when GHC is
installed.

Ensures the test using the standard library's FFI bindings for the
MAlonzo backend is run properly.

Fixes Homebrew/homebrew#45318.

Agda: Fix installation of unnecessary files

Installs the standard library's helper tools within the Cabal
sandbox already used as part of the build process.

Improves the standard library build process by cleaning up leftover
build products.

Fixes Homebrew/homebrew#45320.

Agda: Satisfy brew audit agda --strict --online

Agda: Fix standard library version and revision

Closes Homebrew/homebrew#45327.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-11-01 09:07:14 -08:00
BrewTestBot
06877d9096 agda: update 2.4.2.3_2 bottle. 2015-09-24 07:49:42 +01:00
BrewTestBot
533001e750 agda: update 2.4.2.3_2 bottle. 2015-07-23 05:43:49 +01:00
Dominyk Tiller
600bde2d88 agda: revision for ghc
Closes Homebrew/homebrew#42024.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-07-23 05:43:46 +01:00
Dominyk Tiller
251d985ac0 agda: ghc is not runtime 2015-07-22 17:24:05 +01:00
BrewTestBot
a6abce3e6c agda: update 2.4.2.3_1 bottle. 2015-07-20 08:34:12 +01:00
Alexander Altman
91bd10103e agda: remove epic support
The epic backend is now deprecated.

Closes Homebrew/homebrew#41911.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-20 08:34:08 +01:00
BrewTestBot
929e7d2f3b agda: update 2.4.2.3 bottle. 2015-07-17 05:10:59 +01:00
Tomasz Pajor
33682144f9 agda 2.4.2.3
Closes Homebrew/homebrew#41696.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-07-17 05:10:52 +01:00
Baptiste Fontaine
07dc2b3c99 batch http->https fixes
Closes Homebrew/homebrew#41553.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-07-12 12:53:09 +02:00
Nikolaus Wittenstein
758f6e9533 Add descriptions to all remaining homebrew packages 2015-06-05 14:47:57 +01:00
Misty De Meo
362d6d1460 Cabal: move fails_with to a class method
Fixes Homebrew/homebrew#39950.
2015-05-28 19:30:10 -07:00
Geoff Nixon
bacf448d34 agda: ghc is a build-time dependency.
Closes Homebrew/homebrew#39209.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-05-13 11:30:10 +01:00
BrewTestBot
9d8ac9ed0f agda: update 2.4.2.2_1 bottle. 2015-02-10 08:41:03 +00:00
Alexander Altman
ef78e7bc82 agda: add standard library.
Closes Homebrew/homebrew#36584.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-02-10 08:41:03 +00:00
Mike McQuaid
4dd5afc53e agda: ghc is needed at runtime. 2015-01-25 10:05:02 +00:00
BrewTestBot
c0ee78f824 agda: add 2.4.2.2 bottle. 2015-01-23 17:35:52 +01:00
Alexander Altman
95e2f8dcc9 agda 2.4.2.2 (new formula)
Closes Homebrew/homebrew#36095.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-01-23 17:35:43 +01:00