summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-02-20 18:19:21 +0100
committerPeter Simons <simons@cryp.to>2018-02-23 17:58:17 +0100
commitd87fcc7d43a46805a662a08506af10068130d04c (patch)
treea7fe3565feb20a9c1d2c263f8e1943c9a7f2bff5 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parenta6b30cb43d3a8cccb301e4260c07da417d299513 (diff)
downloadnixlib-d87fcc7d43a46805a662a08506af10068130d04c.tar
nixlib-d87fcc7d43a46805a662a08506af10068130d04c.tar.gz
nixlib-d87fcc7d43a46805a662a08506af10068130d04c.tar.bz2
nixlib-d87fcc7d43a46805a662a08506af10068130d04c.tar.lz
nixlib-d87fcc7d43a46805a662a08506af10068130d04c.tar.xz
nixlib-d87fcc7d43a46805a662a08506af10068130d04c.tar.zst
nixlib-d87fcc7d43a46805a662a08506af10068130d04c.zip
haskell-reflect: fix build with GHC 7.10.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-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 56f61fddb33e..286b382e1973 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -198,6 +198,7 @@ self: super: {
   natural-transformation = addBuildDepend super.natural-transformation self.semigroups;
   optparse-applicative = addBuildDepends super.optparse-applicative [self.semigroups self.fail];
   QuickCheck = addBuildDepend super.QuickCheck self.semigroups;
+  reflection = addBuildDepend super.reflection self.semigroups;
   semigroups = addBuildDepends (dontCheck super.semigroups) (with self; [hashable tagged text unordered-containers]);
   texmath = addBuildDepend super.texmath self.network-uri;
   yesod-auth-oauth2 = overrideCabal super.yesod-auth-oauth2 (drv: { testDepends = (drv.testDepends or []) ++ [ self.load-env self.yesod ]; });