servant-queryparam-openapi3 1.0.0 → 1.0.1
raw patch · 2 files changed
+7/−18 lines, 2 filesdep −bytestringdep −servant-serverdep −text
Dependencies removed: bytestring, servant-server, text, warp
Files
servant-queryparam-openapi3.cabal view
@@ -1,12 +1,15 @@ cabal-version: 2.2 name: servant-queryparam-openapi3-version: 1.0.0+version: 1.0.1 maintainer: Danila Danko <https://github.com/deemp> author: Kristof Bastiaensen copyright: Kristof Bastiaensen 2020 synopsis:- Instances of classes from [openapi3](https://hackage.haskell.org/package/openapi3) for [servant-queryparam-server](https://hackage.haskell.org/package/servant-queryparam-server).+ Instances of classes from openapi3 for servant-queryparam-core. +description:+ Instances of classes from [openapi3](https://hackage.haskell.org/package/openapi3) for [servant-queryparam-core](https://hackage.haskell.org/package/servant-queryparam-core).+ license: BSD-3-Clause build-type: Simple category: Servant, Web@@ -22,11 +25,7 @@ hs-source-dirs: src build-depends: , base >=4.16 && <5- , bytestring , openapi3 , servant >=0.19 , servant-openapi3 , servant-queryparam-core >=1.0.0- , servant-server >=0.19- , text- , warp
src/Servant/OpenApi/Record.hs view
@@ -1,18 +1,8 @@-{-# LANGUAGE DataKinds #-}-{-# LANGUAGE FlexibleContexts #-}-{-# LANGUAGE FlexibleInstances #-}-{-# LANGUAGE GADTs #-}-{-# LANGUAGE InstanceSigs #-}-{-# LANGUAGE MultiParamTypeClasses #-}-{-# LANGUAGE RankNTypes #-}-{-# LANGUAGE ScopedTypeVariables #-}-{-# LANGUAGE TypeFamilies #-}-{-# LANGUAGE TypeOperators #-}-{-# LANGUAGE UndecidableInstances #-} {-# OPTIONS_GHC -fno-warn-orphans #-}+{-# LANGUAGE UndecidableInstances #-} -- | This module exports orphan instances to make--- [@servant-queryparam-core@](https://hackage.haskell.org/package/servant-queryparam-core) work with [@servant-openapi3@](https://hackage.haskell.org/package/servant-openapi3).+-- [@servant-openapi3@](https://hackage.haskell.org/package/servant-openapi3) work with [@servant-queryparam-core@](https://hackage.haskell.org/package/servant-queryparam-core). module Servant.OpenApi.Record () where import Data.OpenApi