Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

ghcup

Working on producing the best installer experience in the haskell ecosystem
Collective - Host: opensource - https://opencollective.com/ghcup - Website: https://gitlab.haskell.org/haskell/ghcup-hs - Code: https://github.com/haskell/ghcup-hs

Adds reporting remaining leftover files sorted by Depth.

github.com/haskell/ghcup-hs - 61019ecd49d7b3f89f83fcb872967af4598c5cda authored over 3 years ago
make reported leftover file paths absolute

github.com/haskell/ghcup-hs - bed06d13347d1ee87f3c1d82d33a6502f0f98303 authored over 3 years ago
Update the running of "Nuke" command in Main.hs

github.com/haskell/ghcup-hs - f09f4bd1b78e9bb80eec7b8d460464fc116ed9da authored over 3 years ago
change logWarn to logDebug in "rmghcup / handlePathNotPresent" function

github.com/haskell/ghcup-hs - a3b11f21bb598509080a0eba8b9fdbef6ac19ed8 authored over 3 years ago
Fix a couple of typos in Main.hs

github.com/haskell/ghcup-hs - 69a461d9c3af87e4aa6d9caae766799c2710d001 authored over 3 years ago
updates path equating (which may fail) in "rmGhcup" function.

github.com/haskell/ghcup-hs - 1dfe5cfecf1fb9871c9e1de22046215a2b4af785 authored over 3 years ago
couple of windows indentation fixes in source files

github.com/haskell/ghcup-hs - 8e4550657ec70c08bc92887ad243a21adcc896fa authored over 3 years ago
warn user if current running ghcup exec is in non-standard location

github.com/haskell/ghcup-hs - aee7fa52c39cc41a89464054b3322d29175891d0 authored over 3 years ago
change type of rmGhcup fn from "Excepts '[NotInstalled] m ()" to m ()

github.com/haskell/ghcup-hs - d166cc84a1e93c5f5c18d80bb2e72176ae36651a authored over 3 years ago
Adds descriptive comments in rmGhcupDir explaing silent deletions and

leftover reporting.

github.com/haskell/ghcup-hs - bb7229d22456a67438a9cc8fb4370ff0d4269185 authored over 3 years ago
Fix a minor typo in some conditional windows code.

github.com/haskell/ghcup-hs - 708cd5ead9e1dc8c07277a7a4ca70a65485e3af7 authored over 3 years ago
integrate new rmGhcupDirs fn into Main.hs

github.com/haskell/ghcup-hs - f7986cb4da0793b27ae6caeab6ed6039d79f68f3 authored over 3 years ago
change return type of rmGhcupDirs to m [Filepath] from m ()

github.com/haskell/ghcup-hs - 395aeb415d5bf98292c5cfb12205995e22add154 authored over 3 years ago
adds returning left-over files back to Main.hs from rmGhcupDirs

github.com/haskell/ghcup-hs - 830fb70492d78b0f58571de861a65e529c36c9d0 authored over 3 years ago
factor out `getDirectoryContentsRecursive` function in GHCup.Utils.Prelude

github.com/haskell/ghcup-hs - 6379a26afb658f6cc90270c2bba67be9d0bed030 authored over 3 years ago
hide unsupportedOperation error in windows ghcup bin removal in case

of different drives.

github.com/haskell/ghcup-hs - 2277013c76e31def6f9f2cff9302fa690a178012 authored over 3 years ago
Merge branch 'feat-nuke' of gitlab.haskell.org:arjun/ghcup-hs into feat-nuke

github.com/haskell/ghcup-hs - 8934e0e6bdf5e58cdf4ab915eb913d68ae36302b authored over 3 years ago
handle symlink case when deleting directories in rmGhcupDirs

github.com/haskell/ghcup-hs - 59519febbc18d8691666b17611ca2ed4bebde38e authored over 3 years ago
Use rmFile instead of removeFile.

github.com/haskell/ghcup-hs - 46fcdd356c8f2d107e739256478f8aa193ee35e3 authored over 3 years ago
fix minor typo in conditional windows code

github.com/haskell/ghcup-hs - 931904f3881ea03cadd3b8baad2f7b500589d225 authored over 3 years ago
swap out system.Directory.rename for Win32.File.moveFileEx for windows

