Shpadoinkle-widgets 0.0.0.1 → 0.0.0.2
raw patch · 2 files changed
+9/−7 lines, 2 filesdep ~Shpadoinkledep ~Shpadoinkle-htmldep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Shpadoinkle, Shpadoinkle-html, base, template-haskell
API changes (from Hackage documentation)
Files
- README.md +2/−0
- Shpadoinkle-widgets.cabal +7/−7
README.md view
@@ -1,6 +1,8 @@ # Shpadoinkle Widgets [](https://gitlab.com/fresheyeball/Shpadoinkle)+[](https://opensource.org/licenses/BSD-3-Clause)+[](https://builtwithnix.org) [](https://hackage.haskell.org/package/Shpadoinkle-widgets) [](http://packdeps.haskellers.com/reverse/Shpadoinkle-widgets) [](https://matrix.hackage.haskell.org/#/package/Shpadoinkle-widgets)
Shpadoinkle-widgets.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: da8a19caa819b338cdab73065a3f5e9112de2440da5ecb431080860f51889144+-- hash: 542838a3f2738fff3b9af0f7f7470de5a4419203571bffab2e09a3a3c97fc472 name: Shpadoinkle-widgets-version: 0.0.0.1+version: 0.0.0.2 synopsis: A collection of common reusable types and components. description: There are many shared abstractions between various UI's that represent themselves in frameworks, and applications. This package provides a useful subset of these concepts as types. Along with implimentations consuming these types. category: Web@@ -43,10 +43,10 @@ ./. ghc-options: -Wall -Wcompat -fwarn-redundant-constraints -fwarn-incomplete-uni-patterns -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-identities build-depends:- Shpadoinkle <0.1- , Shpadoinkle-html <0.1+ Shpadoinkle+ , Shpadoinkle-html , aeson >=1.4.4 && <1.5- , base >=4.12.0 && <4.13+ , base >=4.12.0 && <4.15 , compactable >=0.1.2 && <0.2 , containers >=0.6.0 && <0.7 , edit-distance >=0.2.2 && <0.3@@ -54,7 +54,7 @@ , jsaddle >=0.9.7 && <0.20 , mtl >=2.2.2 && <2.3 , 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@@ -70,7 +70,7 @@ build-depends: QuickCheck , Shpadoinkle-widgets- , base >=4.12.0 && <4.13+ , base >=4.12.0 && <4.15 , containers , hspec default-language: Haskell2010