packages feed

suspend 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basedep ~lifted-base

Dependency ranges changed: base, lifted-base

Files

suspend.cabal view
@@ -1,5 +1,5 @@ name:                suspend-version:             0.1.0.1+version:             0.1.0.2 synopsis:            Simple package that allows for long thread suspensions. description:         Simple package that allows for long thread suspensions. Uses newtype wrapper (of Int64 at the moment) to represent delay. license:             BSD3@@ -25,8 +25,8 @@         Control.Concurrent.Delay      build-depends:-        base              == 4.5.*-      , lifted-base       == 0.1.*+        base              >= 4.5 && < 4.7+      , lifted-base       >= 0.1 && < 0.3       , transformers-base == 0.4.*      hs-source-dirs:      src