ForkableT 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+9/−5 lines, 1 filesdep ~basedep ~monad-controldep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, monad-control, mtl, resourcet
API changes (from Hackage documentation)
Files
- ForkableT.cabal +9/−5
ForkableT.cabal view
@@ -1,5 +1,5 @@ name: ForkableT-version: 0.1.0.1+version: 0.1.0.2 synopsis: Forkable monad transformers description: Provides two classes for modular handling of forking license: BSD3@@ -10,10 +10,14 @@ build-type: Simple cabal-version: >=1.8 +source-repository head+ type: git+ location: https://github.com/exFalso/ForkableT/+ library exposed-modules: Control.Concurrent.ForkableT, Control.Concurrent.ForkableT.Instances- build-depends: base < 5 && >= 4,- mtl < 3 && >= 2,- monad-control < 1,- resourcet < 2 && >= 1+ build-depends: base == 4.*+ , mtl == 2.*+ , monad-control == 1.*+ , resourcet == 1.* hs-source-dirs: src