Skip to content

Commit 892b620

Browse files
authored
Merge pull request IntersectMBO#5430 from input-output-hk/erikd/chap
cardano-git-rev: New version for CHaP
2 parents 56720a9 + 5aa67ec commit 892b620

File tree

7 files changed

+11
-12
lines changed

7 files changed

+11
-12
lines changed

.github/workflows/github-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
env:
2424
# Modify this value to "invalidate" the cabal cache.
25-
CABAL_CACHE_VERSION: "2023-07-27"
25+
CABAL_CACHE_VERSION: "2023-07-28"
2626

2727
# Modify this value to "invalidate" the secp cache.
2828
SECP_CACHE_VERSION: "2022-12-30"

.github/workflows/haskell-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
env:
3333
# Modify this value to "invalidate" the cabal cache.
34-
CABAL_CACHE_VERSION: "2023-07-27"
34+
CABAL_CACHE_VERSION: "2023-07-28"
3535

3636
# Modify this value to "invalidate" the secp cache.
3737
SECP_CACHE_VERSION: "2022-12-30"

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
env:
3333
# Modify this value to "invalidate" the cabal cache.
34-
CABAL_CACHE_VERSION: "2023-07-27"
34+
CABAL_CACHE_VERSION: "2023-07-28"
3535

3636
# Modify this value to "invalidate" the secp cache.
3737
SECP_CACHE_VERSION: "2022-12-30"

.github/workflows/stylish-haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
env:
2929
# Modify this value to "invalidate" the cabal cache.
30-
CABAL_CACHE_VERSION: "2023-07-27"
30+
CABAL_CACHE_VERSION: "2023-07-28"
3131

3232
STYLISH_HASKELL_VERSION: "0.14.4.0"
3333

cardano-git-rev/cardano-git-rev.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-git-rev
4-
version: 0.1.1.0
4+
version: 0.1.2.0
55
synopsis: Git revisioning
66
description: Embeds git revision into Haskell packages.
77
category: Cardano,

cardano-node/src/Cardano/Tracing/OrphanInstances/Common.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
{-# LANGUAGE EmptyCase #-}
33
{-# LANGUAGE FlexibleContexts #-}
44
{-# LANGUAGE FlexibleInstances #-}
5-
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
65
{-# LANGUAGE MultiParamTypeClasses #-}
76
{-# LANGUAGE StandaloneDeriving #-}
87
{-# LANGUAGE UndecidableInstances #-}

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)