Ecosyste.ms: OpenCollective

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

github.com/haskell/ghcup-hs


https://github.com/haskell/ghcup-hs

Adds reporting remaining leftover files sorted by Depth.

61019ecd49d7b3f89f83fcb872967af4598c5cda authored over 3 years ago by Arjun Kathuria <[email protected]>
make reported leftover file paths absolute

bed06d13347d1ee87f3c1d82d33a6502f0f98303 authored over 3 years ago by Arjun Kathuria <[email protected]>
Update the running of "Nuke" command in Main.hs

f09f4bd1b78e9bb80eec7b8d460464fc116ed9da authored over 3 years ago by Arjun Kathuria <[email protected]>
change logWarn to logDebug in "rmghcup / handlePathNotPresent" function

a3b11f21bb598509080a0eba8b9fdbef6ac19ed8 authored over 3 years ago by Arjun Kathuria <[email protected]>
Fix a couple of typos in Main.hs

69a461d9c3af87e4aa6d9caae766799c2710d001 authored over 3 years ago by Arjun Kathuria <[email protected]>
updates path equating (which may fail) in "rmGhcup" function.

1dfe5cfecf1fb9871c9e1de22046215a2b4af785 authored over 3 years ago by Arjun Kathuria <[email protected]>
couple of windows indentation fixes in source files

8e4550657ec70c08bc92887ad243a21adcc896fa authored over 3 years ago by Arjun Kathuria <[email protected]>
warn user if current running ghcup exec is in non-standard location

aee7fa52c39cc41a89464054b3322d29175891d0 authored over 3 years ago by Arjun Kathuria <[email protected]>
change type of rmGhcup fn from "Excepts '[NotInstalled] m ()" to m ()

d166cc84a1e93c5f5c18d80bb2e72176ae36651a authored over 3 years ago by Arjun Kathuria <[email protected]>
Adds descriptive comments in rmGhcupDir explaing silent deletions and

leftover reporting.

bb7229d22456a67438a9cc8fb4370ff0d4269185 authored over 3 years ago by Arjun Kathuria <[email protected]>
Fix a minor typo in some conditional windows code.

708cd5ead9e1dc8c07277a7a4ca70a65485e3af7 authored over 3 years ago by Arjun Kathuria <[email protected]>
integrate new rmGhcupDirs fn into Main.hs

f7986cb4da0793b27ae6caeab6ed6039d79f68f3 authored over 3 years ago by Arjun Kathuria <[email protected]>
change return type of rmGhcupDirs to m [Filepath] from m ()

395aeb415d5bf98292c5cfb12205995e22add154 authored over 3 years ago by Arjun Kathuria <[email protected]>
adds returning left-over files back to Main.hs from rmGhcupDirs

830fb70492d78b0f58571de861a65e529c36c9d0 authored over 3 years ago by Arjun Kathuria <[email protected]>
factor out `getDirectoryContentsRecursive` function in GHCup.Utils.Prelude

6379a26afb658f6cc90270c2bba67be9d0bed030 authored over 3 years ago by Arjun Kathuria <[email protected]>
hide unsupportedOperation error in windows ghcup bin removal in case

of different drives.

2277013c76e31def6f9f2cff9302fa690a178012 authored over 3 years ago by Arjun Kathuria <[email protected]>
Merge branch 'feat-nuke' of gitlab.haskell.org:arjun/ghcup-hs into feat-nuke

8934e0e6bdf5e58cdf4ab915eb913d68ae36302b authored over 3 years ago by Arjun Kathuria <[email protected]>
handle symlink case when deleting directories in rmGhcupDirs

59519febbc18d8691666b17611ca2ed4bebde38e authored over 3 years ago by Arjun Kathuria <[email protected]>
Use rmFile instead of removeFile.

46fcdd356c8f2d107e739256478f8aa193ee35e3 authored over 3 years ago by Arjun Kathuria <[email protected]>
Fix typo

9f343c45e8496d7dcaecb1c022d5cb11f6efca67 authored over 3 years ago by Tom Ellis <[email protected]>
fix minor typo in conditional windows code

931904f3881ea03cadd3b8baad2f7b500589d225 authored over 3 years ago by Arjun Kathuria <[email protected]>
swap out system.Directory.rename for Win32.File.moveFileEx for windows

a40d0cbb5c85cd580cdf5cf2ecc5edc9b5bfbe5e authored over 3 years ago by Arjun Kathuria <[email protected]>
Adds conditional windows ghcup bin removal code. Todo: test it, add

