Skip to content

Commit

Permalink
Better
Browse files Browse the repository at this point in the history
  • Loading branch information
treeowl committed Jul 22, 2018
1 parent 2c65d16 commit 45eb2ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion chaselev-deque/Data/Concurrent/Deque/ChaseLev.hs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import qualified Data.Concurrent.Deque.Class as PC
-- import Data.Vector
import Control.Monad.Primitive
import Data.Primitive.Array
import Data.Primitive.UnliftedArray (PrimUnlifted (..))
import Data.Primitive.MutVar
import Text.Printf (printf)
import Control.Exception (catch, SomeException, throw, evaluate,try)
Expand Down
4 changes: 2 additions & 2 deletions chaselev-deque/chaselev-deque.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Library

build-depends: base >= 4.4.0.0 && < 5, array, transformers,
abstract-deque >= 0.3 && < 0.4, vector, ghc-prim,
atomic-primops >= 0.5.0.2, primitive
atomic-primops >= 0.5.0.2, primitive >= 0.6.2.0
-- This was for reactordeque:
-- bits-atomic,
build-depends: ghc-prim
Expand All @@ -65,7 +65,7 @@ Test-Suite test-chaselev-deque
build-depends: base >= 4.4.0.0 && < 5,
abstract-deque >= 0.3 && < 0.4, abstract-deque-tests >= 0.3,
HUnit, test-framework, test-framework-hunit,
atomic-primops >= 0.5.0.2, vector, ghc-prim, array, primitive
atomic-primops >= 0.5.0.2, vector, ghc-prim, array, primitive >= 0.6.2.0
build-depends: containers
ghc-options: -O2 -threaded
ghc-options: -rtsopts -with-rtsopts=-N4
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ packages:
- mega-deque/
extra-deps:
- bits-atomic-0.1.3
resolver: lts-2.22
resolver: lts-12.2

0 comments on commit 45eb2ab

Please sign in to comment.