packages feed

snaplet-i18n 0.0.2.1 → 0.0.3

raw patch · 1 files changed

+7/−7 lines, 1 filesdep ~filepathdep ~heistdep ~snap

Dependency ranges changed: filepath, heist, snap, snap-core, xmlhtml

Files

snaplet-i18n.cabal view
@@ -3,7 +3,7 @@ -- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr. -- The name of the package. Name:                snaplet-i18n-Version:             0.0.2.1+Version:             0.0.3 Description:         A light weight i18n snaplet. Synopsis:            snaplet-i18n Homepage:            https://github.com/HaskellCNOrg/snaplet-i18n@@ -35,17 +35,17 @@    Build-Depends:           base               >= 4     && < 5,-      snap               >= 0.8   && < 0.9,-      snap-core          >= 0.8   && < 0.9,+      snap               >= 0.9.1 && < 0.10,+      snap-core          == 0.9.0,+      xmlhtml            == 0.2.0,+      heist              == 0.8.1,       bytestring         >= 0.9   && < 1.0,       data-lens-template >= 2.1   && < 2.2,       data-lens          >= 2.0   && < 2.1,-      filepath           >= 1.2   && < 1.3,+      filepath           >= 1.2   && < 1.4,       directory          >= 1.1   && < 1.2,       configurator       >= 0.2   && < 0.3,-      text               >= 0.11  && < 0.12,-      xmlhtml            >= 0.1.7 && < 0.2,-      heist              >= 0.8   && < 0.9+      text               >= 0.11  && < 0.12    if impl(ghc >= 6.12.0)       ghc-options: -Wall -fwarn-tabs -funbox-strict-fields