summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-12 10:26:54 +0100
committerPeter Simons <simons@cryp.to>2018-03-12 14:30:59 +0100
commitd9ed7a264282910e05e0011553f9714670baa306 (patch)
treea8731b5b7c9ea14cd23b0fe22a5b26ead467f00a /pkgs
parentc575724782b4132bb4c0119c9da1a5c48c8ba95c (diff)
downloadnixpkgs-d9ed7a264282910e05e0011553f9714670baa306.tar
nixpkgs-d9ed7a264282910e05e0011553f9714670baa306.tar.gz
nixpkgs-d9ed7a264282910e05e0011553f9714670baa306.tar.bz2
nixpkgs-d9ed7a264282910e05e0011553f9714670baa306.tar.lz
nixpkgs-d9ed7a264282910e05e0011553f9714670baa306.tar.xz
nixpkgs-d9ed7a264282910e05e0011553f9714670baa306.tar.zst
nixpkgs-d9ed7a264282910e05e0011553f9714670baa306.zip
haskell-cmdargs: fix build with GHC 7.10.x
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index 7459c5b28cc..4635fdc5281 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -186,6 +186,7 @@ self: super: {
   attoparsec = addBuildDepends super.attoparsec (with self; [semigroups fail]);
   bytes = addBuildDepend super.bytes self.doctest;
   case-insensitive = addBuildDepend super.case-insensitive self.semigroups;
+  cmdargs = addBuildDepend super.cmdargs self.semigroups;
   contravariant = addBuildDepend super.contravariant self.semigroups;
   dependent-map = addBuildDepend super.dependent-map self.semigroups;
   distributive = addBuildDepend (dontCheck super.distributive) self.semigroups;