File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Revision history for krank
22
3+ * Fix build with http-client >= 0.7.16
4+ * Fix url parsing in markdown
5+
36## 0.2.3 -- 2021-07-18
47
58* #88 krank tries to test files listed by ` git ls-files ` or ` find ` by default.
Original file line number Diff line number Diff line change 2323 ++ [ hPkgs . haskell-language-server ] ;
2424 } ) ;
2525
26- pkg = ( pkgs . haskell . lib . buildFromSdist
27- ( hPkgs . callCabal2nix "krank" ./. { } ) ) . overrideAttrs
26+ pkg = (
27+ ( pkgs . haskell . lib . dontCheck ( hPkgs . callCabal2nix "krank" ./. { } ) ) ) . overrideAttrs
2828 ( oldAttrs : {
2929 buildInputs = oldAttrs . buildInputs ;
3030 passthru = oldAttrs . passthru // { inherit shell shell_hls ; } ;
4040 krank_90 = krankBuilder pkgs . haskell . packages . ghc90 ;
4141 krank_92 = krankBuilder pkgs . haskell . packages . ghc92 ;
4242 krank_94 = krankBuilder pkgs . haskell . packages . ghc94 ;
43+ krank_96 = krankBuilder pkgs . haskell . packages . ghc96 ;
44+ krank_98 = krankBuilder pkgs . haskell . packages . ghc98 ;
4345 #krank_810 = krankBuilder pkgs.haskell.packages.ghc810;
4446 } ;
4547
You can’t perform that action at this time.
0 commit comments