-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 4c7dc0f1a89f41905e8219c5421e4ecc369cef143207028e98886b4720c92c02 name: purescript-tsd-gen version: 0.1.0.0 synopsis: TypeScript Declaration File (.d.ts) generator for PureScript description: Please see the README on Github at category: Language homepage: https://github.com/minoki/purescript-tsd-gen#readme bug-reports: https://github.com/minoki/purescript-tsd-gen/issues author: ARATA Mizuki maintainer: ARATA Mizuki copyright: 2018 ARATA Mizuki license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://github.com/minoki/purescript-tsd-gen library hs-source-dirs: src build-depends: aeson , base >=4.7 && <5 , bytestring , containers , directory , filepath , mtl , purescript , text exposed-modules: Language.PureScript.TsdGen.Module Language.PureScript.TsdGen.Types other-modules: Paths_purescript_tsd_gen default-language: Haskell2010 executable purs-tsd-gen main-is: Main.hs hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: aeson , base >=4.7 && <5 , bytestring , containers , directory , filepath , mtl , optparse-applicative , purescript , purescript-tsd-gen , text other-modules: Paths_purescript_tsd_gen default-language: Haskell2010