summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-18Add first attempt at Windows buildJohn J. Camilleri
2020-11-18Install openjdk in macOS buildJohn J. Camilleri
2020-11-17Merge branch 'master' of https://github.com/GrammaticalFramework/gf-corekrangelov
2020-11-17Take a step back and do bottom up prediction only when needed. This solves th...krangelov
2020-11-17Add preliminary RELEASE.mdJohn J. Camilleri
2020-11-17Add stubs in download/ for 3.11. Make dowload/index.html redirect to current ...John J. Camilleri
2020-11-17Remove 'download/gfc'John J. Camilleri
2020-11-17Minors in commentsJohn J. Camilleri
2020-11-17Copy package from parent dir first because upload-artifact doesn't allow ..John J. Camilleri
2020-11-17Remove txt2tags and pandoc from Debian requirementsJohn J. Camilleri
2020-11-17Remove RGL and HTML from Debian buildJohn J. Camilleri
2020-11-16Replace _ with -John J. Camilleri
2020-11-16Upload artifact directly without copying elsewhere in betweenJohn J. Camilleri
2020-11-16Re-enable hack for finding C runtime on macOSJohn J. Camilleri
2020-11-16Install alex and happyJohn J. Camilleri
2020-11-16Build on push tooJohn J. Camilleri
2020-11-16Remove RGL from build, use 'cabal v1-' commandsJohn J. Camilleri
2020-11-12Omitted import Except(..)Liyana
2020-11-10Enable testsRuslan Khafizov
2020-11-10Replaced Control.Monad.Error with Control.Monad.ExceptLiyana
2020-11-10Removed fromValue for boolVLiyana
2020-11-10Added explicit implementation for 'readJSON' in the instance declaration for ...Liyana
2020-11-10Deleted redundant pattern matchLiyana
2020-11-10Added explicit implementation for 'fromValue' in instance declaration for 'Pr...Liyana
2020-11-10Replaced Control.Monad.Error with Control.Monad.ExceptLiyana
2020-11-10Deleted redundant pattern matchLiyana
2020-11-10Replaced inlinePerformIO with accursedUnutterablePerformIOLiyana
2020-11-10Added readJSON error messagesLiyana
2020-11-09Change setup-haskell version to just v1John J. Camilleri
2020-11-09Use GHC 8.4.4John J. Camilleri
2020-11-09Fix macOS version at 10.13John J. Camilleri
2020-11-09Use newer version of setup-haskellJohn J. Camilleri
2020-11-09Blurt out cabal version in both action and build scriptJohn J. Camilleri
2020-11-09Install C runtime in two places. Use cabal v1-copy.John J. Camilleri
2020-11-09Add libtool finish command from warningJohn J. Camilleri
2020-11-09Try it another way roundJohn J. Camilleri
2020-11-09Try removing something that looks like a typoJohn J. Camilleri
2020-11-09Try to set PREFIX env varJohn J. Camilleri
2020-11-09Explicitly specify env vars when building GF (test)John J. Camilleri
2020-11-09Change cabal version to 2.4, to match GHC 8.6.5John J. Camilleri
2020-11-09Fix whitespace in binary build scriptJohn J. Camilleri
2020-11-09Comment cabal freeze and caching in case it was causing build error belowJohn J. Camilleri
2020-11-09Install Haskell via setup-haskell action, install build tools for C runtimeJohn J. Camilleri
2020-11-09Try to install GHC/Cabal via HomebrewJohn J. Camilleri
2020-11-09Add first attempt at GitHub action file for building .pkgJohn J. Camilleri
2020-10-27Merge pull request #79 from anka-213/fix-infinite-loopInari Listenmaa
2020-10-26Fix infinite recursion on errorAndreas Källberg
2020-10-09Merge pull request #78 from anka-213/solve-syntax-error-bugJohn J. Camilleri
2020-10-08Make CI greenAndreas Källberg
2020-10-08Fix syntax error problem for older versions of GHCAndreas Källberg