Skip to content

Commit

Permalink
Merge pull request #144 from Haskell-Things/ghc_946
Browse files Browse the repository at this point in the history
Ghc 9.4.6 support.
  • Loading branch information
julialongtin authored Nov 4, 2023
2 parents c4fe7d2 + c9453a3 commit 0c4f437
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
strategy:
matrix:
cabal:
- '3.2'
- '3.10'
ghc:
- '9.4.6'
- '8.10.4'
- '8.8.4'
name: Haskell CI
Expand Down
11 changes: 11 additions & 0 deletions cabal.project
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
6 changes: 3 additions & 3 deletions hslice.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0c4f437

Please sign in to comment.