atomic-write 0.2.0.4 → 0.2.0.5
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- atomic-write.cabal +3/−3
atomic-write.cabal view
@@ -1,5 +1,5 @@ name: atomic-write-version: 0.2.0.4+version: 0.2.0.5 synopsis: Atomically write to a file homepage: https://github.com/stackbuilders/atomic-write description:@@ -58,7 +58,7 @@ other-modules: System.AtomicWrite.Internal - build-depends: base >= 4.5 && < 4.9+ build-depends: base >= 4.5 && < 5.0 , temporary , unix-compat , directory@@ -75,7 +75,7 @@ hs-source-dirs: spec, src main-is: Spec.hs - build-depends: base >= 4.5 && < 4.9+ build-depends: base >= 4.5 && < 5.0 , temporary , unix-compat , directory