servant-kotlin 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+45/−40 lines, 2 filesdep ~formattingdep ~shellydep ~textPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: formatting, shelly, text
API changes (from Hackage documentation)
- Servant.Kotlin: data Proxy k (t :: k) :: forall k. k -> *
- Servant.Kotlin.Type: instance (Servant.Kotlin.Type.KotlinType k, Servant.Kotlin.Type.KotlinType v) => Servant.Kotlin.Type.KotlinType (Data.Map.Base.Map k v)
- Servant.Kotlin.Type: instance Servant.Kotlin.Type.KotlinType Data.Time.Clock.UTC.UTCTime
- Servant.Kotlin.Type: instance Servant.Kotlin.Type.KotlinType v => Servant.Kotlin.Type.KotlinType (Data.IntMap.Base.IntMap v)
+ Servant.Kotlin: data Proxy k (t :: k) :: forall k. () => k -> *
+ Servant.Kotlin.Type: instance (Servant.Kotlin.Type.KotlinType k, Servant.Kotlin.Type.KotlinType v) => Servant.Kotlin.Type.KotlinType (Data.Map.Internal.Map k v)
+ Servant.Kotlin.Type: instance Servant.Kotlin.Type.KotlinType Data.Time.Clock.Internal.UTCTime.UTCTime
+ Servant.Kotlin.Type: instance Servant.Kotlin.Type.KotlinType v => Servant.Kotlin.Type.KotlinType (Data.IntMap.Internal.IntMap v)
- Servant.Kotlin: class KotlinType a where toKotlinType = genericToKotlinType . from
+ Servant.Kotlin: class KotlinType a
- Servant.Kotlin.Internal.Generate: class GenerateKotlin a where generateKotlin' = concat . generateKotlin
+ Servant.Kotlin.Internal.Generate: class GenerateKotlin a
- Servant.Kotlin.Type: class KotlinType a where toKotlinType = genericToKotlinType . from
+ Servant.Kotlin.Type: class KotlinType a
Files
- LICENSE +1/−1
- servant-kotlin.cabal +44/−39
LICENSE view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 MATSUBARA Nobutada +Copyright (c) 2017-2018 MATSUBARA Nobutada Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
servant-kotlin.cabal view
@@ -1,16 +1,18 @@--- This file has been generated from package.yaml by hpack version 0.17.1.+-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack+--+-- hash: f0ac27ee120fcace4bd3cf882a3683d2313aa7c98f6ae13a0ac54538c89c53a4 name: servant-kotlin-version: 0.1.0.2+version: 0.1.0.3 synopsis: Automatically derive Kotlin class to query servant webservices description: See README at <https://github.com/matsubara0507/servant-kotlin#readme> category: Web homepage: https://github.com/matsubara0507/servant-kotlin#readme author: MATSUBARA Nobutada maintainer: MATSUBARA Nobutada-copyright: 2017 MATSUBARA Nobutada+copyright: 2017-2018 MATSUBARA Nobutada license: MIT license-file: LICENSE build-type: Simple@@ -24,16 +26,16 @@ src ghc-options: -Wall -fno-warn-orphans build-depends:- base >= 4.7 && < 5- , containers >= 0.5.7 && < 0.6.0- , directory >= 1.3 && < 1.4- , formatting >= 6.2.4 && < 6.3- , lens >= 4.15 && < 4.16- , servant >= 0.9 && < 0.13- , servant-foreign >= 0.9 && < 0.12- , text >= 1.2.2 && < 1.2.3- , time >= 1.6 && < 1.9- , wl-pprint-text >= 1.1 && < 1.2+ base >=4.7 && <5+ , containers >=0.5.7 && <0.6.0+ , directory >=1.3 && <1.4+ , formatting >=6.2 && <6.4+ , lens >=4.15 && <4.16+ , servant >=0.9 && <0.13+ , servant-foreign >=0.9 && <0.12+ , text >=1.2 && <1.3+ , time >=1.6 && <1.9+ , wl-pprint-text >=1.1 && <1.2 exposed-modules: Servant.Kotlin Servant.Kotlin.Type@@ -50,19 +52,19 @@ test ghc-options: -Wall build-depends:- base >= 4.7 && < 5- , containers >= 0.5.7 && < 0.6.0- , directory >= 1.3 && < 1.4- , formatting >= 6.2.4 && < 6.3- , lens >= 4.15 && < 4.16- , servant >= 0.9 && < 0.13- , servant-foreign >= 0.9 && < 0.12- , text >= 1.2.2 && < 1.2.3- , time >= 1.6 && < 1.9- , wl-pprint-text >= 1.1 && < 1.2- , aeson >= 1.0 && < 1.3- , hspec >= 2.4.1 && < 2.5- , http-api-data >= 0.3.7 && < 0.3.8+ aeson >=1.0 && <1.3+ , base >=4.7 && <5+ , containers >=0.5.7 && <0.6.0+ , directory >=1.3 && <1.4+ , formatting >=6.2 && <6.4+ , hspec >=2.4.1 && <2.5+ , http-api-data >=0.3.7 && <0.3.8+ , lens >=4.15 && <4.16+ , servant >=0.9 && <0.13+ , servant-foreign >=0.9 && <0.12+ , text >=1.2 && <1.3+ , time >=1.6 && <1.9+ , wl-pprint-text >=1.1 && <1.2 other-modules: Servant.Kotlin Servant.Kotlin.Internal.File@@ -71,6 +73,7 @@ Servant.Kotlin.Type Servant.Kotlin.Internal.GenerateSpec Test.TestAPI+ Paths_servant_kotlin default-language: Haskell2010 benchmark generate-test@@ -78,18 +81,20 @@ main-is: example/Generater.hs ghc-options: -Wall build-depends:- base >= 4.7 && < 5- , containers >= 0.5.7 && < 0.6.0- , directory >= 1.3 && < 1.4- , formatting >= 6.2.4 && < 6.3- , lens >= 4.15 && < 4.16- , servant >= 0.9 && < 0.13- , servant-foreign >= 0.9 && < 0.12- , text >= 1.2.2 && < 1.2.3- , time >= 1.6 && < 1.9- , wl-pprint-text >= 1.1 && < 1.2- , aeson >= 1.0 && < 1.3- , http-api-data >= 0.3.7 && < 0.3.8+ aeson >=1.0 && <1.3+ , base >=4.7 && <5+ , containers >=0.5.7 && <0.6.0+ , directory >=1.3 && <1.4+ , formatting >=6.2 && <6.4+ , http-api-data >=0.3.7 && <0.3.8+ , lens >=4.15 && <4.16+ , servant >=0.9 && <0.13+ , servant-foreign >=0.9 && <0.12 , servant-kotlin- , shelly >= 1.6.8 && < 1.6.10+ , shelly >=1.6.8 && <1.8+ , text >=1.2 && <1.3+ , time >=1.6 && <1.9+ , wl-pprint-text >=1.1 && <1.2+ other-modules:+ Paths_servant_kotlin default-language: Haskell2010