File tree Expand file tree Collapse file tree 7 files changed +11
-12
lines changed
cardano-node/src/Cardano/Tracing/OrphanInstances Expand file tree Collapse file tree 7 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22
33name : cardano-git-rev
4- version : 0.1.1 .0
4+ version : 0.1.2 .0
55synopsis : Git revisioning
66description : Embeds git revision into Haskell packages.
77category : Cardano,
Original file line number Diff line number Diff line change 22{-# LANGUAGE EmptyCase #-}
33{-# LANGUAGE FlexibleContexts #-}
44{-# LANGUAGE FlexibleInstances #-}
5- {-# LANGUAGE GeneralizedNewtypeDeriving #-}
65{-# LANGUAGE MultiParamTypeClasses #-}
76{-# LANGUAGE StandaloneDeriving #-}
87{-# LANGUAGE UndecidableInstances #-}
You can’t perform that action at this time.
0 commit comments