clckwrks-theme-bootstrap 0.4.3.2 → 0.4.3.5
raw patch · 3 files changed
+8/−6 lines, 3 filesdep ~clckwrksdep ~happstack-authenticatedep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: clckwrks, happstack-authenticate, text
API changes (from Hackage documentation)
Files
- README.md +1/−1
- Theme.hs +2/−0
- clckwrks-theme-bootstrap.cabal +5/−5
README.md view
@@ -1,4 +1,4 @@-clckwrks-theme-bootstrap [](https://hackage.haskell.org/package/clckwrks-theme-bootstrap) [](https://travis-ci.com/clckwrks/clckwrks-theme-bootstrap)+clckwrks-theme-bootstrap [](https://hackage.haskell.org/package/clckwrks-theme-bootstrap) ========= A clckwrks theme based on bootstrap.
Theme.hs view
@@ -152,3 +152,5 @@ , themeStylePreview = Nothing , themeStyleTemplate = defaultTemplate }++
clckwrks-theme-bootstrap.cabal view
@@ -1,5 +1,5 @@ name: clckwrks-theme-bootstrap-version: 0.4.3.2+version: 0.4.3.5 synopsis: simple bootstrap based template for clckwrks description: A simple bootstrap based theme for use with clckwrks. homepage: http://www.clckwrks.com/@@ -11,7 +11,7 @@ build-type: Simple cabal-version: >=1.10 extra-source-files: README.md-Tested-With: GHC == 8.0.1, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1+tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2 data-files: data/js/npm.js@@ -39,12 +39,12 @@ exposed-modules: Theme Paths_clckwrks_theme_bootstrap build-depends: base > 4 && <5,- clckwrks >= 0.23 && < 0.28,+ clckwrks >= 0.23 && < 0.29, jmacro,- happstack-authenticate >= 2.0 && < 2.6,+ happstack-authenticate >= 2.0 && < 2.8, hsp >= 0.9 && < 0.11, hsx-jmacro, hsx2hs, mtl >= 2.1 && < 2.3,- text >= 0.11 && < 1.3,+ text >= 0.11 && < 2.1, web-plugins >= 0.2 && < 0.5