threadmanager 0.1.3 → 0.1.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~containers
Dependency ranges changed: containers
Files
- threadmanager.cabal +2/−2
threadmanager.cabal view
@@ -1,5 +1,5 @@ name: threadmanager-version: 0.1.3+version: 0.1.4 category: Concurrency @@ -24,7 +24,7 @@ library hs-source-dirs: src exposed-modules: Control.Concurrent.ThreadManager- build-depends: base == 4.*, containers >= 0.2 && < 0.4+ build-depends: base == 4.*, containers >= 0.2.0.0 && <= 0.4.0.0 ghc-options: -Wall if impl(ghc >= 6.8) ghc-options: -fwarn-tabs