packages feed

pusher-http-haskell 1.1.0.4 → 1.2.0.0

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~timedep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: time, transformers

API changes (from Hackage documentation)

Files

LICENSE view
@@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Will Sewell+Copyright (c) 2017 Will Sewell  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
pusher-http-haskell.cabal view
@@ -1,5 +1,5 @@ name:                 pusher-http-haskell-version:              1.1.0.4+version:              1.2.0.0 cabal-version:        >=1.18 build-type:           Simple license:              MIT@@ -39,8 +39,8 @@                       http-client >=0.4 && <0.6,                       http-types >=0.8 && <0.10,                       text ==1.2.*,-                      time >=1.4 && <1.7,-                      transformers >=0.3 && <0.6,+                      time >=1.5 && <1.7,+                      transformers >=0.4 && <0.6,                       unordered-containers ==0.2.*   ghc-options:        -Wall   if impl(ghc >= 8.0.0)