packages feed

clckwrks 0.26.2.1 → 0.26.2.2

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Clckwrks/Server.hs view
@@ -187,8 +187,8 @@                                             , rqPaths       = map Text.unpack paths                                             , rqUri         = Text.unpack $ (if rqSecure req then (fromJust $ calcTLSBaseURI cc) else (calcBaseURI cc)) <> pi <> qry                                             , rqInputsQuery = map conv params-                                            }) $ do rq <- askRq-                                                    liftIO $ print rq+                                            }) $ do -- rq <- askRq+                                                    -- liftIO $ print rq                                                     cont paths                    (Just (Redirect mBaseURI, paths, params))  ->                      let qry = decodeUtf8With lenientDecode $ LB.toStrict $ toLazyByteString $ renderQueryText True params
clckwrks.cabal view
@@ -1,5 +1,5 @@ Name:                clckwrks-Version:             0.26.2.1+Version:             0.26.2.2 Synopsis:            A secure, reliable content management system (CMS) and blogging platform Description:         clckwrks (pronounced, clockworks) aims to compete                      directly with popular PHP-based blogging and CMS