github.com/haskell/ghcup-hs - a40d0cbb5c85cd580cdf5cf2ecc5edc9b5bfbe5e authored over 3 years ago
Adds conditional windows ghcup bin removal code. Todo: test it, add

more exception handling if required.

github.com/haskell/ghcup-hs - 9f5df9db1009fe8d21ff85c94bf3605aa63fba6f authored over 3 years ago
adds rudimentary ghcup bin removal code. TODO: handle windows.

github.com/haskell/ghcup-hs - d26ddf7015c5d391e2d794782abe970589f24d05 authored over 3 years ago
adds conditional export of useXDG in non-windows OS-es. fix in rmGhcupDirs code that used useXDG

github.com/haskell/ghcup-hs - 951506540700d7360db4acdaa7166b1c739cb9ba authored over 3 years ago
adds bin dir removal code, checking for XDG

github.com/haskell/ghcup-hs - 82a8c61cf691b6639a1be506382ecec77d2ce959 authored over 3 years ago
Adds using 'rmFile' fn in rmGhcupDirs, it has better windows handling logic

github.com/haskell/ghcup-hs - 3fae516ce45610d77bf7deba88cdd935ec2dd3df authored over 3 years ago
adds better error handling when removing files and dirs in rmGhcupDirs function

github.com/haskell/ghcup-hs - 33eaa765d79cf4e41a8383e38cc6ad9a06740843 authored over 3 years ago
updates deleting dirs in rmGhcupDirs according to feedback on merge request

github.com/haskell/ghcup-hs - 3b3dde8413d5cc609924b24e6608636f5f13e6ee authored over 3 years ago
adds new getGhcupConfFilePath fn to GHCup.hs, also refactors to use for error handling in missing file cases

github.com/haskell/ghcup-hs - 118a2744fe0efab6e415600f5a37d47476ff6a6c authored over 3 years ago
abstracts out getting ghcup conf file path

github.com/haskell/ghcup-hs - 2e3dceecf868a66cb66d2ce1604f9ee785254625 authored over 3 years ago
Adds the new rmGhcupDirs function in Main.hs under Nuke command

github.com/haskell/ghcup-hs - 07fb04bb74d8dae711dafae67128ffbd50e636cb authored over 3 years ago
basic implementation of rmGhcupDirs function that removes relevant dirs in NUKE command

github.com/haskell/ghcup-hs - 8a1dbe9dbbd33b28882ce56588ec623ae247a233 authored over 3 years ago
Adds argument de-structuring to 'rmTool' function & remove the one in its body

github.com/haskell/ghcup-hs - 4ef36226165fd7a44bd88952140b168b61120237 authored over 3 years ago
Adds 10s Thread-Delay and relevant Logger messages to Main.hs

github.com/haskell/ghcup-hs - 82a704ab442df6b1d70ac4be272c8d8ba6c24c6d authored over 3 years ago
Adds some logger messages.

github.com/haskell/ghcup-hs - 0cb22945fe596bdafff5b9a0fb6b9028aaa16f88 authored over 3 years ago
Updates Main.hs to work with new rmTool.

github.com/haskell/ghcup-hs - d09adf9159134ecbb61f114bd69a798222c460ac authored over 3 years ago
change rmTool type to ` Excepts '[NotInstalled ] m () `

github.com/haskell/ghcup-hs - 0b959c56fb23583c8c588e5b174127ffc7808707 authored over 3 years ago
Adds basic implementation of rmTool function

github.com/haskell/ghcup-hs - ec29332657ae00aadaeb51ad982e490a830c161e authored over 3 years ago
Move Nuke Command a little down in the file

github.com/haskell/ghcup-hs - 0f6381e67bc9e77f242c4ddb6d599e155defd8e4 authored over 3 years ago
Adds basic "nuke" command structure so that it reflects in ghcup cli

github.com/haskell/ghcup-hs - 877b55e21d5f9736038e6701903e322634f56ee8 authored over 3 years ago
Use GetFolderPath to get the Desktop location

On my system, for example, Desktop is backed up with OneDrive

github.com/haskell/ghcup-hs - fa11ca665f80253a009a0df21ef762ee492e1fd4 authored over 3 years ago
Add windows HLS 1.2.0

github.com/haskell/ghcup-hs - d9d196439ff1866c83e7a663dfa064674aff4748 authored over 3 years ago
Update HLS to 1.2.0

