File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ common with-library
2525 -- This is the inverse to the "buildable" GHC version constraint in plutus-scripts-bench.
2626 -- It makes sure, we only depend on that package if it is buildable.
2727 -- The tx-generator will fall back to pre-serialized Plutus scripts if this package is not present.
28- if !(impl(ghc < 9.6 ) || impl(ghc >= 9.7 ))
29- build-depends : plutus-scripts-bench ^>= 1.0.4
30- cpp-options : -DWITH_LIBRARY
28+ -- if !(impl(ghc <9.6) || impl(ghc >=9.7))
29+ -- build-depends: plutus-scripts-bench ^>= 1.0.4
30+ -- cpp-options: -DWITH_LIBRARY
3131
3232common maybe-unix
3333 if !os(windows)
Original file line number Diff line number Diff line change 2121 {
2222 src = ../. ;
2323 name = "cardano-node" ;
24- compiler-nix-name = lib . mkDefault "ghc8107 " ;
24+ compiler-nix-name = lib . mkDefault "ghc96 " ;
2525 # extra-compilers
26- flake . variants = lib . genAttrs [ "ghc96 " ] ( x : { compiler-nix-name = x ; } ) ;
26+ flake . variants = lib . genAttrs [ "ghc8107 " ] ( x : { compiler-nix-name = x ; } ) ;
2727 cabalProjectLocal = ''
2828 repository cardano-haskell-packages-local
2929 url: file:${ CHaP }
You can’t perform that action at this time.
0 commit comments