packages feed

apiary 0.4.3.0 → 0.4.3.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~basedep ~template-haskellPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base, template-haskell

API changes (from Hackage documentation)

- Control.Monad.Apiary: runApiary :: ApiaryConfig -> Apiary [] a -> Application
+ Control.Monad.Apiary: runApiary :: ApiaryConfig -> Apiary '[] a -> Application
- Control.Monad.Apiary: runApiaryT :: Monad m => ApiaryConfig -> (forall x. m x -> IO x) -> ApiaryT [] m a -> Application
+ Control.Monad.Apiary: runApiaryT :: Monad m => ApiaryConfig -> (forall x. m x -> IO x) -> ApiaryT '[] m a -> Application
- Data.Apiary.SList: SNil :: SList []
+ Data.Apiary.SList: SNil :: SList '[]
- Data.Apiary.SList: type Reverse (a :: [*]) = Rev a []
+ Data.Apiary.SList: type Reverse (a :: [*]) = Rev a '[]

Files

apiary.cabal view
@@ -1,5 +1,5 @@ name:                apiary-version:             0.4.3.0+version:             0.4.3.1 x-revision:          1 synopsis:            Simple web framework inspired by scotty. description:@@ -63,8 +63,8 @@                       , Rank2Types                        -  build-depends:       base              >=4.7 && <4.8-                     , template-haskell  >=2.9 && <2.10+  build-depends:       base              >=4.5 && <4.8+                     , template-haskell  >=2.7 && <2.10                      , transformers      >=0.3 && <0.5                      , mtl               >=2.1 && <2.3                      , monad-control     >=0.3 && <0.4