Skip to content

Commit 9152d0e

Browse files
authored
Merge pull request #97 from IntersectMBO/erikd/version
Bump version to 1.2.0
2 parents 790a302 + a6d88a9 commit 9152d0e

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ghc: [ "8.10.7", "9.2.7", "9.6.1" ]
16+
ghc: [ "8.10.7", "9.2.7", "9.6.6", "9.8.2", "9.10.1" ]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818

1919
steps:
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Install dos2unix (MacOS)
2929
if: matrix.os == 'macos-latest'
30-
run: brew install dos2unix llvm@13
30+
run: brew install dos2unix llvm
3131

3232
- name: Select build directory
3333
run: echo "CABAL_BUILDDIR=dist" >> $GITHUB_ENV

cabal.project

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ repository cardano-haskell-packages
1212

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

1919

2020
packages: .
2121

2222
package cardano-crypto
2323
flags: +golden-tests +golden-tests-exe
2424

25+
tests: true
2526
test-show-details: direct
2627

2728
package inspector
@@ -34,3 +35,7 @@ source-repository-package
3435
-- Forked from https://github.com/primetype/inspector
3536
location: https://github.com/input-output-hk/inspector
3637
tag: e13c4fde2f8c1cb908328e6a6e82db6cf16dd037
38+
39+
if impl (ghc >= 9.10)
40+
allow-newer:
41+
, gauge:base

cardano-crypto.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-crypto
2-
version: 1.1.3
2+
version: 1.2.0
33
synopsis: Cryptography primitives for cardano
44
description:
55
homepage: https://github.com/input-output-hk/cardano-crypto#readme

0 commit comments

Comments
 (0)