-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #144 from Haskell-Things/ghc_946
Ghc 9.4.6 support.
- Loading branch information
Showing
3 changed files
with
16 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
packages: . | ||
tests: True | ||
documentation: True | ||
|
||
source-repository-package | ||
type: git | ||
location: https://github.com/julialongtin/floating-bits.git | ||
tag: 3362f22 | ||
|
||
source-repository-package | ||
type: git | ||
location: https://github.com/julialongtin/haskell-floating-point.git | ||
tag: 76df773 | ||
subdir: rounded-hw |
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 |
---|---|---|
|
@@ -5,10 +5,10 @@ license: AGPL-3.0-or-later | |
license-file: LICENSE | ||
maintainer: Julia Longtin <[email protected]> | ||
author: Julia Longtin <[email protected]> | ||
tested-with: ghc >=8.8 | ||
homepage: http://implicitcad.org/ | ||
tested-with: GHC == 8.8.4, GHC == 8.10.4, GHC == 9.4.6 | ||
homepage: https://implicitcad.org/ | ||
synopsis: A GCode generator, that accepts STL files. | ||
description: A slicer in haskell. Use it to slice 3D prints. | ||
description: A slicer in Haskell. Use it to slice 3D prints. | ||
category: Graphics | ||
build-type: Simple | ||
|
||
|