more exception handling if required.

9f5df9db1009fe8d21ff85c94bf3605aa63fba6f authored over 3 years ago by Arjun Kathuria <[email protected]>
adds rudimentary ghcup bin removal code. TODO: handle windows.

d26ddf7015c5d391e2d794782abe970589f24d05 authored over 3 years ago by Arjun Kathuria <[email protected]>
adds conditional export of useXDG in non-windows OS-es. fix in rmGhcupDirs code that used useXDG

951506540700d7360db4acdaa7166b1c739cb9ba authored over 3 years ago by Arjun Kathuria <[email protected]>
adds bin dir removal code, checking for XDG

82a8c61cf691b6639a1be506382ecec77d2ce959 authored over 3 years ago by Arjun Kathuria <[email protected]>
Adds using 'rmFile' fn in rmGhcupDirs, it has better windows handling logic

3fae516ce45610d77bf7deba88cdd935ec2dd3df authored over 3 years ago by Arjun Kathuria <[email protected]>
adds better error handling when removing files and dirs in rmGhcupDirs function

33eaa765d79cf4e41a8383e38cc6ad9a06740843 authored over 3 years ago by Arjun Kathuria <[email protected]>
updates deleting dirs in rmGhcupDirs according to feedback on merge request

3b3dde8413d5cc609924b24e6608636f5f13e6ee authored over 3 years ago by Arjun Kathuria <[email protected]>
adds new getGhcupConfFilePath fn to GHCup.hs, also refactors to use for error handling in missing file cases

118a2744fe0efab6e415600f5a37d47476ff6a6c authored over 3 years ago by Arjun Kathuria <[email protected]>
abstracts out getting ghcup conf file path

2e3dceecf868a66cb66d2ce1604f9ee785254625 authored over 3 years ago by Arjun Kathuria <[email protected]>
Adds the new rmGhcupDirs function in Main.hs under Nuke command

07fb04bb74d8dae711dafae67128ffbd50e636cb authored over 3 years ago by Arjun Kathuria <[email protected]>
basic implementation of rmGhcupDirs function that removes relevant dirs in NUKE command

8a1dbe9dbbd33b28882ce56588ec623ae247a233 authored over 3 years ago by Arjun Kathuria <[email protected]>
Adds argument de-structuring to 'rmTool' function & remove the one in its body

4ef36226165fd7a44bd88952140b168b61120237 authored over 3 years ago by Arjun Kathuria <[email protected]>
Adds 10s Thread-Delay and relevant Logger messages to Main.hs

82a704ab442df6b1d70ac4be272c8d8ba6c24c6d authored over 3 years ago by Arjun Kathuria <[email protected]>
Adds some logger messages.

0cb22945fe596bdafff5b9a0fb6b9028aaa16f88 authored over 3 years ago by Arjun Kathuria <[email protected]>
Updates Main.hs to work with new rmTool.

d09adf9159134ecbb61f114bd69a798222c460ac authored over 3 years ago by Arjun Kathuria <[email protected]>
change rmTool type to ` Excepts '[NotInstalled ] m () `

0b959c56fb23583c8c588e5b174127ffc7808707 authored over 3 years ago by Arjun Kathuria <[email protected]>
Adds basic implementation of rmTool function

ec29332657ae00aadaeb51ad982e490a830c161e authored over 3 years ago by Arjun Kathuria <[email protected]>
Move Nuke Command a little down in the file

0f6381e67bc9e77f242c4ddb6d599e155defd8e4 authored over 3 years ago by Arjun Kathuria <[email protected]>
Adds basic "nuke" command structure so that it reflects in ghcup cli

877b55e21d5f9736038e6701903e322634f56ee8 authored over 3 years ago by Arjun Kathuria <[email protected]>
Use GetFolderPath to get the Desktop location

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

fa11ca665f80253a009a0df21ef762ee492e1fd4 authored over 3 years ago by Colin Barrett <[email protected]>
Add windows HLS 1.2.0

d9d196439ff1866c83e7a663dfa064674aff4748 authored over 3 years ago by Julian Ospald <[email protected]>
Update HLS to 1.2.0

a34fc4ad4fe9c3007db423da04ae7cc7940ed27d authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'fix-ci'

b4d52b88c1626217317cee3ed8dc4da3ca77b9ee authored over 3 years ago by Julian Ospald <[email protected]>
Update metadata for 0.1.15.2

