packages feed

network-simple 0.4.0.2 → 0.4.0.3

raw patch · 3 files changed

+9/−4 lines, 3 filesdep ~exceptions

Dependency ranges changed: exceptions

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2013-2014, Renzo Carbonara <renzocarbonaraλgmail.com>+Copyright (c) 2013-2015, Renzo Carbonara <renzocarbonaraλgmail.com>  All rights reserved. 
changelog.md view
@@ -1,3 +1,8 @@+# Version 0.4.0.3++* Bump upper bound on `exceptions` dependency.++ # Version 0.4.0.2  * Workaround `sendLazy` build issues in Windows 8 (see #13).
network-simple.cabal view
@@ -1,12 +1,12 @@ name:                network-simple-version:             0.4.0.2+version:             0.4.0.3 homepage:            https://github.com/k0001/network-simple bug-reports:         https://github.com/k0001/network-simple/issues license:             BSD3 license-file:        LICENSE author:              Renzo Carbonara maintainer:          renzocarbonaraλgmail.com-copyright:           Copyright (c) Renzo Carbonara 2013-2014+copyright:           Copyright (c) Renzo Carbonara 2013-2015 category:            Network build-type:          Simple cabal-version:       >=1.8@@ -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.7)+                   , exceptions   (>=0.6 && <0.8)