github.com/haskell/ghcup-hs - a34fc4ad4fe9c3007db423da04ae7cc7940ed27d authored over 3 years ago
Merge branch 'fix-ci'

github.com/haskell/ghcup-hs - b4d52b88c1626217317cee3ed8dc4da3ca77b9ee authored over 3 years ago
Update metadata for 0.1.15.2

github.com/haskell/ghcup-hs - 3fc3d273610ed12991983fd99b7ddd15da858ba9 authored over 3 years ago
Release 0.1.15.2

github.com/haskell/ghcup-hs - a608a105e35c5a8917b0d8d74ec9e45db4e5b42f authored over 3 years ago
Merge branch 'update-lol'

github.com/haskell/ghcup-hs - 2e3e413f6cc1b9c7245fd1249ed6e1419f8acb9a authored over 3 years ago
Enable libarchive wrt #147

github.com/haskell/ghcup-hs - dfb6c09133c747dc855f7493f1a505e4a6c84968 authored over 3 years ago
Fix ghcup upgrade if binary is in non-standard location

github.com/haskell/ghcup-hs - 41783ff02750aa7de1a4d63ba88364da6bdfc6c2 authored over 3 years ago
Allow to skip update checks

github.com/haskell/ghcup-hs - 08b0ecd0570094c9d10a83e47f1c82ee5cc375c4 authored over 3 years ago
Fix ghcup_version.sh

github.com/haskell/ghcup-hs - 7e317984465c07ea1bba7ae1c37e598e91c59810 authored over 3 years ago
Update windows CI

github.com/haskell/ghcup-hs - 534afa6e8dc118414360f2b82f435d1be4ec62d2 authored over 3 years ago
Ensure directories

github.com/haskell/ghcup-hs - b56c44a2102c7b08d87c4e3dfba53aa67d13b42d authored over 3 years ago
Fix windows upgrade for good

github.com/haskell/ghcup-hs - ef0c94fddd79a0e748fbc75461ead48459c50873 authored over 3 years ago
Fix 'ghcup upgrade' on windows

github.com/haskell/ghcup-hs - b40cefee357b1cb8c888f9c737fae3b11cb9cb10 authored over 3 years ago
Add warning about XDG dirs

github.com/haskell/ghcup-hs - ff32ccfb50852c972f0e7c1140a534c5bf23a34d authored over 3 years ago
Fix compliation from git

github.com/haskell/ghcup-hs - 581108ab658513491f7d7aa3df202d00e13dc440 authored over 3 years ago
Gracefully handle stack binary not installed by ghcup

github.com/haskell/ghcup-hs - 54e8e3efb051a2f9de805c8a6ea6ead6439a0c38 authored over 3 years ago
Remove legacy handling of cabal binary

github.com/haskell/ghcup-hs - 4dcc63606e225449c39edadf7771b2266f7cde5d authored over 3 years ago
Allow more failures

github.com/haskell/ghcup-hs - a396b6044d4e77a299c381392034cf803c0378cb authored over 3 years ago
Don't error on stack/hls failed install

github.com/haskell/ghcup-hs - 94e5d2e19f95d1c760dfa5c7ff38d75cea009bca authored over 3 years ago
Mark stack 2.5.1 as old

github.com/haskell/ghcup-hs - a0976eee70b14aca7143e6d70930439251c2f6e5 authored over 3 years ago
Improve stack post install message

github.com/haskell/ghcup-hs - 61494d8c4b6a49d8ecc66f389e85078702b4e583 authored over 3 years ago
Fix copy button under windows

github.com/haskell/ghcup-hs - 2b34c2dd69155229ce4638495fb47a4244d34bd8 authored over 3 years ago
Merge remote-tracking branch 'origin/merge-requests/97'

github.com/haskell/ghcup-hs - afc30b87dd3e6cf7cd50fff6915fa56ed03965b7 authored over 3 years ago
fix ghcup-0.0.4.yaml

Windows is an unknown platform in < 0.1.15

github.com/haskell/ghcup-hs - ed0a63eb0c0909e876152aa27d65d084de8ff75b authored over 3 years ago
Merge branch 'prepare-0.1.15.1'

github.com/haskell/ghcup-hs - d4bffd2c4a8928e464147e1b705a9f3bc7e590de authored over 3 years ago
Fix up 0.1.15.1