3fc3d273610ed12991983fd99b7ddd15da858ba9 authored over 3 years ago by Julian Ospald <[email protected]>
Fix CI

56b86add382df2eea3593aa813e7b7ae422527a6 authored over 3 years ago by Julian Ospald <[email protected]>
Release 0.1.15.2

a608a105e35c5a8917b0d8d74ec9e45db4e5b42f authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'update-lol'

2e3e413f6cc1b9c7245fd1249ed6e1419f8acb9a authored over 3 years ago by Julian Ospald <[email protected]>
Enable libarchive wrt #147

dfb6c09133c747dc855f7493f1a505e4a6c84968 authored over 3 years ago by Julian Ospald <[email protected]>
Fix nancy

9636276c173ae5b3ceb2f4ddbd18a98a56b4ac6a authored over 3 years ago by Julian Ospald <[email protected]>
Fix ghcup upgrade if binary is in non-standard location

41783ff02750aa7de1a4d63ba88364da6bdfc6c2 authored over 3 years ago by Julian Ospald <[email protected]>
Allow to skip update checks

08b0ecd0570094c9d10a83e47f1c82ee5cc375c4 authored over 3 years ago by Julian Ospald <[email protected]>
Fix ghcup_version.sh

7e317984465c07ea1bba7ae1c37e598e91c59810 authored over 3 years ago by Julian Ospald <[email protected]>
Update windows CI

534afa6e8dc118414360f2b82f435d1be4ec62d2 authored over 3 years ago by Julian Ospald <[email protected]>
Ensure directories

b56c44a2102c7b08d87c4e3dfba53aa67d13b42d authored over 3 years ago by Julian Ospald <[email protected]>
Fix windows upgrade for good

ef0c94fddd79a0e748fbc75461ead48459c50873 authored over 3 years ago by Julian Ospald <[email protected]>
Fix for real

f14c281841b68f82dd8c3b2a4ebe6d7990becf57 authored over 3 years ago by Julian Ospald <[email protected]>
Fix 'ghcup upgrade' on windows

b40cefee357b1cb8c888f9c737fae3b11cb9cb10 authored over 3 years ago by Julian Ospald <[email protected]>
Add warning about XDG dirs

ff32ccfb50852c972f0e7c1140a534c5bf23a34d authored over 3 years ago by Julian Ospald <[email protected]>
Fix compliation from git

581108ab658513491f7d7aa3df202d00e13dc440 authored over 3 years ago by Julian Ospald <[email protected]>
Gracefully handle stack binary not installed by ghcup

54e8e3efb051a2f9de805c8a6ea6ead6439a0c38 authored over 3 years ago by Julian Ospald <[email protected]>
Remove legacy handling of cabal binary

4dcc63606e225449c39edadf7771b2266f7cde5d authored over 3 years ago by Julian Ospald <[email protected]>
Allow more failures

a396b6044d4e77a299c381392034cf803c0378cb authored over 3 years ago by Julian Ospald <[email protected]>
Don't error on stack/hls failed install

94e5d2e19f95d1c760dfa5c7ff38d75cea009bca authored over 3 years ago by Julian Ospald <[email protected]>
Mark stack 2.5.1 as old

a0976eee70b14aca7143e6d70930439251c2f6e5 authored over 3 years ago by Julian Ospald <[email protected]>
Improve stack post install message

61494d8c4b6a49d8ecc66f389e85078702b4e583 authored over 3 years ago by Julian Ospald <[email protected]>
Fix copy button under windows

2b34c2dd69155229ce4638495fb47a4244d34bd8 authored over 3 years ago by Julian Ospald <[email protected]>
Merge remote-tracking branch 'origin/merge-requests/97'

afc30b87dd3e6cf7cd50fff6915fa56ed03965b7 authored over 3 years ago by Julian Ospald <[email protected]>
fix ghcup-0.0.4.yaml

Windows is an unknown platform in < 0.1.15

ed0a63eb0c0909e876152aa27d65d084de8ff75b authored over 3 years ago by amesgen <[email protected]>
Update www

9ba590dd9069ef272cdb7258661a47b510a8e3be authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'prepare-0.1.15.1'

d4bffd2c4a8928e464147e1b705a9f3bc7e590de authored over 3 years ago by Julian Ospald <[email protected]>
Fix up 0.1.15.1

