yesod-fb 0.6.0 → 0.6.1
raw patch · 3 files changed
+8/−6 lines, 3 filesdep ~fbdep ~yesod-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: fb, yesod-core
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- README.md +1/−3
- yesod-fb.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+# Version 0.6.1++* Relex constraints to use new version of fb+ # Version 0.6.0 * Restrict base version for last three ghc version.
README.md view
@@ -6,8 +6,6 @@ Nightly](http://stackage.org/package/yesod-fb/badge/nightly)](http://stackage.org/nightly/package/yesod-fb) [](http://stackage.org/lts/package/yesod-fb)-[](https://travis-ci.org/psibi/yesod-fb)+[](https://dev.azure.com/psibi2000/Haskell%20Projects/_build/latest?definitionId=17&branchName=master) Glue functions between yesod and the `fb` package.--
yesod-fb.cabal view
@@ -1,5 +1,5 @@ Name: yesod-fb-Version: 0.6.0+Version: 0.6.1 Synopsis: Useful glue functions between the fb library and Yesod. Homepage: https://github.com/psibi/yesod-fb License: BSD3@@ -26,8 +26,8 @@ hs-source-dirs: src Build-depends: base >= 4.11 && < 5- , yesod-core >= 1.6.17.3- , fb >= 2.1.0+ , yesod-core+ , fb >= 2.1.1 , http-client-tls , memory , http-conduit >= 2.3.0