packages feed

antagonist 0.1.0.29 → 0.1.0.30

raw patch · 1 files changed

+25/−3 lines, 1 filesdep ~antisplicedep ~chattydep ~chatty-utilsPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: antisplice, chatty, chatty-utils, ironforge, mtl, shakespeare, text, time, time-locale-compat, yesod, yesod-auth

API changes (from Hackage documentation)

- Web.Antagonist.Server: instance YesodAntagonist master => YesodSubDispatch SingleUserSub (HandlerT master IO)
- Web.Antagonist.Server.Data: constructor :: SingleUserSub -> Constructor ()
- Web.Antagonist.Server.Data: currentCounter :: SingleUserSub -> IORef Int
- Web.Antagonist.Server.Data: dungeonStates :: SingleUserSub -> IORef (AVL (Int, SessionState, String, NominalDiffTime))
- Web.Antagonist.Server.Data: instance Eq (Route SingleUserSub)
- Web.Antagonist.Server.Data: instance ParseRoute SingleUserSub
- Web.Antagonist.Server.Data: instance Read (Route SingleUserSub)
- Web.Antagonist.Server.Data: instance RenderRoute SingleUserSub
- Web.Antagonist.Server.Data: instance RouteAttrs SingleUserSub
- Web.Antagonist.Server.Data: instance Show (Route SingleUserSub)
+ Web.Antagonist.Server: instance Web.Antagonist.Server.YesodAntagonist master => Yesod.Core.Class.Dispatch.YesodSubDispatch Web.Antagonist.Server.Data.SingleUserSub (Yesod.Core.Types.HandlerT master GHC.Types.IO)
+ Web.Antagonist.Server.Data: [constructor] :: SingleUserSub -> Constructor ()
+ Web.Antagonist.Server.Data: [currentCounter] :: SingleUserSub -> IORef Int
+ Web.Antagonist.Server.Data: [dungeonStates] :: SingleUserSub -> IORef (AVL (Int, SessionState, String, NominalDiffTime))
+ Web.Antagonist.Server.Data: instance GHC.Classes.Eq (Yesod.Routes.Class.Route Web.Antagonist.Server.Data.SingleUserSub)
+ Web.Antagonist.Server.Data: instance GHC.Read.Read (Yesod.Routes.Class.Route Web.Antagonist.Server.Data.SingleUserSub)
+ Web.Antagonist.Server.Data: instance GHC.Show.Show (Yesod.Routes.Class.Route Web.Antagonist.Server.Data.SingleUserSub)
+ Web.Antagonist.Server.Data: instance Yesod.Routes.Class.ParseRoute Web.Antagonist.Server.Data.SingleUserSub
+ Web.Antagonist.Server.Data: instance Yesod.Routes.Class.RenderRoute Web.Antagonist.Server.Data.SingleUserSub
+ Web.Antagonist.Server.Data: instance Yesod.Routes.Class.RouteAttrs Web.Antagonist.Server.Data.SingleUserSub

Files

antagonist.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.1.0.29+version:             0.1.0.30  -- A short (one-line) description of the package. synopsis:            A web interface to Antisplice dungeons.@@ -50,7 +50,18 @@  library   exposed-modules: Web.Antagonist.Server, Web.Antagonist.Server.Data-  build-depends:       base >=4.6 && <4.9, yesod >=1.2 && <1.5, antisplice >=0.17.1 && <0.18, text >=1.1 && <1.4, chatty >=0.6.4 && <0.7, chatty-utils >=0.7 && <0.8, shakespeare >=2.0 && <2.1, mtl >=2.1 && <2.3, time >=1.4 && <1.6, yesod-auth >=1.3 && <1.5, time-locale-compat >= 0.1 && < 0.2+  build-depends:       base >=4.6 && <4.9,+                       yesod >=1.2,+                       antisplice >=0.17.1,+                       text,+                       chatty >=0.6.4,+                       chatty-utils >=0.7,+                       shakespeare >=2.0,+                       mtl,+                       time >=1.4,+                       yesod-auth >=1.3,+                       time-locale-compat >= 0.1+                          default-language: Haskell2010   hs-source-dirs:   shared, server, . @@ -65,7 +76,18 @@   -- other-extensions:          -- Other library packages from which modules are imported.-  build-depends:       base >=4.6 && <4.9, yesod >=1.2 && <1.5, antisplice >=0.17.1 && <0.18, text >=1.1 && <1.4, chatty >=0.6.4 && <0.7, chatty-utils >=0.7 && <0.8, shakespeare >=2.0 && <2.1, mtl >=2.1 && <2.3, ironforge >=0.1 && <0.2, time >=1.4 && <1.6, yesod-auth >=1.3 && <1.5, time-locale-compat >= 0.1 && < 0.2+  build-depends:       base >=4.6 && <4.9,+                       yesod >=1.2,+                       antisplice >=0.17.1,+                       text,+                       chatty >=0.6.4,+                       chatty-utils >=0.7,+                       shakespeare >=2.0,+                       mtl,+                       ironforge >=0.1,+                       time >=1.4,+                       yesod-auth >=1.3,+                       time-locale-compat >= 0.1      -- Directories containing source files.   hs-source-dirs:      shared, server, .