Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions parallel-io.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ Library
Other-Modules:
Control.Concurrent.ParallelIO.Compat

Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.6, random >= 1.0 && < 1.2
Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.7, random >= 1.0 && < 1.3

Executable benchmark
Main-Is: Control/Concurrent/ParallelIO/Benchmark.hs

if !flag(benchmark)
Buildable: False
else
Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.6, random >= 1.0 && < 1.2,
Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.7, random >= 1.0 && < 1.3,
time >= 1

Ghc-Options: -threaded
Expand All @@ -61,7 +61,7 @@ Executable tests
if !flag(tests)
Buildable: False
else
Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.6, random >= 1.0 && < 1.2,
Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.7, random >= 1.0 && < 1.3,
test-framework >= 0.1.1, test-framework-hunit >= 0.1.1, HUnit >= 1.2 && < 2

Ghc-Options: -threaded -rtsopts
Expand All @@ -72,7 +72,7 @@ Executable fuzz
if !flag(fuzz)
Buildable: False
else
Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.6, random >= 1.0 && < 1.2
Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.7, random >= 1.0 && < 1.3

Ghc-Options: -threaded -rtsopts

Expand All @@ -82,4 +82,4 @@ Executable fuzz-seq
if !flag(fuzz)
Buildable: False
else
Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.6, random >= 1.0 && < 1.2
Build-Depends: base >= 4 && < 5, extensible-exceptions > 0.1.0.1, containers >= 0.2 && < 0.7, random >= 1.0 && < 1.3