packages feed

Shpadoinkle-html 0.0.0.1 → 0.1.0.0

raw patch · 2 files changed

+7/−5 lines, 2 filesdep ~Shpadoinkledep ~basedep ~template-haskellPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: Shpadoinkle, base, template-haskell

API changes (from Hackage documentation)

Files

README.md view
@@ -1,6 +1,8 @@ # Shpadoinkle Html  [![Goldwater](https://gitlab.com/fresheyeball/Shpadoinkle/badges/master/pipeline.svg)](https://gitlab.com/fresheyeball/Shpadoinkle)+[![BSD-3](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)+[![built with nix](https://img.shields.io/badge/built%20with-nix-41439a)](https://builtwithnix.org) [![Hackage](https://img.shields.io/hackage/v/Shpadoinkle-html.svg)](https://hackage.haskell.org/package/Shpadoinkle-html) [![Hackage Deps](https://img.shields.io/hackage-deps/v/Shpadoinkle-html.svg)](http://packdeps.haskellers.com/reverse/Shpadoinkle-html) [![Hackage CI](https://matrix.hackage.haskell.org/api/v2/packages/Shpadoinkle-html/badge)](https://matrix.hackage.haskell.org/#/package/Shpadoinkle-html)
Shpadoinkle-html.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: c405e61305c4cd090d0c7410fd940ed8ec0ac9f6ace673ecd845df6397bf6e68+-- hash: 77a0b8bc04fa4df929da353a469bb36150de75b87c0f1b49c2320f820a483d79  name:           Shpadoinkle-html-version:        0.0.0.1+version:        0.1.0.0 synopsis:       A typed, template generated Html DSL, and helpers. description:    Shpadoinkle Html is a typed template generated Html DSL building on types provided by Shpadoinkle Core. This exports a large namespace of terms covering most of the Html specifications. Some Elm API style helpers are present but as outlaw type classes. category:       Web@@ -41,14 +41,14 @@       ./.   ghc-options: -Wall -Wcompat -fwarn-redundant-constraints -fwarn-incomplete-uni-patterns -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-identities   build-depends:-      Shpadoinkle <0.1-    , base >=4.12.0 && <4.13+      Shpadoinkle >=0.1 && <0.2+    , base >=4.12.0 && <4.15     , containers >=0.6.0 && <0.7     , ghcjs-dom >=0.9.4 && <0.20     , jsaddle >=0.9.7 && <0.20     , jsaddle-dom >=0.9.3 && <0.20     , stm >=2.5.0 && <2.6-    , template-haskell >=2.14.0 && <2.15+    , template-haskell >=2.14.0 && <2.17     , text >=1.2.3 && <1.3     , unliftio >=0.2.12 && <0.3   default-language: Haskell2010