File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
stack-local-resolver-subdir/snapshot Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 9
9
} ;
10
10
packages = project . hsPkgs ;
11
11
12
- # Get the names of all packages. This is a test to see
13
- # whether there is a broken "$locals" package present.
14
- hasIdentifier = p : p != null && p ? identifier ;
15
- packageNames = mapAttrsToList ( name : p :
16
- # TODO work out why these are `ghcide` and `hnix` are here in the first place
17
- # it might be because we have patches in `modules/configuration.nix`
18
- lib . optionalString ( ! __elem name [ "ghcide" "hnix" ] ) p . identifier . name )
19
- ( filterAttrs ( _name : hasIdentifier ) packages ) ;
20
-
21
12
in recurseIntoAttrs {
22
13
# This test is somehow broken for ghcjs
23
14
meta . disabled = stdenv . hostPlatform . isGhcjs || compiler-nix-name != "ghc984" ;
@@ -32,7 +23,7 @@ in recurseIntoAttrs {
32
23
printf "checking whether executable runs... " >& 2
33
24
cat ${ haskellLib . check packages . test-ghc-options . components . exes . test-ghc-options-exe } /test-stdout
34
25
35
- echo ' ${ concatStringsSep " " packageNames } ' > $out
26
+ touch $out
36
27
'' ;
37
28
38
29
meta = rec {
Original file line number Diff line number Diff line change 1
1
name : local-snapshot
2
- resolver : lts-14.13
2
+ resolver : lts-23.7
3
3
4
4
packages : []
You can’t perform that action at this time.
0 commit comments