aboutsummaryrefslogtreecommitdiff
path: root/lang/purescript/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* lang/purescript: Update to 0.15.16Gleb Popov9 days1-109/+113
|
* lang/purescript: Update to 0.15.15Älven2024-06-091-1/+2
| | | | PR: 279446
* lang/purescript: update to 0.15.14awoonya2024-02-011-68/+70
|
* Haskell ports: Fix dependency on GHC 9.2 after its upgrade.Gleb Popov2023-06-071-1/+1
| | | | Reported by: pkg-fallout
* lang/purescript: Update to 0.15.9 and switch to GHC 9.2Gleb Popov2023-05-271-30/+33
|
* lang/purescript: Update to 0.15.8Gleb Popov2023-03-121-27/+26
|
* lang/purescript: Unbreak with recent GHC.Gleb Popov2023-02-201-14/+16
| | | | Reported by: pkg-fallout
* lang/purescript: Update to 0.15.7Gleb Popov2022-12-241-11/+6
|
* Some Haskell ports: Mark BROKEN on aarch64.Gleb Popov2022-12-241-0/+2
| | | | | | | | | | | | | These ports are failing on build cluster for some time. I tried reproducing it locally and it turned out to be a strange heisenbug - the compiler crashes when compiling different unrelated files and restarting the build makes the problem go away. I wasn't able to extract a minimal reproducing testcase, so didn't contact upstream. Mark BROKEN for now and hope for a new compiler version to work. Reported by: pkg-fallout
* lang/purescript: Update to 0.15.6Gleb Popov2022-11-241-3/+2
|
* Uses/cabal.mk: Rework MASTER_SITES and DISTFILES handling.Gleb Popov2022-11-201-21/+22
| | | | | | | | | | | | | This change removes duplicated entries from MASTER_SITES and DISTFILES variables. Now the MASTER_SITES variable will contain single Hackage URL without any group for the simplest case and with :_cabal_mk_hackage group in nodefault case. This change opens a path to using non-Hackage Cabal repositories (needed for Cardano) and pulling in .cabal revisions without using patches. Unfortunately, this change results in a large churn in Haskell ports distinfos. To make this churn less useless, refresh all Haskell dependencies in all ports.
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* lang/purescript: Unbreak for aarch64.Gleb Popov2022-08-311-2/+0
| | | | This reverts commit 7c9b88eafda2975a8e797575b2826c3b0bf77ce6.
* lang/purescript: Update to 0.15.4Gleb Popov2022-08-111-35/+37
|
* Uses/cabal.mk: Rename `EXECUTABLES` to `CABAL_EXECUTABLES`.Gleb Popov2022-08-091-2/+2
| | | | | | Approved by: tcberner Differential Revision: https://reviews.freebsd.org/D36079
* lang/purescript: Mark BROKEN on aarch64.Gleb Popov2022-07-211-0/+2
| | | | Reported by: pkg-fallout
* lang/purescript: Update to 0.15.3Gleb Popov2022-07-071-110/+93
|
* devel/libffi: Bump deps PORTREVISION for shlib changeKevin Bowling2022-05-091-0/+1
| | | | | PR: 263764 Reported by: VVD <vvd@unislabs.com>
* lang/purescript: Update to 0.14.5Gleb Popov2021-10-291-1/+1
|
* devel/hs-purescript: Update to 0.14.4Alexis Praga2021-09-051-5/+5
|
* lang/purescript: Update to 0.14.3Gleb Popov2021-08-171-46/+46
| | | | Reported by: Coop <coop.coding@gmail.com>
* lang/purescript: Update to 0.14.1Gleb Popov2021-04-261-86/+88
|
* Bump USES=cabal ports after 12837690ed0cTobias Kortkamp2021-04-211-0/+1
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* lang/purescript: Update to 0.14.0Gleb Popov2021-03-021-2/+3
| | | | Notes: svn path=/head/; revision=566975
* lang/ghc: Update to 8.10.1.Gleb Popov2020-08-161-2/+1
| | | | | | | As usual, along with the compiler, many Haskell packages are updated as well. Notes: svn path=/head/; revision=545088
* Chanse update of devel/libffiNiclas Zeising2020-07-041-1/+1
| | | | | | | | | | | | | Chase the devel/libffi update Bump portrevision of all dependent ports to chace shard library version bump in libffi. Update LIB_DEPENDS lines where needed to not require a specific version of libffi.so. PR: 247028 (for tracking) Notes: svn path=/head/; revision=541232
* lang/purescript: Downgrade "language-javascript" to 0.7.0.0. PureScript is notGleb Popov2020-06-161-1/+2
| | | | | | | yet prepared for "async" being a JS keyword. Notes: svn path=/head/; revision=539354
* lang/purescript: Update to 0.13.8Gleb Popov2020-06-151-14/+17
| | | | Notes: svn path=/head/; revision=538977
* lang/purescript: Update to 0.13.6 and fix build with recent GHC. Somehow I ↵Gleb Popov2020-05-071-65/+83
| | | | | | | | | missed this port when committing the update. Notes: svn path=/head/; revision=534250
* Follow-up commit to r512796.Gleb Popov2019-09-251-0/+142
Notes: svn path=/head/; revision=512797