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
remove installGHCBinIsolated function.
4f7d41a8cc408f77393e8102ac9877e71aa80802 authored over 3 years ago by Arjun Kathuria <[email protected]>
4f7d41a8cc408f77393e8102ac9877e71aa80802 authored over 3 years ago by Arjun Kathuria <[email protected]>
updates usages of new installGHCBindist and related installGHCBin
5efe2e5f7aea38a6569ca6a6b3928540380844d8 authored over 3 years ago by Arjun Kathuria <[email protected]>
5efe2e5f7aea38a6569ca6a6b3928540380844d8 authored over 3 years ago by Arjun Kathuria <[email protected]>
update `installGhcBindist` to take a "Maybe FilePath" to work with isolated installs
338f5f309df109430ecdbc62e03db0646197f640 authored over 3 years ago by Arjun Kathuria <[email protected]>
338f5f309df109430ecdbc62e03db0646197f640 authored over 3 years ago by Arjun Kathuria <[email protected]>
Unhide stack
9639e695e2b35e63a452d0f9c7c59a94d690eb30 authored over 3 years ago by Julian Ospald <[email protected]>
9639e695e2b35e63a452d0f9c7c59a94d690eb30 authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'mlang-cursor'
d2a2bde321b0d23ad412f5facf08dd09c3571226 authored over 3 years ago by Julian Ospald <[email protected]>
d2a2bde321b0d23ad412f5facf08dd09c3571226 authored over 3 years ago by Julian Ospald <[email protected]>
Fix cabal.project
c85ff686b6833cc4661842572a4dddd2d35dcb81 authored over 3 years ago by Julian Ospald <[email protected]>
c85ff686b6833cc4661842572a4dddd2d35dcb81 authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'cursor' of https://github.com/mlang/ghcup-hs into mlang-cursor
48d3b3bc3ebde03e2b799b40c82279f1abc6483d authored over 3 years ago by Julian Ospald <[email protected]>
48d3b3bc3ebde03e2b799b40c82279f1abc6483d authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'issue-165'
94bd01aaca98407feaddb9888e491ce9c6ad33a7 authored over 3 years ago by Julian Ospald <[email protected]>
94bd01aaca98407feaddb9888e491ce9c6ad33a7 authored over 3 years ago by Julian Ospald <[email protected]>
Adds a log to notify where the isolated ghc is being installed by the tool
ba51cbad6fff049138d0cc7a24053fa348cf784d authored over 3 years ago by Arjun Kathuria <[email protected]>
ba51cbad6fff049138d0cc7a24053fa348cf784d authored over 3 years ago by Arjun Kathuria <[email protected]>
Adds isolated installs to Stack install
511272e86d0725237332a9701779e0056169e460 authored over 3 years ago by Arjun Kathuria <[email protected]>
511272e86d0725237332a9701779e0056169e460 authored over 3 years ago by Arjun Kathuria <[email protected]>
updates installStack' usage in `installStackBindist` function
873f75da9f52c2b33230793aeae51db35396a4f2 authored over 3 years ago by Arjun Kathuria <[email protected]>
873f75da9f52c2b33230793aeae51db35396a4f2 authored over 3 years ago by Arjun Kathuria <[email protected]>
factor out installStack' function
42d4a6649397a093bd9a7bd4d484af0e69769fc8 authored over 3 years ago by Arjun Kathuria <[email protected]>
42d4a6649397a093bd9a7bd4d484af0e69769fc8 authored over 3 years ago by Arjun Kathuria <[email protected]>
Adds isolated install to HLS installs
9a79af6fd2015fdf62587a2fd135397ab1148a7b authored over 3 years ago by Arjun Kathuria <[email protected]>
9a79af6fd2015fdf62587a2fd135397ab1148a7b authored over 3 years ago by Arjun Kathuria <[email protected]>
update installHLS' usage in `installHLSBindist`
63f10a187113ff8c266098c40ded9c271d662d62 authored over 3 years ago by Arjun Kathuria <[email protected]>
63f10a187113ff8c266098c40ded9c271d662d62 authored over 3 years ago by Arjun Kathuria <[email protected]>
Factor out installHLS'
9686ee98268217a2692efa3f45b40fa899be9b0f authored over 3 years ago by Arjun Kathuria <[email protected]>
9686ee98268217a2692efa3f45b40fa899be9b0f authored over 3 years ago by Arjun Kathuria <[email protected]>
Adds isolate install functionality to 'Cabal' tool installs
4729364e99fc9e96ce78ee0334344f5d240a8c93 authored over 3 years ago by Arjun Kathuria <[email protected]>
4729364e99fc9e96ce78ee0334344f5d240a8c93 authored over 3 years ago by Arjun Kathuria <[email protected]>
use the new factored out installCabal' in `installCabalBindist` function
91d982c7b23ca3d0f8357e4f009c71efa2ad21f5 authored over 3 years ago by Arjun Kathuria <[email protected]>
91d982c7b23ca3d0f8357e4f009c71efa2ad21f5 authored over 3 years ago by Arjun Kathuria <[email protected]>
factor out installCabal' from `installCabalBindist`, to be shared with `installCabalBinIsolated` function
8b7c22440e706de09bedf34d14a66154cf8b960f authored over 3 years ago by Arjun Kathuria <[email protected]>
8b7c22440e706de09bedf34d14a66154cf8b960f authored over 3 years ago by Arjun Kathuria <[email protected]>
Place an (invisible) cursor at the beginning of the active list item
This change is to support screen readers which use the cursor location
to indicate the focus to ...
Redo file handling wrt #165 and #187
3bdc82c99ba515c0b22bed35df816716eb8097bc authored over 3 years ago by Julian Ospald <[email protected]>
3bdc82c99ba515c0b22bed35df816716eb8097bc authored over 3 years ago by Julian Ospald <[email protected]>
adds rudimentary isolate capability to ghcup install ghc command
9b3d55a0950a97a51588d82f98d36b930d2a63e7 authored over 3 years ago by Arjun Kathuria <[email protected]>
9b3d55a0950a97a51588d82f98d36b930d2a63e7 authored over 3 years ago by Arjun Kathuria <[email protected]>
Merge branch 'issue-192'
db4e9fa432b0654b3e51d650476688741bd4d7f4 authored over 3 years ago by Julian Ospald <[email protected]>
db4e9fa432b0654b3e51d650476688741bd4d7f4 authored over 3 years ago by Julian Ospald <[email protected]>
Fix bootstrap haskell bashrc stuff
530c25c6a1e072111a1aa516276a499eb49dacb2 authored over 3 years ago by Julian Ospald <[email protected]>
530c25c6a1e072111a1aa516276a499eb49dacb2 authored over 3 years ago by Julian Ospald <[email protected]>
Fix file/dir removal on windows, fixes #165
1c2cf9885070ee9918755c032bdccaa754738a33 authored over 3 years ago by Julian Ospald <[email protected]>
1c2cf9885070ee9918755c032bdccaa754738a33 authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'issue-183'
b35dbca22e29410810fded2fd36b47b3d7582654 authored over 3 years ago by Julian Ospald <[email protected]>
b35dbca22e29410810fded2fd36b47b3d7582654 authored over 3 years ago by Julian Ospald <[email protected]>
Allow to use Hadrian as build system, fixes #35
a4a7f73fb7ca55f81df29da65b02b3b5d14b95b5 authored over 3 years ago by Julian Ospald <[email protected]>
a4a7f73fb7ca55f81df29da65b02b3b5d14b95b5 authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'stack-2.7.3'
fd0ea3d8589698fcef93d49b6a66a56dd3495fb4 authored over 3 years ago by Julian Ospald <[email protected]>
fd0ea3d8589698fcef93d49b6a66a56dd3495fb4 authored over 3 years ago by Julian Ospald <[email protected]>
Bump stack to 2.7.3
bbbe52f4539ea21e117288a5c1baa19bc2c1e855 authored over 3 years ago by Julian Ospald <[email protected]>
bbbe52f4539ea21e117288a5c1baa19bc2c1e855 authored over 3 years ago by Julian Ospald <[email protected]>
adds basic --isolate option structure for install commands
e2daf5381c15b09faf8871b66b025d5b3cf199de authored over 3 years ago by Arjun Kathuria <[email protected]>
e2daf5381c15b09faf8871b66b025d5b3cf199de authored over 3 years ago by Arjun Kathuria <[email protected]>
Allow passing "flavor" to 'ghcup compile ghc'
Fixes #183
9e181b8820e49f59c8d2e1273a6060c90283be88 authored over 3 years ago by Julian Ospald <[email protected]>
Fix listVersion wrt #183
a6108f831942905bf0d3eb0d5901340affab3bdb authored over 3 years ago by Julian Ospald <[email protected]>
a6108f831942905bf0d3eb0d5901340affab3bdb authored over 3 years ago by Julian Ospald <[email protected]>
Return the version during 'ghcup compile ghc -g <commit>'
Fixes #181
7a2570019a8b014b7b84dbaa172629d85ce75ce1 authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'issue-187'
c5b4e82b48f460d5f9618403713a38fed737f839 authored over 3 years ago by Julian Ospald <[email protected]>
c5b4e82b48f460d5f9618403713a38fed737f839 authored over 3 years ago by Julian Ospald <[email protected]>
Preserve mtimes on unpacked GHC tarballs on windows wrt #187
4ed72fb51785cd9c98a333aa362e972c86aaa0b1 authored over 3 years ago by Julian Ospald <[email protected]>
4ed72fb51785cd9c98a333aa362e972c86aaa0b1 authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'issue-180'
5217aa0a1dcd4c37fe6582c131e2dbfa20768309 authored over 3 years ago by Julian Ospald <[email protected]>
5217aa0a1dcd4c37fe6582c131e2dbfa20768309 authored over 3 years ago by Julian Ospald <[email protected]>
Fix ensureGlobalTools
3caf91c640fdb0aade7714345eeea0c97174b34a authored over 3 years ago by Julian Ospald <[email protected]>
3caf91c640fdb0aade7714345eeea0c97174b34a authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'www-fix-true'
eb26a5133fbb012ac4c2a2b0b8193ec74f0be6ae authored over 3 years ago by Julian Ospald <[email protected]>
eb26a5133fbb012ac4c2a2b0b8193ec74f0be6ae authored over 3 years ago by Julian Ospald <[email protected]>
Fix www
9e9402a3a2beecfccfc8dc5274f1e1fa95cf9186 authored over 3 years ago by Julian Ospald <[email protected]>
9e9402a3a2beecfccfc8dc5274f1e1fa95cf9186 authored over 3 years ago by Julian Ospald <[email protected]>
Fix runLeanWhereIs on windows
bc13a4555d55934d8a7beaaba132b0c37fd19e05 authored over 3 years ago by Julian Ospald <[email protected]>
bc13a4555d55934d8a7beaaba132b0c37fd19e05 authored over 3 years ago by Julian Ospald <[email protected]>
Add prefetch command
eaad2caf2520115d274c599dfa63ca3446e50202 authored over 3 years ago by Julian Ospald <[email protected]>
eaad2caf2520115d274c599dfa63ca3446e50202 authored over 3 years ago by Julian Ospald <[email protected]>
Add --offline switch wrt #186
6143cdf2e0fd2737afa3d0c43c330252318c262b authored over 3 years ago by Julian Ospald <[email protected]>
6143cdf2e0fd2737afa3d0c43c330252318c262b authored over 3 years ago by Julian Ospald <[email protected]>
Use LabelOptic and add LeanAppState
Wrt #186
2c7176d998c11ee2e74c68128eb28b9aed18f58e authored over 3 years ago by Julian Ospald <[email protected]>
Add cross compilation to CI test
327b80cf5677d84097177300aaa847c455157326 authored over 3 years ago by Julian Ospald <[email protected]>
327b80cf5677d84097177300aaa847c455157326 authored over 3 years ago by Julian Ospald <[email protected]>
Modernize CI scripts
005c9fbb831041af60b617ffba7a2a0f0e5797dd authored over 3 years ago by Julian Ospald <[email protected]>
005c9fbb831041af60b617ffba7a2a0f0e5797dd authored over 3 years ago by Julian Ospald <[email protected]>
Fix whereIsTool for cross
42134fd2a5e7f4a5220a78e3f3164a0e3ab84261 authored over 3 years ago by Julian Ospald <[email protected]>
42134fd2a5e7f4a5220a78e3f3164a0e3ab84261 authored over 3 years ago by Julian Ospald <[email protected]>
Fix cross installation
See https://gitlab.haskell.org/ghc/ghc/-/issues/14297
bc85a7d9c384179edca784f7a1fde438f8db1523 authored over 3 years ago by Julian Ospald <[email protected]>
Only run unsafeInterleaveIO when necessary
7e14fd4a0894adced41ec217f4c75b8a29e5eff8 authored over 3 years ago by Julian Ospald <[email protected]>
7e14fd4a0894adced41ec217f4c75b8a29e5eff8 authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'issue-179'
bf74d1e828280a0efc86816aaea82df0b302fa82 authored over 3 years ago by Julian Ospald <[email protected]>
bf74d1e828280a0efc86816aaea82df0b302fa82 authored over 3 years ago by Julian Ospald <[email protected]>
Speed up 'whereis' subcommand wrt #179
f04708e8ae35bef995a8bb9b8c9cec0b76052c1a authored over 3 years ago by Julian Ospald <[email protected]>
f04708e8ae35bef995a8bb9b8c9cec0b76052c1a authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'scoop'
80e1924e5fc519d1b54471e298efb21bed247929 authored over 3 years ago by Julian Ospald <[email protected]>
80e1924e5fc519d1b54471e298efb21bed247929 authored over 3 years ago by Julian Ospald <[email protected]>
Fork shimgen into main repo, fixes #161
c7393bd7c5e4f18a85ed6b9a4ec6402eae3bd703 authored over 3 years ago by Julian Ospald <[email protected]>
c7393bd7c5e4f18a85ed6b9a4ec6402eae3bd703 authored over 3 years ago by Julian Ospald <[email protected]>
Fix darwin:aarch64 release
664713bb139e6c4cc67ddfa138dcbb5a4e3d51b7 authored over 3 years ago by Julian Ospald <[email protected]>
664713bb139e6c4cc67ddfa138dcbb5a4e3d51b7 authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'github-actions'
01715fdefcccd91c562e77f9c9f189dd876b68fb authored over 3 years ago by Julian Ospald <[email protected]>
01715fdefcccd91c562e77f9c9f189dd876b68fb authored over 3 years ago by Julian Ospald <[email protected]>
Switch to github actions wrt #178 and #159
ab9b24e109709a2e295308a349cc8fe0ad16c44c authored over 3 years ago by Julian Ospald <[email protected]>
ab9b24e109709a2e295308a349cc8fe0ad16c44c authored over 3 years ago by Julian Ospald <[email protected]>
Add build-tool-depends: hspec-discover:hspec-discover
34ecb1a56efbcff273d20f076feaaf012b41b1f8 authored over 3 years ago by Julian Ospald <[email protected]>
34ecb1a56efbcff273d20f076feaaf012b41b1f8 authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'update-stack-yaml'
e3aef38f75e2f3e10835f7c9f715a31b59f4fe3b authored over 3 years ago by Julian Ospald <[email protected]>
e3aef38f75e2f3e10835f7c9f715a31b59f4fe3b authored over 3 years ago by Julian Ospald <[email protected]>
Switch to github actions wrt #178 and #159
ead2b76050334d9ae19c61dc5b226491bf0b59f7 authored over 3 years ago by Julian Ospald <[email protected]>
ead2b76050334d9ae19c61dc5b226491bf0b59f7 authored over 3 years ago by Julian Ospald <[email protected]>
Update stack.yaml
2f35513f6e0d1d6cdfdf52b5012e86d659b3580a authored over 3 years ago by Julian Ospald <[email protected]>
2f35513f6e0d1d6cdfdf52b5012e86d659b3580a authored over 3 years ago by Julian Ospald <[email protected]>
Update freeze stuff
8573c99088684870b5fa3a380555034ce4d8d690 authored over 3 years ago by Julian Ospald <[email protected]>
8573c99088684870b5fa3a380555034ce4d8d690 authored over 3 years ago by Julian Ospald <[email protected]>
Improve messages in bootstrap-haskell.ps1
dfe63332b2d22146b12cb63923314ed84fa8eed8 authored over 3 years ago by Julian Ospald <[email protected]>
dfe63332b2d22146b12cb63923314ed84fa8eed8 authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'fix-install-stack'
767ae48c7bc49a2c037c64d4a32d560ef1b064d5 authored over 3 years ago by Julian Ospald <[email protected]>
767ae48c7bc49a2c037c64d4a32d560ef1b064d5 authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'www-update-win'
f4160464c0f7f0b18f6cfcc645d21ff370461034 authored over 3 years ago by Julian Ospald <[email protected]>
f4160464c0f7f0b18f6cfcc645d21ff370461034 authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'issue-177'
a572b1d5f0524939ac0c4b364c42ad70ffa6284a authored over 3 years ago by Julian Ospald <[email protected]>
a572b1d5f0524939ac0c4b364c42ad70ffa6284a authored over 3 years ago by Julian Ospald <[email protected]>
Interactive should be the default!
82587d26b5ece83f5b4f5f90d10264343413e291 authored over 3 years ago by Julian Ospald <[email protected]>
82587d26b5ece83f5b4f5f90d10264343413e291 authored over 3 years ago by Julian Ospald <[email protected]>
Fix installStackBindist
ec98826e6d8de302524c61aed6fdc8addd1f6206 authored over 3 years ago by Julian Ospald <[email protected]>
ec98826e6d8de302524c61aed6fdc8addd1f6206 authored over 3 years ago by Julian Ospald <[email protected]>
Ask all questions at the beginning wrt #177
b4fcd05e8fc76f784dfd9f89514544c026a8a205 authored over 3 years ago by Julian Ospald <[email protected]>
b4fcd05e8fc76f784dfd9f89514544c026a8a205 authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'issue-173'
1345ec938bb31dccd9b6faa9fb1ef3a82c2c40c4 authored over 3 years ago by Julian Ospald <[email protected]>
1345ec938bb31dccd9b6faa9fb1ef3a82c2c40c4 authored over 3 years ago by Julian Ospald <[email protected]>
Implement 'whereis' subcommand, fixes #173
227f3acaa596bce3c7795bc694e2198b00fac4ab authored over 3 years ago by Julian Ospald <[email protected]>
227f3acaa596bce3c7795bc694e2198b00fac4ab authored over 3 years ago by Julian Ospald <[email protected]>
Fix adjust_bashrc on windows
c20636f597a950e8db80456b85d28942171adc0d authored over 3 years ago by Julian Ospald <[email protected]>
c20636f597a950e8db80456b85d28942171adc0d authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'issue-118'
c2d437150a78c5825cbb8fbefb94450db02c77a5 authored over 3 years ago by Julian Ospald <[email protected]>
c2d437150a78c5825cbb8fbefb94450db02c77a5 authored over 3 years ago by Julian Ospald <[email protected]>
Add user choice for prepend/append of PATH
Fixes #118
9ff14676126d8358fccdf8ec95762fbc3702bfad authored over 3 years ago by Julian Ospald <[email protected]>
Update linux aarch64 and armv7 ghcup binaries, fixing #160
9218efd71aea28b46b58f316f9c661b53544619d authored over 3 years ago by Julian Ospald <[email protected]>
9218efd71aea28b46b58f316f9c661b53544619d authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'improve-logging'
bcd244a92a56e8916edbd4039b0d5263559ece7e authored over 3 years ago by Julian Ospald <[email protected]>
bcd244a92a56e8916edbd4039b0d5263559ece7e authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'issue-160-CI'
7de552ed828ca4ae5c3b3c9199395830fa78cacf authored over 3 years ago by Julian Ospald <[email protected]>
7de552ed828ca4ae5c3b3c9199395830fa78cacf authored over 3 years ago by Julian Ospald <[email protected]>
Clarify stack postinstall message wrt #153
5cf297a4d2d6932a7d65908443859bd07169f2f5 authored over 3 years ago by Julian Ospald <[email protected]>
5cf297a4d2d6932a7d65908443859bd07169f2f5 authored over 3 years ago by Julian Ospald <[email protected]>
Improve logging with newlines
d86f84eef49223d549af0fb0178dedfd39978234 authored over 3 years ago by Julian Ospald <[email protected]>
d86f84eef49223d549af0fb0178dedfd39978234 authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'issue-163'
83458c6c1e7f22a2a1fc46e024fc1856b7652e0c authored over 3 years ago by Julian Ospald <[email protected]>
83458c6c1e7f22a2a1fc46e024fc1856b7652e0c authored over 3 years ago by Julian Ospald <[email protected]>
Update arm/aarch CI
b862ca52a939e58ef9550119a4dc0139b18d5fe5 authored over 3 years ago by Julian Ospald <[email protected]>
b862ca52a939e58ef9550119a4dc0139b18d5fe5 authored over 3 years ago by Julian Ospald <[email protected]>
Fix ghcToolFiles for upcoming GHC build system changes
Also see: https://gitlab.haskell.org/ghc/ghc/-/issues/20074#note_363720
928f4a97de0ee0d8d3515dcc6041428aaddfe582 authored over 3 years ago by Julian Ospald <[email protected]>
Warn when powershell script is run as admin
Fixes #163
e8d79c9d3873e699d06cfa6727eca68543791d2e authored over 3 years ago by Julian Ospald <[email protected]>
Update linux aarch64 ghcup binary
Partly addresses #160
59e1eee8ce37d68d7654735f3685ad9a4fa2a6cc authored over 3 years ago by Julian Ospald <[email protected]>
Update hacking docs
57c8ffda351a63bff010363fbb5056545b6d58a1 authored over 3 years ago by Julian Ospald <[email protected]>
57c8ffda351a63bff010363fbb5056545b6d58a1 authored over 3 years ago by Julian Ospald <[email protected]>
Improve uninstallation on windows wrt #150
abbe51614d92ccca765b2bffb17b8135790f06cd authored over 3 years ago by Julian Ospald <[email protected]>
abbe51614d92ccca765b2bffb17b8135790f06cd authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'issue-175'
171ebd213d1c146f7608fe84222ae1f2c042d1e5 authored over 3 years ago by Julian Ospald <[email protected]>
171ebd213d1c146f7608fe84222ae1f2c042d1e5 authored over 3 years ago by Julian Ospald <[email protected]>
Make sure HLS and stack installation failures don't exit the entire script
Fixes #175
2a240cbd09606fdafb8a98bf714b56513b61f46e authored over 3 years ago by Julian Ospald <[email protected]>
Update website
068fa3454ce3bb6adc98ab64bb2f6297f288a603 authored over 3 years ago by Julian Ospald <[email protected]>
068fa3454ce3bb6adc98ab64bb2f6297f288a603 authored over 3 years ago by Julian Ospald <[email protected]>
Merge branch 'issue-151'
6b2bcbf2cef1026e6272b218123c54a82d754e14 authored over 3 years ago by Julian Ospald <[email protected]>
6b2bcbf2cef1026e6272b218123c54a82d754e14 authored over 3 years ago by Julian Ospald <[email protected]>
Avoid too many questions
19e46dac1831848b5fa88514e5aaeca54cb3ae53 authored over 3 years ago by Julian Ospald <[email protected]>
19e46dac1831848b5fa88514e5aaeca54cb3ae53 authored over 3 years ago by Julian Ospald <[email protected]>
Speed up installation wrt #151
e96c8631207bdc9b3cfdc2ead4f882fc7802393e authored over 3 years ago by Julian Ospald <[email protected]>
e96c8631207bdc9b3cfdc2ead4f882fc7802393e authored over 3 years ago by Julian Ospald <[email protected]>
Loosen bound on versions wrt #164
a30b3c84d7960b9dd09b5e714626e5b6449ec05c authored over 3 years ago by Julian Ospald <[email protected]>
a30b3c84d7960b9dd09b5e714626e5b6449ec05c authored over 3 years ago by Julian Ospald <[email protected]>
Fix CI
0ad5dc4583649fdd0e6bfa36651bfe2361855530 authored over 3 years ago by Julian Ospald <[email protected]>
0ad5dc4583649fdd0e6bfa36651bfe2361855530 authored over 3 years ago by Julian Ospald <[email protected]>
Cleanup rmGhcupDirs a bit
7189998f3b5ab7fe8801662f8c98ec74e301cbbd authored over 3 years ago by Julian Ospald <[email protected]>
7189998f3b5ab7fe8801662f8c98ec74e301cbbd authored over 3 years ago by Julian Ospald <[email protected]>
Update CHANGELOG
b6b24b8e0b3a025e2d62ebe17616bbb74f0a8793 authored over 3 years ago by Julian Ospald <[email protected]>
b6b24b8e0b3a025e2d62ebe17616bbb74f0a8793 authored over 3 years ago by Julian Ospald <[email protected]>
Clean up and fix nuke command
8e820c6e8912dd05e5e33eeecbef95af2587b58a authored over 3 years ago by Julian Ospald <[email protected]>
8e820c6e8912dd05e5e33eeecbef95af2587b58a authored over 3 years ago by Julian Ospald <[email protected]>
Merge remote-tracking branch 'origin/merge-requests/101'
c74784a37cf9635ec74c6210e4bfc16b57f7da0d authored over 3 years ago by Julian Ospald <[email protected]>
c74784a37cf9635ec74c6210e4bfc16b57f7da0d authored over 3 years ago by Julian Ospald <[email protected]>
Merge remote-tracking branch 'origin/merge-requests/102'
3d940cffcfcb1a2f8439d50bac46816590c41f15 authored over 3 years ago by Julian Ospald <[email protected]>
3d940cffcfcb1a2f8439d50bac46816590c41f15 authored over 3 years ago by Julian Ospald <[email protected]>
Merge remote-tracking branch 'origin/merge-requests/103'
0df044b284f181870ee4408f4eaa1eeffd57eaab authored over 3 years ago by Julian Ospald <[email protected]>
0df044b284f181870ee4408f4eaa1eeffd57eaab authored over 3 years ago by Julian Ospald <[email protected]>
Merge remote-tracking branch 'origin/merge-requests/104'
f576b9fb20aee8d92bf6640f5ef483851337dd7f authored over 3 years ago by Julian Ospald <[email protected]>
f576b9fb20aee8d92bf6640f5ef483851337dd7f authored over 3 years ago by Julian Ospald <[email protected]>
Update hashes
5e002641197c41272571f44257852dd1e3a17af6 authored over 3 years ago by Julian Ospald <[email protected]>
5e002641197c41272571f44257852dd1e3a17af6 authored over 3 years ago by Julian Ospald <[email protected]>
Make it clear that Windows is supported
05eeba32fa0b75581b4e551cf5731fcfcec2a986 authored over 3 years ago by Tom Ellis <[email protected]>
05eeba32fa0b75581b4e551cf5731fcfcec2a986 authored over 3 years ago by Tom Ellis <[email protected]>