happstack-lite 7.3.6 → 7.3.7
raw patch · 1 files changed
+3/−2 lines, 1 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.Lite: cookieDomain :: Cookie -> String
- Happstack.Lite: cookieName :: Cookie -> String
- Happstack.Lite: cookiePath :: Cookie -> String
- Happstack.Lite: cookieValue :: Cookie -> String
- Happstack.Lite: cookieVersion :: Cookie -> String
- Happstack.Lite: ctParameters :: ContentType -> [(String, String)]
- Happstack.Lite: ctSubtype :: ContentType -> String
- Happstack.Lite: ctType :: ContentType -> String
- Happstack.Lite: diskQuota :: ServerConfig -> Int64
- Happstack.Lite: httpOnly :: Cookie -> Bool
- Happstack.Lite: port :: ServerConfig -> Int
- Happstack.Lite: ramQuota :: ServerConfig -> Int64
- Happstack.Lite: secure :: Cookie -> Bool
- Happstack.Lite: tmpDir :: ServerConfig -> FilePath
+ Happstack.Lite: EXTENSION :: ByteString -> Method
+ Happstack.Lite: PATCH :: Method
+ Happstack.Lite: [cookieDomain] :: Cookie -> String
+ Happstack.Lite: [cookieName] :: Cookie -> String
+ Happstack.Lite: [cookiePath] :: Cookie -> String
+ Happstack.Lite: [cookieValue] :: Cookie -> String
+ Happstack.Lite: [cookieVersion] :: Cookie -> String
+ Happstack.Lite: [ctParameters] :: ContentType -> [(String, String)]
+ Happstack.Lite: [ctSubtype] :: ContentType -> String
+ Happstack.Lite: [ctType] :: ContentType -> String
+ Happstack.Lite: [diskQuota] :: ServerConfig -> Int64
+ Happstack.Lite: [httpOnly] :: Cookie -> Bool
+ Happstack.Lite: [port] :: ServerConfig -> Int
+ Happstack.Lite: [ramQuota] :: ServerConfig -> Int64
+ Happstack.Lite: [secure] :: Cookie -> Bool
+ Happstack.Lite: [tmpDir] :: ServerConfig -> FilePath
- Happstack.Lite: asContentType :: String -> (FilePath -> ServerPart String)
+ Happstack.Lite: asContentType :: String -> FilePath -> ServerPart String
- Happstack.Lite: class Monad m => MonadPlus (m :: * -> *)
+ Happstack.Lite: class (Alternative m, Monad m) => MonadPlus (m :: Type -> Type)
- Happstack.Lite: data Browsing :: *
+ Happstack.Lite: data Browsing
- Happstack.Lite: data ContentType :: *
+ Happstack.Lite: data ContentType
- Happstack.Lite: data Cookie :: *
+ Happstack.Lite: data Cookie
- Happstack.Lite: data CookieLife :: *
+ Happstack.Lite: data CookieLife
- Happstack.Lite: data Method :: *
+ Happstack.Lite: data Method
- Happstack.Lite: data Request :: *
+ Happstack.Lite: data Request
- Happstack.Lite: data Response :: *
+ Happstack.Lite: data Response
- Happstack.Lite: guessContentTypeM :: MimeMap -> (FilePath -> ServerPart String)
+ Happstack.Lite: guessContentTypeM :: MimeMap -> FilePath -> ServerPart String
- Happstack.Lite: msum :: MonadPlus m => [m a] -> m a
+ Happstack.Lite: msum :: (Foldable t, MonadPlus m) => t (m a) -> m a
Files
- happstack-lite.cabal +3/−2
happstack-lite.cabal view
@@ -1,5 +1,5 @@ Name: happstack-lite-Version: 7.3.6+Version: 7.3.7 Synopsis: Happstack minus the useless stuff Description: This packages provides a subset of Happstack that is easier to learn but still very useful. It as 100% compatible with the full version of Happstack. Homepage: http://www.happstack.com/@@ -11,6 +11,7 @@ Category: Web, Happstack Build-type: Simple Cabal-version: >=1.6+tested-with: GHC==8.0.1, GHC==8.2.2, GHC==8.4.1, GHC==8.6.5, GHC==8.8.1 source-repository head type: git@@ -22,6 +23,6 @@ Build-depends: base < 5, bytestring >= 0.9 && < 0.11,- happstack-server >= 7.1 && < 7.5,+ happstack-server >= 7.1 && < 7.7, mtl >= 2 && < 2.3, text >= 0.11 && < 1.3