Skip to content

Commit

Permalink
Bump chaselev dependency on atomic-primops
Browse files Browse the repository at this point in the history
  • Loading branch information
rrnewton committed Jul 19, 2013
1 parent 000e33e commit 0169990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AtomicPrimops/testing/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ case_create_and_mutate_twice = do
assertBool "Does the value after the first mutate equal 5?" (peekTicket tick2 == 5)
assertBool "Does the value after the second mutate equal 120?" (valf == 120)


-- [2013.07.19] I just saw an isolated failure of this one:
case_n_threads_mutate :: Assertion
case_n_threads_mutate = do
dbgPrint 1$ " Creating 120 threads and having each increment a counter value."
Expand Down
4 changes: 2 additions & 2 deletions ChaseLev/chaselev-deque.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: chaselev-deque
Version: 0.3
Version: 0.4
License: BSD3
License-file: LICENSE
Author: Ryan R. Newton, Edward Kmett
Expand Down Expand Up @@ -40,7 +40,7 @@ Library

build-depends: base >= 4.4.0.0 && < 5, array, transformers, bits-atomic,
abstract-deque >= 0.2.2, vector, ghc-prim,
atomic-primops >= 0.3 && < 0.4
atomic-primops >= 0.4 && < 0.5
-- IORefCAS >= 0.2
build-depends: ghc-prim
ghc-options: -O2
Expand Down

0 comments on commit 0169990

Please sign in to comment.