palabra 2.9.1 → 2.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ChangeLog CHANGED
@@ -1,3 +1,13 @@
1
+ 2026.06.01, v2.9.3
2
+
3
+ fix:
4
+ - dd6e33a rm instapods: no way to override installation path
5
+
6
+ 2026.06.01, v2.9.2
7
+
8
+ fix:
9
+ - 33ad32f letras: rm haskell: broken install
10
+
1
11
  2026.06.01, v2.9.1
2
12
 
3
13
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "2.9.1",
3
+ "version": "2.9.3",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",
@@ -1,25 +0,0 @@
1
- {
2
- "name": "haskell",
3
- "url": "https://get-ghcup.haskell.org",
4
- "env": {
5
- "BOOTSTRAP_HASKELL_NONINTERACTIVE": "1"
6
- },
7
- "execute": true,
8
- "hogar": "ghcup",
9
- "bin": {
10
- "cabal": "bin/cabal",
11
- "ghcup": "bin/ghcup",
12
- "stack": "bin/stack",
13
- "ghc": "bin/ghc"
14
- },
15
- "test": [
16
- "ghcup --version",
17
- "cabal --version",
18
- "ghc --version",
19
- "stack --version"
20
- ],
21
- "commands": [
22
- "mv ~/.ghcup {{ directorio }}/ghcup",
23
- "ln -fs {{ directorio }}/ghcup/ghc/{{ version }}/lib/ghc-{{ version }}/bin/ghc {{ directorio }}/../bin/ghc"
24
- ]
25
- }
@@ -1,7 +0,0 @@
1
- {
2
- "name": "instapods",
3
- "url": "https://instapods.com/install.sh",
4
- "test": [
5
- "isntapods version"
6
- ]
7
- }