summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-31 19:46:31 +0200
committerPeter Simons <simons@cryp.to>2015-06-02 10:32:31 +0200
commit0d484e999bd99c440cd94106cc8c4fb06828ce72 (patch)
treedc4fa2a6ac59e31e4c1086dbd562879785f21352 /pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
parent3e0513ea866f6844c17fcf11b31776c63bb169cc (diff)
downloadnixpkgs-0d484e999bd99c440cd94106cc8c4fb06828ce72.tar
nixpkgs-0d484e999bd99c440cd94106cc8c4fb06828ce72.tar.gz
nixpkgs-0d484e999bd99c440cd94106cc8c4fb06828ce72.tar.bz2
nixpkgs-0d484e999bd99c440cd94106cc8c4fb06828ce72.tar.lz
nixpkgs-0d484e999bd99c440cd94106cc8c4fb06828ce72.tar.xz
nixpkgs-0d484e999bd99c440cd94106cc8c4fb06828ce72.tar.zst
nixpkgs-0d484e999bd99c440cd94106cc8c4fb06828ce72.zip
haskell-binary: update to version 0.7.5.0
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
index 84994bc683f..9327af856e8 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
@@ -86,8 +86,8 @@ self: super: {
   seqid-streams = super.seqid-streams_0_1_0;
 
   # Need binary >= 0.7.2, but our compiler has only 0.7.1.0.
-  hosc = super.hosc.overrideScope (self: super: { binary = self.binary_0_7_4_0; });
-  tidal-midi = super.tidal-midi.overrideScope (self: super: { binary = self.binary_0_7_4_0; });
+  hosc = super.hosc.overrideScope (self: super: { binary = self.binary_0_7_5_0; });
+  tidal-midi = super.tidal-midi.overrideScope (self: super: { binary = self.binary_0_7_5_0; });
 
   # These packages need mtl 2.2.x directly or indirectly via dependencies.
   amazonka = markBroken super.amazonka;