about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorRickard Nilsson <rickynils@gmail.com>2016-08-21 09:50:35 +0200
committerRickard Nilsson <rickynils@gmail.com>2016-08-21 09:50:35 +0200
commitf47ec8c744482505c4d3ddf65c5574a5a81a1c1d (patch)
treeeb35ef6a5cc286ce54465fbb50d4fe22e7e2c5dc /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parenta28ca06298056e57020ebb768b6ec567990a56aa (diff)
downloadnixlib-f47ec8c744482505c4d3ddf65c5574a5a81a1c1d.tar
nixlib-f47ec8c744482505c4d3ddf65c5574a5a81a1c1d.tar.gz
nixlib-f47ec8c744482505c4d3ddf65c5574a5a81a1c1d.tar.bz2
nixlib-f47ec8c744482505c4d3ddf65c5574a5a81a1c1d.tar.lz
nixlib-f47ec8c744482505c4d3ddf65c5574a5a81a1c1d.tar.xz
nixlib-f47ec8c744482505c4d3ddf65c5574a5a81a1c1d.tar.zst
nixlib-f47ec8c744482505c4d3ddf65c5574a5a81a1c1d.zip
haskellPackages.Glob: Fix version in configuration-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.nix2
1 files changed, 1 insertions, 1 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 bf2ca43fc875..d801d3b2cb8d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -210,7 +210,7 @@ self: super: {
   semigroups_0_18_1 = addBuildDepends super.semigroups (with self; [hashable tagged text unordered-containers]);
   semigroups = addBuildDepends super.semigroups (with self; [hashable tagged text unordered-containers]);
   intervals = addBuildDepends super.intervals (with self; [doctest QuickCheck]);
-  Glob_0_7_9 = addBuildDepends super.Glob_0_7_9 (with self; [semigroups]);
+  Glob_0_7_10 = addBuildDepends super.Glob_0_7_10 (with self; [semigroups]);
   Glob = addBuildDepends super.Glob (with self; [semigroups]);
   # cereal must have `fail` in pre-ghc-8.0.x versions
   # also tests require bytestring>=0.10.8.1