hackage-packages.nix: switch our default package set to Stackage Nightly

This update was generated by hackage2nix v20150903-82-g351b6f8 using the following inputs:

  - Hackage: https://github.com/commercialhaskell/all-cabal-hashes/commit/af161fdf178e996c83d9c06059cb81cc4480b035
  - LTS Haskell: https://github.com/fpco/lts-haskell/commit/da73308b6359aa6083591ec7a2069090977d3be7
  - Stackage Nightly: https://github.com/fpco/stackage-nightly/commit/1994a4f865fe7e1cbe2c5b94a2214a5d91507f2c
This commit is contained in:
Peter Simons
2015-09-19 08:20:40 +02:00
parent 6c2993284a
commit 2aaa587b71
57 changed files with 460025 additions and 1336 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
{ pkgs, stdenv, ghc
, compilerConfig ? (self: super: {})
, packageSetConfig ? (self: super: {})
, overrides ? (self: super: {})
}:
@@ -77,4 +78,4 @@ let
in
fix (extend (extend (extend haskellPackages commonConfiguration) packageSetConfig) overrides)
fix (extend (extend (extend (extend haskellPackages commonConfiguration) compilerConfig) packageSetConfig) overrides)