File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 21
21
- uses : cachix/cachix-action@v8
22
22
with :
23
23
name : haskell-language-server
24
- authToken : ' ${{ secrets.HLS_CACHIX_AUTH_TOKEN }}'
24
+ authToken : ${{ secrets.HLS_CACHIX_AUTH_TOKEN }}
25
25
- run : nix-shell --argstr compiler ${{ matrix.ghc }} --run "cabal update && cabal build"
Original file line number Diff line number Diff line change 6
6
mkDerivation = args : super . mkDerivation ( args //
7
7
{
8
8
# skip running tests for Hackage packages
9
- doCheck = args . pname != "ghcide" && args . pname ! = "haskell-language-server" ;
9
+ doCheck = args . pname == "ghcide" || args . pname = = "haskell-language-server" ;
10
10
# relax upper bounds
11
11
jailbreak = args . pname != "jailbreak-cabal" ;
12
12
} ) ;
38
38
# relax upper bounds on ghc 8.10.x versions (and skip running tests)
39
39
ghc8101 = extended ( pkgs . haskell . packages . ghc8101 . override sharedOverrides ) ;
40
40
ghc8102 = extended ( pkgs . haskell . packages . ghc8102 . override sharedOverrides ) ;
41
+ ghc8103 = extended ( pkgs . haskell . packages . ghc8103 . override sharedOverrides ) ;
41
42
} ;
42
43
} ;
43
44
} ;
Original file line number Diff line number Diff line change 29
29
"homepage" : " https://github.com/NixOS/nixpkgs" ,
30
30
"owner" : " NixOS" ,
31
31
"repo" : " nixpkgs" ,
32
- "rev" : " cbf707b2af4cd66bdcdd84b2bddfb627194b39c0 " ,
33
- "sha256" : " 1bj55jkgdzx7lv6dvy26l354c7vsxaa1jipm99axgqqax905m8sa " ,
32
+ "rev" : " 8911c99c2f1bf44210be7ff35314430f02f0f33d " ,
33
+ "sha256" : " 06mi91yxidjyyrc7q5dbi1j8bxi2iird0ivqcnb4kiglpw0ivpkr " ,
34
34
"type" : " tarball" ,
35
- "url" : " https://github.com/NixOS/nixpkgs/archive/cbf707b2af4cd66bdcdd84b2bddfb627194b39c0 .tar.gz" ,
35
+ "url" : " https://github.com/NixOS/nixpkgs/archive/8911c99c2f1bf44210be7ff35314430f02f0f33d .tar.gz" ,
36
36
"url_template" : " https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
37
37
}
38
38
}
You can’t perform that action at this time.
0 commit comments