Commit e0cec52d authored by Christoph Bauer's avatar Christoph Bauer Committed by sternenseemann
Browse files

haskell.packages.ghcjs.stm: 2.5.0.2 -> stm 2.5.1.0



The stm_2_5_0_2 attribute was removed due to a package update upstream,
leading to an evaluation failure in the ghcjs package set.

Co-authored-by: default avatarsternenseemann <sternenseemann@systemli.org>
parent 9a33ad65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ self: super:

  # GHCJS does not ship with the same core packages as GHC.
  # https://github.com/ghcjs/ghcjs/issues/676
  stm = doJailbreak self.stm_2_5_0_2;
  stm = doJailbreak self.stm_2_5_1_0;
  exceptions = dontCheck self.exceptions_0_10_5;

## OTHER PACKAGES