File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1717
1818 # An ipv6 test fails on CI. Most likely due to missing kernel support?
1919 network = dontCheck prev . network ;
20+
21+ # Marked broken and bounds exclude newer GHC. But seems to work fine.
22+ derive-storable-plugin = doJailbreak ( markUnbroken prev . derive-storable-plugin ) ;
2023}
Original file line number Diff line number Diff line change 2121
2222 # singletons-th 3.3 requires th-desugar 1.16
2323 th-desugar = prev . callHackage "th-desugar" "1.16" { } ;
24+
25+ # Marked broken and bounds exclude newer GHC. But seems to work fine.
26+ derive-storable-plugin = doJailbreak ( markUnbroken prev . derive-storable-plugin ) ;
2427}
Original file line number Diff line number Diff line change 9191 } ) ;
9292
9393 clash-ffi =
94- hprev . callCabal2nix "clash-ffi" ../clash-ffi { } ;
94+ prev . haskell . lib . overrideCabal ( hprev . callCabal2nix "clash-ffi" ../clash-ffi { } )
95+ ( drv : {
96+ testFlags = [ "--smallcheck-max-count" "2000" ] ;
97+ } ) ;
9598
9699 clash-ghc =
97100 let
You can’t perform that action at this time.
0 commit comments