happstack-foundation 0.5.5 → 0.5.6
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~textPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: text
API changes (from Hackage documentation)
- Happstack.Foundation: typeOf :: Typeable a => a -> TypeRep
- Happstack.Foundation: class Typeable a => Data a
+ Happstack.Foundation: class Typeable * a => Data a
- Happstack.Foundation: class Typeable a
+ Happstack.Foundation: class Typeable (a :: k)
- Happstack.Foundation: dataCast1 :: (Data a, Typeable1 t) => (forall d. Data d => c (t d)) -> Maybe (c a)
+ Happstack.Foundation: dataCast1 :: (Data a, Typeable (* -> *) t) => (forall d. Data d => c (t d)) -> Maybe (c a)
- Happstack.Foundation: dataCast2 :: (Data a, Typeable2 t) => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c a)
+ Happstack.Foundation: dataCast2 :: (Data a, Typeable (* -> * -> *) t) => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c a)
Files
happstack-foundation.cabal view
@@ -1,5 +1,5 @@ Name: happstack-foundation-Version: 0.5.5+Version: 0.5.6 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:@@ -37,7 +37,7 @@ reform-happstack == 0.2.*, reform-hsp == 0.2.*, safecopy >= 0.7 && < 0.9,- text >= 0.11 && < 1.2,+ text >= 0.11 && < 1.3, web-routes == 0.27.*, web-routes-happstack == 0.23.*, web-routes-hsp == 0.24.*,