packages feed

servant-csharp-0.0.7.1: servant-csharp.cabal

-- Initial servant-csharp.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                servant-csharp
version:             0.0.7.1
synopsis:            Generate servant client library for C#
description:         Generate servant client library for C#
homepage:            https://github.com/cutsea110/servant-csharp.git
license:             BSD3
license-file:        LICENSE
author:              cutsea110
maintainer:          cutsea110@gmail.com
-- copyright:           
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  exposed-modules:     CS
                     , CS.Common
                     , CS.JsonDotNet
  -- other-modules:       
  other-extensions:    OverloadedStrings
                     , ScopedTypeVariables
                     , MultiParamTypeClasses
                     , FlexibleContexts
                     , FlexibleInstances
                     , TypeSynonymInstances
                     , QuasiQuotes
  build-depends:       base >=4.8 && <4.9
                     , bytestring >=0.10 && <0.11
                     , directory >=1.2 && <1.3
                     , filepath >=1.4 && <1.5
                     , haskell-src-exts >=1.17 && <1.18
                     , heredocs >=0.1 && <0.2
                     , http-types >=0.9 && <0.10
                     , lens >=4.13 && <4.14
                     , servant >= 0.6.1
                     , servant-foreign >=0.7 && <0.8
                     , text >=1.2 && <1.3
                     , time >=1.5 && <1.6
                     , uuid >=1.3 && <1.4
                     , uuid-types >=1.0 && <1.1
  hs-source-dirs:      src
  default-language:    Haskell2010