packages feed

happstack-foundation 0.5.9 → 0.5.9.1

raw patch · 3 files changed

+4/−4 lines, 3 filesdep ~happstack-serverPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: happstack-server

API changes (from Hackage documentation)

- Happstack.Foundation: AcidLocal :: Maybe FilePath -> st -> AcidConfig (AcidState st)
- Happstack.Foundation: AcidUsing :: st -> AcidConfig st
+ Happstack.Foundation: [AcidLocal] :: (IsAcidic st, Typeable st) => Maybe FilePath -> st -> AcidConfig (AcidState st)
+ Happstack.Foundation: [AcidUsing] :: st -> AcidConfig st
- Happstack.Foundation: class Typeable (a :: k)
+ Happstack.Foundation: class Typeable k (a :: k)
- Happstack.Foundation: query :: (Functor m, MonadIO m, QueryEvent event, HasAcidState m (EventState event)) => event -> m (EventResult event)
+ Happstack.Foundation: query :: forall event m. (Functor m, MonadIO m, QueryEvent event, HasAcidState m (EventState event)) => event -> m (EventResult event)
- Happstack.Foundation: update :: (Functor m, MonadIO m, UpdateEvent event, HasAcidState m (EventState event)) => event -> m (EventResult event)
+ Happstack.Foundation: update :: forall event m. (Functor m, MonadIO m, UpdateEvent event, HasAcidState m (EventState event)) => event -> m (EventResult event)

Files

examples/ControlV/ControlV.cabal view
@@ -20,5 +20,5 @@                      filepath,                      happstack-foundation >= 0.5 && < 0.6,                      ixset == 1.0.*,-                     time >= 1.4 && < 1.6,+                     time >= 1.4 && < 1.7,                      text >= 0.11 && < 1.3
examples/ControlVAuth/ControlVAuth.cabal view
@@ -22,7 +22,7 @@                      , hsx2hs                      , jmacro                 >= 0.6.9 && < 0.7                      , ixset                  == 1.0.*-                     , time                   >= 1.4   && < 1.6+                     , time                   >= 1.4   && < 1.7                      , text                   >= 0.11  && < 1.3                      , happstack-authenticate >= 2.3   && < 2.4                      , happstack-jmacro       >= 7.0   && < 7.1
happstack-foundation.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-foundation-Version:             0.5.9+Version:             0.5.9.1 Synopsis:            Glue code for using Happstack with acid-state, web-routes, reform, and HSP Description:         happstack-foundation is a library which builds on top of existing components                      to provide a powerful and type-safe environment for web development. It uses:@@ -43,7 +43,7 @@                      base                  < 5,                      acid-state            >= 0.7 && < 0.15,                      happstack-hsp         == 7.3.*,-                     happstack-server      >= 7.0 && < 7.5,+                     happstack-server      >= 7.0 && < 7.6,                      hsp                   >= 0.9 && < 0.11,                      lifted-base           >= 0.1 && < 0.3,                      monad-control         >= 0.3 && < 1.1,