github.com/haskell/ghcup-hs - 650f0a3e4e3c44703ddac82c9b4ede77322106da authored over 3 years ago
Add FreeBSD to 0.1.14.1

github.com/haskell/ghcup-hs - fd6ccf8f0af2a887407491d29639bb9e16734d14 authored over 3 years ago
Use homebrew llvm

github.com/haskell/ghcup-hs - d9fe4b8723fba3236c7382731f602ed23fdbae4e authored over 3 years ago
Fix aarch64 darwin thanks to bgamari

github.com/haskell/ghcup-hs - da2e7e0411219f6d37c31ad22e7dea4352cebefb authored over 3 years ago
Drop some mingw64 packages we don't need

github.com/haskell/ghcup-hs - 79d6a50e4444273337161543ff13d8fe9a299ffd authored over 3 years ago
Update darwin aarch64 install deps

github.com/haskell/ghcup-hs - a13a5e5d2062327720b438cf72a7a39be604378f authored over 3 years ago
Merge remote-tracking branch 'origin/merge-requests/96'

github.com/haskell/ghcup-hs - 82743dda2b14c9c7e47cd041ff8a850aec55be69 authored over 3 years ago
Registry api win7 compat

github.com/haskell/ghcup-hs - 6f80dd1fccc10acba556b87b7c0d3897a0ee031c authored over 3 years ago
Update darwin aarch64 install deps

github.com/haskell/ghcup-hs - 1325dce49384a6f4f533f95a6486da0099e8ebbc authored over 3 years ago
Remove unnecessary micro version stripping

Since we can specify version bounds now, this is unnecessary.

github.com/haskell/ghcup-hs - ac21c19b7e44362bd73c659e5abc7a2df2f45a8b authored over 3 years ago
Add FreeBSD 8.10.5 tarballs

github.com/haskell/ghcup-hs - 2b4088d0687b84bb3cf5cfd47331f6dcba319e42 authored over 3 years ago
Fix release script

github.com/haskell/ghcup-hs - d86dc9b1d72f832f6c091928b75b8cad5264a90e authored over 3 years ago
Update lzma-static

github.com/haskell/ghcup-hs - 9982311c87385b27ea334199736bb576eff39c27 authored over 3 years ago
Add Darwin Big Sur AARCH64 binaries

github.com/haskell/ghcup-hs - 40c88d0b66979e079b2df5c013d6e50ec70a63a9 authored over 3 years ago
Bump to 0.1.15.1

github.com/haskell/ghcup-hs - e0ee1c2f9471729f9e82735b8e3e85802806061a authored over 3 years ago
Merge branch 'update-CI'

github.com/haskell/ghcup-hs - df86183e97d0b58c00c32f7750dfcf9bab28cbcd authored over 3 years ago
Update install_deps

github.com/haskell/ghcup-hs - f7868dc646835f5f9d192d6f4a96a508ebc85097 authored over 3 years ago
Allow to specify cabal directory

github.com/haskell/ghcup-hs - e742be769397d9198f71d9fda314b7821acd8f16 authored over 3 years ago
Make Silent a switch

github.com/haskell/ghcup-hs - 924bc8698d9b768f19457801f1dcbba9daacc35d authored over 3 years ago
Enable Mac AARCH64

github.com/haskell/ghcup-hs - 700e04535a5db0885d0745bea375346b44692971 authored over 3 years ago
Use absolute ghcup binary path

github.com/haskell/ghcup-hs - 468fc5ade99a1fd4a949a98e267efc75b9dc8e8a authored over 3 years ago
Improve portability

github.com/haskell/ghcup-hs - 2c077db36ba58bbb3f9599a93cb1f83f0c76b5f2 authored over 3 years ago
Improve error handling

github.com/haskell/ghcup-hs - f80638bba4235c2e4c31c2a52951d627b90fb243 authored over 3 years ago
Improvements to bootstrap scripts

github.com/haskell/ghcup-hs - 860aa0dafd4cfc51abaf2115726711275248da49 authored over 3 years ago
Allow setting GHCUP_INSTALL_BASE_PREFIX on windows

github.com/haskell/ghcup-hs - 27510b3b51b1216634073882d68dd4dd010ac824 authored over 3 years ago