Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: [ "8.10.7", "9.2.7", "9.6.1" ]
ghc: [ "8.10.7", "9.2.7", "9.6.6", "9.8.2", "9.10.1" ]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand All @@ -27,7 +27,7 @@ jobs:

- name: Install dos2unix (MacOS)
if: matrix.os == 'macos-latest'
run: brew install dos2unix llvm@13
run: brew install dos2unix llvm

- name: Select build directory
run: echo "CABAL_BUILDDIR=dist" >> $GITHUB_ENV
Expand Down
9 changes: 7 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ repository cardano-haskell-packages

index-state:
-- Bump both the following dates if you need newer packages from Hackage
, hackage.haskell.org 2024-10-10T00:52:24Z
, hackage.haskell.org 2025-01-16T03:16:46Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2024-10-10T04:22:19Z
, cardano-haskell-packages 2025-01-15T09:59:24Z


packages: .

package cardano-crypto
flags: +golden-tests +golden-tests-exe

tests: true
test-show-details: direct

package inspector
Expand All @@ -34,3 +35,7 @@ source-repository-package
-- Forked from https://github.com/primetype/inspector
location: https://github.com/input-output-hk/inspector
tag: e13c4fde2f8c1cb908328e6a6e82db6cf16dd037

if impl (ghc >= 9.10)
allow-newer:
, gauge:base
2 changes: 1 addition & 1 deletion cardano-crypto.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-crypto
version: 1.1.3
version: 1.2.0
synopsis: Cryptography primitives for cardano
description:
homepage: https://github.com/input-output-hk/cardano-crypto#readme
Expand Down