Skip to content

Commit

Permalink
remove icu dep and update gha to use subrepo
Browse files Browse the repository at this point in the history
  • Loading branch information
minimapletinytools committed Jan 5, 2024
1 parent e3eea9b commit b37be1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
- uses: haskell-actions/setup@v2
with:
ghc-version: '9.6.2'
Expand Down
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- use this when releasing
packages: ./
--packages: ./

-- use this when developing locally
--packages: . tinytools
packages: . tinytools

-- temp, do not release
--source-repository-package
Expand Down
2 changes: 1 addition & 1 deletion tinytools

0 comments on commit b37be1e

Please sign in to comment.