threadmanager 0.1.2 → 0.1.3
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.2+version: 0.1.3 category: Concurrency @@ -24,7 +24,7 @@ library hs-source-dirs: src exposed-modules: Control.Concurrent.ThreadManager- build-depends: base == 4.*, containers == 0.2.*+ build-depends: base == 4.*, containers >= 0.2 && < 0.4 ghc-options: -Wall if impl(ghc >= 6.8) ghc-options: -fwarn-tabs