cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: 287b1661719991819e5751d4564b07dbeb5b78f004d95ea30b63b2a134487e21 name: purescript-tsd-gen version: 0.3.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-2019 ARATA Mizuki license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.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 ==0.13.0 , 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 ==0.13.0 , purescript-tsd-gen , text other-modules: Paths_purescript_tsd_gen default-language: Haskell2010