-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
529179c
commit e5346f1
Showing
9 changed files
with
66 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml | ||
index b7c241e..5bea07c 100644 | ||
--- a/.github/workflows/haskell-ci.yml | ||
+++ b/.github/workflows/haskell-ci.yml | ||
@@ -37,7 +37,7 @@ jobs: | ||
compilerKind: ghc | ||
compilerVersion: 9.8.0.20230929 | ||
setup-method: ghcup | ||
- allow-failure: true | ||
+ allow-failure: false | ||
- compiler: ghc-9.6.2 | ||
compilerKind: ghc | ||
compilerVersion: 9.6.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ author: Richard Eisenberg <[email protected]>, Jan Stolarek <jan.stola | |
maintainer: Ryan Scott <[email protected]> | ||
bug-reports: https://github.com/goldfirere/singletons/issues | ||
stability: experimental | ||
tested-with: GHC == 9.6.2 | ||
tested-with: GHC == 9.8.1 | ||
extra-source-files: README.md, CHANGES.md, tests/README.md, | ||
tests/compile-and-dump/GradingClient/*.hs, | ||
tests/compile-and-dump/InsertionSort/*.hs, | ||
|
@@ -38,7 +38,7 @@ description: | |
. | ||
@singletons-base@ uses code that relies on bleeding-edge GHC language | ||
extensions. As such, @singletons-base@ only supports the latest major version | ||
of GHC (currently GHC 9.6). For more information, | ||
of GHC (currently GHC 9.8). For more information, | ||
consult the @singletons@ | ||
@<https://github.com/goldfirere/singletons/blob/master/README.md README>@. | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ author: Richard Eisenberg <[email protected]>, Jan Stolarek <jan.stola | |
maintainer: Ryan Scott <[email protected]> | ||
bug-reports: https://github.com/goldfirere/singletons/issues | ||
stability: experimental | ||
tested-with: GHC == 9.6.2 | ||
tested-with: GHC == 9.8.1 | ||
extra-source-files: README.md, CHANGES.md | ||
license: BSD3 | ||
license-file: LICENSE | ||
|
@@ -26,7 +26,7 @@ description: | |
. | ||
@singletons-th@ generates code that relies on bleeding-edge GHC language | ||
extensions. As such, @singletons-th@ only supports the latest major version | ||
of GHC (currently GHC 9.6). For more information, | ||
of GHC (currently GHC 9.8). For more information, | ||
consult the @singletons@ | ||
@<https://github.com/goldfirere/singletons/blob/master/README.md README>@. | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters