packages feed

hablog 0.7.0 → 0.7.1

raw patch · 2 files changed

+4/−3 lines, 2 filesdep +warp-tlsPVP ok

version bump matches the API change (PVP)

Dependencies added: warp-tls

API changes (from Hackage documentation)

Files

LICENSE view
@@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018 Gil Mizrahi+Copyright (c) 2020 Gil Mizrahi  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
hablog.cabal view
@@ -1,5 +1,5 @@ Name:                hablog-Version:             0.7.0+Version:             0.7.1 Synopsis:            A blog system Description:         blog system with tags License:             MIT@@ -26,6 +26,7 @@     base >=4.7 && <5    ,scotty    ,scotty-tls >= 0.4+   ,warp-tls == 3.2.12    ,blaze-html    ,blaze-markup    ,text@@ -91,6 +92,6 @@   if impl(ghc >= 6.12.0)     other-extensions:       FlexibleInstances-    ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields+    ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields -static -optl-static -optl-pthread -fPIC   else     ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields