colorless 2.2.14 → 2.2.15
raw patch · 3 files changed
+8/−6 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- colorless.cabal +3/−3
- library/Colorless/Server.hs +2/−0
- package.yaml +3/−3
colorless.cabal view
@@ -3,9 +3,9 @@ -- see: https://github.com/sol/hpack name: colorless-version: 2.2.14-synopsis: Colorless-description: Colorless+version: 2.2.15+synopsis: Colorless | The Programmatic IDL+description: Colorless | The Programmatic IDL category: Web maintainer: Joe Vargas license: BSD3
library/Colorless/Server.hs view
@@ -5,6 +5,7 @@ , module Colorless.Server.Exchange , module Colorless.RuntimeThrower , module Colorless.ServiceThrower+ , module Control.Exception.Safe ) where import Colorless.Val (ToVal(..), FromVal(..), getMember, fromValFromJson, combineObjects)@@ -13,3 +14,4 @@ import Colorless.Server.Exchange import Colorless.RuntimeThrower import Colorless.ServiceThrower+import Control.Exception.Safe (MonadThrow, MonadCatch)
package.yaml view
@@ -1,8 +1,8 @@ name: colorless-version: '2.2.14'+version: '2.2.15' category: Web-synopsis: Colorless-description: Colorless+synopsis: Colorless | The Programmatic IDL+description: Colorless | The Programmatic IDL maintainer: Joe Vargas license: BSD3 extra-source-files: