Skip to content

Commit

Permalink
test against new ghc, cabal version.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialongtin committed Nov 2, 2023
1 parent 97b1efb commit c9453a3
Show file tree
Hide file tree
Showing 2 changed files with 5 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
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 <julia.longtin@gmail.com>
author: Julia Longtin <julia.longtin@gmail.com>
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 c9453a3

Please sign in to comment.