Spock-lucid 0.4.0.0 → 0.4.0.1
raw patch · 3 files changed
+9/−5 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- Spock-lucid.cabal +4/−4
- lib/Web/Spock/Lucid.hs +0/−1
CHANGELOG.md view
@@ -1,3 +1,8 @@+# 0.4.0.1++* Fixed a compiler warning.+* Bumped dependencies.+ # 0.4.0.0 * Generalized all types by not returning the value (since it can't be used anyway).
Spock-lucid.cabal view
@@ -1,8 +1,8 @@ name: Spock-lucid-version: 0.4.0.0+version: 0.4.0.1 synopsis: Lucid support for Spock description:- Lucid support for Spock+ Functions to use Lucid-generated HTML in Spock responses. homepage: http://github.com/aelve/Spock-lucid bug-reports: http://github.com/aelve/Spock-lucid/issues license: BSD3@@ -11,7 +11,7 @@ maintainer: yom@artyom.me -- copyright: category: Web-tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1+tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1, GHC == 8.2.1 build-type: Simple extra-source-files: CHANGELOG.md cabal-version: >=1.10@@ -25,7 +25,7 @@ -- other-modules: -- other-extensions: build-depends: Spock >= 0.9- , base >= 4.7 && < 4.10+ , base >= 4.7 && < 5 , lucid == 2.* , transformers ghc-options: -Wall -fno-warn-unused-do-bind
lib/Web/Spock/Lucid.hs view
@@ -11,7 +11,6 @@ where -import Data.Functor.Identity import Control.Monad.IO.Class import Control.Monad.Trans.Class import Web.Spock