summary refs log tree commit diff
path: root/pkgs/games/hedgewars
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-09-16 09:19:56 +0200
committerPeter Simons <simons@cryp.to>2015-09-19 08:20:40 +0200
commit2aaa587b71e19ff105fc482414f9dbc3060d57b6 (patch)
tree521682db0d914e9de9e392aed7943fde1dcc36b8 /pkgs/games/hedgewars
parent6c2993284a7bebb7e8add7c57331f4d472e9839c (diff)
downloadnixpkgs-2aaa587b71e19ff105fc482414f9dbc3060d57b6.tar
nixpkgs-2aaa587b71e19ff105fc482414f9dbc3060d57b6.tar.gz
nixpkgs-2aaa587b71e19ff105fc482414f9dbc3060d57b6.tar.bz2
nixpkgs-2aaa587b71e19ff105fc482414f9dbc3060d57b6.tar.lz
nixpkgs-2aaa587b71e19ff105fc482414f9dbc3060d57b6.tar.xz
nixpkgs-2aaa587b71e19ff105fc482414f9dbc3060d57b6.tar.zst
nixpkgs-2aaa587b71e19ff105fc482414f9dbc3060d57b6.zip
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
Diffstat (limited to 'pkgs/games/hedgewars')
-rw-r--r--pkgs/games/hedgewars/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/hedgewars/default.nix b/pkgs/games/hedgewars/default.nix
index b92a14d84c2..f5d4627c5c0 100644
--- a/pkgs/games/hedgewars/default.nix
+++ b/pkgs/games/hedgewars/default.nix
@@ -5,7 +5,7 @@
 
 let
   ghc = ghcWithPackages (pkgs: with pkgs; [
-          network vector utf8-string bytestring-show random hslogger dataenc SHA entropy zlib_0_5_4_2
+          network vector utf8-string bytestring-show random hslogger dataenc SHA entropy zlib
         ]);
 in
 stdenv.mkDerivation rec {