Skip to content

Commit

Permalink
aoeu
Browse files Browse the repository at this point in the history
  • Loading branch information
minimapletinytools committed Jan 5, 2024
1 parent cbfaccf commit e9bc602
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
${{ runner.os }}-
- name: Install dependencies
run: |
run: |
sudo apt-get update
sudo apt-get install libicu-dev
cabal update
cabal build --only-dependencies --enable-tests --enable-benchmarks
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion tinytools-vty.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,6 @@ test-suite tinytools-vty-test
, tinytools-vty
, ref-tf >= 0.5.0 && < 0.6
, data-default >= 0.7.1 && < 0.8
, filepath >= 1.4.100 && < 1.5
, filepath >= 1.4.100 && < 1.6
build-tool-depends: hspec-discover:hspec-discover
default-language: Haskell2010

0 comments on commit e9bc602

Please sign in to comment.