-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compatebility with ghc 9.10 + Updated CI to test 9.6, 9.8, and 9.10 (#…
…233) * build with ghc 9.10; use a custom vector-circular for now * updating tested-with stanzas * bump haskell-ci version * use latest version of cabal (to see if that helps the failure on 9.10) * bump cabal version * allow newer for entryopy * updating the allow-newer thing * using Line.General instead of our custom line type * some work on the divide and conquer algorithm; or rather on dealing with degeneracies * bound on entropy * making the divide and conqer algo compile - implemented intersection between VerticalOrLineEQ lines * listing the skia/index.html file as a source file * allow newer * missing autogen-modules
- Loading branch information
Showing
15 changed files
with
317 additions
and
111 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 |
---|---|---|
|
@@ -14,13 +14,16 @@ maintainer: [email protected] | |
category: Geometry | ||
build-type: Simple | ||
extra-doc-files: CHANGELOG.md | ||
-- extra-source-files: | ||
data-files: data/**/*.in | ||
data/**/*.out | ||
extra-source-files: | ||
skia/index.html | ||
data-files: | ||
data/**/*.in | ||
data/**/*.out | ||
|
||
tested-with: | ||
GHC == 9.6.4 | ||
GHC == 9.6.5 | ||
, GHC == 9.8.2 | ||
, GHC == 9.10.1 | ||
|
||
source-repository head | ||
type: git | ||
|
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
Oops, something went wrong.