-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1aedd6caf4264346ee5c05b61e9cafec76a70631574a1ea5be5042588780f16f

name:           purescript-tsd-gen
version:        0.2.0.0
synopsis:       TypeScript Declaration File (.d.ts) generator for PureScript
description:    Please see the README on Github at <https://github.com/minoki/purescript-tsd-gen#readme>
category:       Language
homepage:       https://github.com/minoki/purescript-tsd-gen#readme
bug-reports:    https://github.com/minoki/purescript-tsd-gen/issues
author:         ARATA Mizuki <minorinoki@gmail.com>
maintainer:     ARATA Mizuki <minorinoki@gmail.com>
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 >=0.12.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.12.0
    , purescript-tsd-gen
    , text
  other-modules:
      Paths_purescript_tsd_gen
  default-language: Haskell2010