lucid-cdn 0.1.0.1 → 0.1.1.0
raw patch · 2 files changed
+4/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- lucid-cdn.cabal +2/−2
- src/Lucid/CDN.hs +2/−2
lucid-cdn.cabal view
@@ -5,14 +5,14 @@ -- see: https://github.com/sol/hpack name: lucid-cdn-version: 0.1.0.1+version: 0.1.1.0 synopsis: Curated list of CDN imports for lucid. description: Repository of common CDN imports for lucid. Please open a pull request to add new libraries. category: Web author: Daniel Firth maintainer: dan.firth@homotopic.tech copyright: 2020 Daniel Firth-license: BSD3+license: MIT license-file: LICENSE build-type: Simple extra-source-files:
src/Lucid/CDN.hs view
@@ -73,8 +73,8 @@ -- | MathJax V3.0.5 mathjax_3_0_5 :: Monad m => HtmlT m () mathjax_3_0_5 = script_ [- src_ "https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.0.5/es5/startup.js"- , integrity_ "sha512-dJKCcxAEzVvIi89TXFlYagyMEEOhxtHqSorUk77kh+ss/XeVker5KA/O5/eRn5ri1S83ID4l2SS292jQjY0PCQ=="+ src_ "https://cdn.jsdelivr.net/npm/mathjax@3.0.5/es5/tex-mml-chtml.js"+ , integrity_ "sha384-L+g9M+CMLhBJNIlTx7C1IQRQV7IL/wRmGNxXVP6CPEJjVhE5LE1EBMVJtmmdueyg" , crossorigin_ "anonymous"] _blank -- | Popper V2.4.4