palabra 1.23.10 → 1.23.12

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.04.13, v1.23.12
2
+
3
+ fix:
4
+ - 5adf4c9 ghci: rm
5
+
6
+ 2026.04.13, v1.23.11
7
+
8
+ fix:
9
+ - 4525948 palabra: letras: haskell
10
+
1
11
  2026.04.12, v1.23.10
2
12
 
3
13
  fix:
@@ -1,18 +1,27 @@
1
1
  {
2
2
  "name": "haskell",
3
3
  "url": "https://get-ghcup.haskell.org",
4
+ "version": "9.6.7",
4
5
  "env": {
5
- "BOOTSTRAP_HASKELL_NONINTERACTIVE": "1"
6
+ "BOOTSTRAP_HASKELL_NONINTERACTIVE": "1",
7
+ "BOOTSTRAP_HASKELL_GHC_VERSION": "{{ version }}"
6
8
  },
7
9
  "execute": true,
10
+ "hogar": "ghcup",
8
11
  "bin": {
9
12
  "cabal": "bin/cabal",
10
13
  "ghcup": "bin/ghcup",
11
14
  "stack": "bin/stack",
12
- "ghc": "bin/ghc",
13
- "ghci": "bin/ghci"
15
+ "ghc": "bin/ghc"
14
16
  },
17
+ "test": [
18
+ "ghcup --version",
19
+ "cabal --version",
20
+ "ghc --version",
21
+ "stack --version"
22
+ ],
15
23
  "commands": [
16
- "mv ~/.ghcup {{ directorio }}/ghcup"
24
+ "mv ~/.ghcup {{ directorio }}/ghcup",
25
+ "ln -fs {{ directorio }}/ghcup/ghc/{{ version }}/lib/ghc-{{ version }}/bin/ghc {{ directorio }}/../bin/ghc"
17
26
  ]
18
27
  }
@@ -79,10 +79,7 @@ export const parse = (letra) => {
79
79
 
80
80
  if (test)
81
81
  for (const testCommand of maybeArray(test)) {
82
- const cmd = rendy(
83
- testCommand,
84
- letra,
85
- );
82
+ const cmd = rendy(testCommand, letra);
86
83
 
87
84
  if (envLine) {
88
85
  commands.push(`${envLine}${cmd}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "1.23.10",
3
+ "version": "1.23.12",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",