Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ jobs:
run: cabal build all -j --enable-tests --only-dependencies
- name: cabal build
run: cabal build all -j --enable-tests

- name: save cabal cache
uses: actions/cache/save@v4
with:
path: |
~/.cabal-devx/packages
~/.cabal-devx/store
key: ${{ env.CABAL_CACHE_VERSION }}-${{ runner.os }}-${{ matrix.compiler-nix-name }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }}

- name: postgres init
working-directory:
run: |
Expand Down
2 changes: 1 addition & 1 deletion cardano-chain-gen/cardano-chain-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ extra-source-files: CHANGELOG.md
custom-setup
setup-depends:
base
, Cabal
, Cabal < 3.14
, bytestring
, cardano-crypto-class
, directory
Expand Down
2 changes: 1 addition & 1 deletion cardano-db-sync/cardano-db-sync.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extra-source-files: CHANGELOG.md
custom-setup
setup-depends:
base
, Cabal
, Cabal < 3.14
, bytestring
, cardano-crypto-class
, directory
Expand Down
227 changes: 42 additions & 185 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading