summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghcjs.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-09-12 10:27:39 +0200
committerPeter Simons <simons@cryp.to>2018-09-12 10:31:10 +0200
commit53d34305f69d3e8e217ef2fc68a5727c7c10f9af (patch)
tree4ca401f3bfce38469f2bc86a401b1b506363a25b /pkgs/development/haskell-modules/configuration-ghcjs.nix
parentcd41cad074153bedeb2ab98cf59c668183164ed3 (diff)
downloadnixpkgs-53d34305f69d3e8e217ef2fc68a5727c7c10f9af.tar
nixpkgs-53d34305f69d3e8e217ef2fc68a5727c7c10f9af.tar.gz
nixpkgs-53d34305f69d3e8e217ef2fc68a5727c7c10f9af.tar.bz2
nixpkgs-53d34305f69d3e8e217ef2fc68a5727c7c10f9af.tar.lz
nixpkgs-53d34305f69d3e8e217ef2fc68a5727c7c10f9af.tar.xz
nixpkgs-53d34305f69d3e8e217ef2fc68a5727c7c10f9af.tar.zst
nixpkgs-53d34305f69d3e8e217ef2fc68a5727c7c10f9af.zip
haskell-stm: update overrides that use version 2.4.5.0 to version 2.4.5.1
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index c79406a9472..7e8bc1a1e8e 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix
@@ -25,7 +25,7 @@ self: super:
 
   # GHCJS does not ship with the same core packages as GHC.
   # https://github.com/ghcjs/ghcjs/issues/676
-  stm = self.stm_2_4_5_0;
+  stm = self.stm_2_4_5_1;
   ghc-compact = self.ghc-compact_0_1_0_0;
 
   network = addBuildTools super.network (pkgs.lib.optional pkgs.buildPlatform.isDarwin pkgs.buildPackages.darwin.libiconv);