cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: servant-typescript
version: 0.1.0.0
synopsis: TypeScript client generation for Servant
description: Please see the README on GitHub at <https://github.com/codedownio/servant-typescript>
category: Web
homepage: https://github.com/github.com/codedownio#readme
bug-reports: https://github.com/github.com/codedownio/issues
author: Tom McLaughlin
maintainer: tom@codedown.io
copyright: 2022 Tom McLaughlin
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/github.com/codedownio
subdir: servant-typescript
library
exposed-modules:
Servant.TypeScript
Servant.TypeScript.GetFunctions
other-modules:
Servant.TypeScript.Types
Servant.TypeScript.Util
Paths_servant_typescript
hs-source-dirs:
src
default-extensions:
OverloadedStrings
QuasiQuotes
NamedFieldPuns
RecordWildCards
ScopedTypeVariables
FlexibleContexts
FlexibleInstances
MultiParamTypeClasses
LambdaCase
MultiWayIf
ViewPatterns
build-depends:
aeson
, aeson-typescript
, base >=4.7 && <5
, containers
, directory
, filepath
, lens
, mtl
, servant
, servant-foreign
, string-interpolate
, text
default-language: Haskell2010
executable servant-typescript-exe
main-is: Main.hs
other-modules:
Paths_servant_typescript
hs-source-dirs:
app
default-extensions:
OverloadedStrings
QuasiQuotes
NamedFieldPuns
RecordWildCards
ScopedTypeVariables
FlexibleContexts
FlexibleInstances
MultiParamTypeClasses
LambdaCase
MultiWayIf
ViewPatterns
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, aeson-typescript
, base >=4.7 && <5
, containers
, directory
, filepath
, lens
, mtl
, servant
, servant-foreign
, servant-typescript
, string-interpolate
, text
default-language: Haskell2010
test-suite servant-typescript-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_servant_typescript
hs-source-dirs:
test
default-extensions:
OverloadedStrings
QuasiQuotes
NamedFieldPuns
RecordWildCards
ScopedTypeVariables
FlexibleContexts
FlexibleInstances
MultiParamTypeClasses
LambdaCase
MultiWayIf
ViewPatterns
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, aeson-typescript
, base >=4.7 && <5
, containers
, directory
, filepath
, lens
, mtl
, servant
, servant-foreign
, servant-typescript
, string-interpolate
, text
default-language: Haskell2010