650f0a3e4e3c44703ddac82c9b4ede77322106da authored over 3 years ago by Julian Ospald <[email protected]>
Add FreeBSD to 0.1.14.1

fd6ccf8f0af2a887407491d29639bb9e16734d14 authored over 3 years ago by Julian Ospald <[email protected]>
Use homebrew llvm

d9fe4b8723fba3236c7382731f602ed23fdbae4e authored over 3 years ago by Julian Ospald <[email protected]>
Fix aarch64 darwin thanks to bgamari

da2e7e0411219f6d37c31ad22e7dea4352cebefb authored over 3 years ago by Julian Ospald <[email protected]>
Drop some mingw64 packages we don't need

79d6a50e4444273337161543ff13d8fe9a299ffd authored over 3 years ago by Julian Ospald <[email protected]>
Update darwin aarch64 install deps

a13a5e5d2062327720b438cf72a7a39be604378f authored over 3 years ago by Julian Ospald <[email protected]>
Merge remote-tracking branch 'origin/merge-requests/96'

82743dda2b14c9c7e47cd041ff8a850aec55be69 authored over 3 years ago by Julian Ospald <[email protected]>
Registry api win7 compat

6f80dd1fccc10acba556b87b7c0d3897a0ee031c authored over 3 years ago by jneira <[email protected]>
Update darwin aarch64 install deps

1325dce49384a6f4f533f95a6486da0099e8ebbc authored over 3 years ago by Julian Ospald <[email protected]>
Remove unnecessary micro version stripping

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

ac21c19b7e44362bd73c659e5abc7a2df2f45a8b authored over 3 years ago by Julian Ospald <[email protected]>
Add FreeBSD 8.10.5 tarballs

2b4088d0687b84bb3cf5cfd47331f6dcba319e42 authored over 3 years ago by Julian Ospald <[email protected]>
Fix release script

d86dc9b1d72f832f6c091928b75b8cad5264a90e authored over 3 years ago by Julian Ospald <[email protected]>
Update lzma-static

9982311c87385b27ea334199736bb576eff39c27 authored over 3 years ago by Julian Ospald <[email protected]>
Add Darwin Big Sur AARCH64 binaries

40c88d0b66979e079b2df5c013d6e50ec70a63a9 authored over 3 years ago by Julian Ospald <[email protected]>
Bump to 0.1.15.1

e0ee1c2f9471729f9e82735b8e3e85802806061a authored over 3 years ago by Julian Ospald <[email protected]>
Cleanup

b4fa2780eb1d6a6b8c9cc630e576b7fc77d42b9b authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'update-CI'

df86183e97d0b58c00c32f7750dfcf9bab28cbcd authored over 3 years ago by Julian Ospald <[email protected]>
Update install_deps

f7868dc646835f5f9d192d6f4a96a508ebc85097 authored over 3 years ago by Julian Ospald <[email protected]>
Allow to specify cabal directory

e742be769397d9198f71d9fda314b7821acd8f16 authored over 3 years ago by Julian Ospald <[email protected]>
Make Silent a switch

924bc8698d9b768f19457801f1dcbba9daacc35d authored over 3 years ago by Julian Ospald <[email protected]>
Fix CI

5214c35b206935313a43dca8579216f8559ed7ba authored over 3 years ago by Julian Ospald <[email protected]>
Enable Mac AARCH64

700e04535a5db0885d0745bea375346b44692971 authored over 3 years ago by Julian Ospald <[email protected]>
Debug

fedc0bbef6bbec837529d0ab1af12d4d642e1c9a authored over 3 years ago by Julian Ospald <[email protected]>
Use absolute ghcup binary path

468fc5ade99a1fd4a949a98e267efc75b9dc8e8a authored over 3 years ago by Julian Ospald <[email protected]>
Improve portability

2c077db36ba58bbb3f9599a93cb1f83f0c76b5f2 authored over 3 years ago by Julian Ospald <[email protected]>
Improve error handling

f80638bba4235c2e4c31c2a52951d627b90fb243 authored over 3 years ago by Julian Ospald <[email protected]>
Improvements to bootstrap scripts

860aa0dafd4cfc51abaf2115726711275248da49 authored over 3 years ago by Julian Ospald <[email protected]>
Allow setting GHCUP_INSTALL_BASE_PREFIX on windows

27510b3b51b1216634073882d68dd4dd010ac824 authored over 3 years ago by Julian Ospald <[email protected]>