palabra 2.9.0 → 2.9.2

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.2
2
+
3
+ fix:
4
+ - 33ad32f letras: rm haskell: broken install
5
+
6
+ 2026.06.01, v2.9.1
7
+
8
+ fix:
9
+ - 389e756 letras: haskell: rm version
10
+
1
11
  2026.06.01, v2.9.0
2
12
 
3
13
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "palabra",
3
- "version": "2.9.0",
3
+ "version": "2.9.2",
4
4
  "type": "module",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Palabra software installer",
@@ -1,27 +0,0 @@
1
- {
2
- "name": "haskell",
3
- "url": "https://get-ghcup.haskell.org",
4
- "version": "9.6.7",
5
- "env": {
6
- "BOOTSTRAP_HASKELL_NONINTERACTIVE": "1",
7
- "BOOTSTRAP_HASKELL_GHC_VERSION": "{{ version }}"
8
- },
9
- "execute": true,
10
- "hogar": "ghcup",
11
- "bin": {
12
- "cabal": "bin/cabal",
13
- "ghcup": "bin/ghcup",
14
- "stack": "bin/stack",
15
- "ghc": "bin/ghc"
16
- },
17
- "test": [
18
- "ghcup --version",
19
- "cabal --version",
20
- "ghc --version",
21
- "stack --version"
22
- ],
23
- "commands": [
24
- "mv ~/.ghcup {{ directorio }}/ghcup",
25
- "ln -fs {{ directorio }}/ghcup/ghc/{{ version }}/lib/ghc-{{ version }}/bin/ghc {{ directorio }}/../bin/ghc"
26
- ]
27
- }