Skip to content

Commit

Permalink
Merge branch 'potato' of github.com:pdlla/tinytools into potato
Browse files Browse the repository at this point in the history
  • Loading branch information
minimapletinytools committed Dec 4, 2023
2 parents 67b2c35 + 16a251e commit 4439a07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-haskell@v1
- uses: haskell-actions/setup@v2
with:
ghc-version: '8.10.3'
ghc-version: '9.2.5'
cabal-version: '3.2'

- name: Cache
Expand All @@ -40,4 +40,4 @@ jobs:
- name: Build
run: cabal build --enable-tests --enable-benchmarks all
- name: Run tests
run: cabal test all
run: cabal test all --enable-tests
2 changes: 2 additions & 0 deletions tinytools.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ extra-source-files:
README.md
ChangeLog.md

Tested-With: GHC ==9.2.5

source-repository head
type: git
Expand Down Expand Up @@ -258,4 +259,5 @@ test-suite tinytools-test
, tinytools
, vector
, vty
build-tool-depends: hspec-discover:hspec-discover
default-language: Haskell2010

0 comments on commit 4439a07

Please sign in to comment.