Skip to content

Commit

Permalink
Run tests against latest hackage to find issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Mar 2, 2021
1 parent e3a50fc commit fa10cc4
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion test/buildable/default.nix
Expand Up @@ -5,7 +5,6 @@ with lib;
let
project = cabalProject' {
inherit compiler-nix-name;
index-state = "2020-05-25T00:00:00Z";
src = testSrc "buildable";
modules = [ { packages.buildable-test.flags.exclude-broken = true; } ];
};
Expand Down
1 change: 0 additions & 1 deletion test/cabal-source-repo-comments/default.nix
Expand Up @@ -5,7 +5,6 @@ with lib;
let
project = cabalProject' {
inherit compiler-nix-name;
index-state = "2020-05-25T00:00:00Z";
src = testSrc "cabal-source-repo-comments";
};
packages = project.hsPkgs;
Expand Down
1 change: 0 additions & 1 deletion test/cabal-source-repo/default.nix
Expand Up @@ -5,7 +5,6 @@ with lib;
let
project = cabalProject' {
inherit compiler-nix-name;
index-state = "2020-05-25T00:00:00Z";
src = testSrc "cabal-source-repo";
};
packages = project.hsPkgs;
Expand Down
1 change: 0 additions & 1 deletion test/call-cabal-project-to-nix/default.nix
Expand Up @@ -7,7 +7,6 @@ let
# tests using callCabalProjectToNix and importAndFilterProject
callProjectResults = callCabalProjectToNix {
inherit compiler-nix-name;
index-state = "2020-05-25T00:00:00Z";
# reuse the cabal-simple test project
src = testSrc "cabal-simple";
};
Expand Down
1 change: 0 additions & 1 deletion test/ghc-options/cabal.nix
Expand Up @@ -5,7 +5,6 @@ with lib;
let
project = cabalProject' {
inherit compiler-nix-name;
index-state = "2020-05-25T00:00:00Z";
src = testSrc "ghc-options";
# TODO find a way to get the ghc-options into plan.json so we can use it in plan-to-nix
modules = [ {
Expand Down
1 change: 0 additions & 1 deletion test/lookup-sha256/default.nix
Expand Up @@ -4,7 +4,6 @@
inherit compiler-nix-name;
name = "pandoc";
version = "2.9.2.1";
index-state = "2020-12-17T00:00:00Z";
# Function that returns a sha256 string by looking up the location
# and tag in a nested attrset
lookupSha256 = { location, tag, ... }:
Expand Down
1 change: 0 additions & 1 deletion test/project-flags/cabal.nix
Expand Up @@ -5,7 +5,6 @@ with lib;
let
project = cabalProject' {
inherit compiler-nix-name;
index-state = "2020-05-25T00:00:00Z";
src = testSrc "project-flags";
};
packages = project.hsPkgs;
Expand Down
2 changes: 0 additions & 2 deletions test/setup-deps/cabal.project
@@ -1,3 +1 @@
index-state: 2020-05-25T00:00:00Z

packages: pkg
2 changes: 0 additions & 2 deletions test/shell-for-setup-deps/cabal.project
@@ -1,3 +1 @@
index-state: 2020-05-25T00:00:00Z

packages: pkg

0 comments on commit fa10cc4

Please sign in to comment.