servant-lucid 0.7 → 0.7.1
raw patch · 1 files changed
+3/−2 lines, 1 filesdep ~servantPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: servant
API changes (from Hackage documentation)
Files
- servant-lucid.cabal +3/−2
servant-lucid.cabal view
@@ -2,10 +2,10 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: servant-lucid-version: 0.7+version: 0.7.1 synopsis: Servant support for lucid -- description:-homepage: http://haskell-servant.github.io/+homepage: http://haskell-servant.readthedocs.org/ license: BSD3 license-file: LICENSE author: Servant Contributors@@ -31,3 +31,4 @@ hs-source-dirs: src default-language: Haskell2010 include-dirs: include+ ghc-options: -Wall