servant-zeppelin 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+4/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
servant-zeppelin.cabal view
@@ -1,5 +1,5 @@ name: servant-zeppelin-version: 0.1.0.0+version: 0.1.0.1 homepage: https://github.com/martyall/servant-zeppelin#readme license: BSD3 license-file: LICENSE
src/Servant/Zeppelin/Internal/Types.hs view
@@ -1,13 +1,14 @@ {-# LANGUAGE UndecidableInstances #-} {-# LANGUAGE UndecidableSuperClasses #-}+{-# OPTIONS_GHC -fno-warn-unused-binds #-} module Servant.Zeppelin.Internal.Types ( DependencyList(..)- , NamedDependency(..)+ , NamedDependency , SideLoaded(..) , Inflatable(..) , HasDependencies(..)- , AllSatisfy(..)+ , AllSatisfy , Inflatable' , Full' ) where