-- Initial servant-csharp.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: servant-csharp version: 0.0.8.0 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 , CS.JsonDotNet.Base , CS.JsonDotNet.Internal , CS.JsonDotNet.Internal.Types -- other-modules: other-extensions: OverloadedStrings , ScopedTypeVariables , MultiParamTypeClasses , FlexibleContexts , FlexibleInstances , TupleSections , TypeSynonymInstances , QuasiQuotes build-depends: aeson >= 0.11.1.4 , 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 , mtl >= 2.2.1 , servant >= 0.6.1 , servant-foreign >=0.7 && <0.8 , servant-swagger >= 1.0.3 , swagger2 >= 2.0.2 , text >=1.2 && <1.3 , time >=1.5 && <1.6 , unordered-containers >= 0.2.7.0 , uuid >=1.3 && <1.4 , uuid-types >=1.0 && <1.1 hs-source-dirs: src default-language: Haskell2010