Compare commits

...

4 Commits

Author SHA1 Message Date
Andreas Källberg
547bd88240 Expose all modules in the gf compiler, for use by the lsp-server 2025-08-19 03:40:04 +02:00
Andreas Källberg
f31a3496f5 Lower ghc bounds for higher unix dep version
This fixes nix builds of gf-lsp
2025-08-19 03:39:44 +02:00
Inari Listenmaa
b753912689 fix redirect? 2025-08-18 13:51:49 +02:00
Inari Listenmaa
000fab7b52 fix github link to release 3.12 2025-08-18 13:48:05 +02:00
3 changed files with 3 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ Binary packages are available for Debian/Ubuntu, macOS, and Windows and include:
- C run-time system
- Python bindings to the C run-time system
[Binary packages on GitHub](https://github.com/GrammaticalFramework/gf-core/releases/tag/3.12)
[Binary packages on GitHub](https://github.com/GrammaticalFramework/gf-core/releases/tag/release-3.12)
#### Debian/Ubuntu

View File

@@ -1,6 +1,6 @@
<html>
<head>
<meta http-equiv="refresh" content="0; URL=/download/index-3.11.html" />
<meta http-equiv="refresh" content="0; URL=/download/index-3.12.html" />
</head>
<body>
You are being redirected to <a href="index-3.12.html">the current version</a> of this page.

View File

@@ -169,7 +169,6 @@ library
GF.Text.Lexing
GF.Grammar.Canonical
other-modules:
GF.Main
GF.Compiler
GF.Interactive
@@ -349,7 +348,7 @@ library
build-depends:
terminfo >=0.4.0 && < 0.5
if impl(ghc >= 9.6.6)
if impl(ghc >= 9.6)
build-depends: unix >= 2.8 && < 2.9
else