packages feed

network-simple 0.4.0.3 → 0.4.0.4

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~exceptions

Dependency ranges changed: exceptions

Files

changelog.md view
@@ -1,3 +1,8 @@+# Version 0.4.0.4++* Bump upper bound on `exceptions` dependency.++ # Version 0.4.0.3  * Bump upper bound on `exceptions` dependency.
network-simple.cabal view
@@ -1,5 +1,5 @@ name:                network-simple-version:             0.4.0.3+version:             0.4.0.4 homepage:            https://github.com/k0001/network-simple bug-reports:         https://github.com/k0001/network-simple/issues license:             BSD3@@ -38,4 +38,4 @@                    , bytestring   (>=0.9.2.1 && <0.11)                    , transformers (>=0.2 && <0.5)                    -- Packages not in The Haskell Platform-                   , exceptions   (>=0.6 && <0.8)+                   , exceptions   (>=0.6 && <0.9)