Skip to content

Commit

Permalink
multi-ghc-travis: update to current Git master
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Feb 13, 2018
1 parent 4b39930 commit afb83e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/configuration-common.nix
Expand Up @@ -950,7 +950,7 @@ self: super: {
ChasingBottoms = dontCheck super.ChasingBottoms;

# Add support for https://github.com/haskell-hvr/multi-ghc-travis.
multi-ghc-travis = self.callPackage ../tools/haskell/multi-ghc-travis { ShellCheck = self.ShellCheck_0_4_6; };
multi-ghc-travis = self.callPackage ../tools/haskell/multi-ghc-travis {};

# https://github.com/yesodweb/Shelly.hs/issues/162
shelly = dontCheck super.shelly;
Expand Down
Expand Up @@ -2706,7 +2706,6 @@ extra-packages:
- QuickCheck < 2 # required by test-framework-quickcheck and its users
- seqid < 0.2 # newer versions depend on transformers 0.4.x which we cannot provide in GHC 7.8.x
- seqid-streams < 0.2 # newer versions depend on transformers 0.4.x which we cannot provide in GHC 7.8.x
- ShellCheck == 0.4.6 # required by multi-ghc-travis
- split < 0.2 # newer versions don't work with GHC 6.12.3
- tar < 0.4.2.0 # later versions don't work with GHC < 7.6.x
- transformers == 0.4.3.* # the latest version isn't supported by mtl yet
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/tools/haskell/multi-ghc-travis/default.nix
Expand Up @@ -8,8 +8,8 @@ mkDerivation {
src = fetchFromGitHub {
owner = "hvr";
repo = "multi-ghc-travis";
rev = "0d1b4089f6829659149747c9551712d24fd0b124";
sha256 = "00dbg8hbncv74c2baskyhg4h0yv8wrz0fnkvw2bzcn0cjrz7xqwr";
rev = "612a29439ba61b01efb98ea6d36b7ffd987dc5a0";
sha256 = "0q416rzzwipbnvslhwmm43w38dwma3lks12fghb0svcwj5lzgxsf";
};
isLibrary = true;
isExecutable = true;
Expand Down

0 comments on commit afb83e0

Please sign in to comment.