packages feed

yu-tool-0.1.0.0: yu-tool.cabal

-- Initial yu-tool.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                yu-tool
version:             0.1.0.0
synopsis:            Tool for Yu
description:         Tool for Yu
homepage:            https://github.com/Qinka/Yu
license:             GPL-3
license-file:        LICENSE
author:              Johann Lee
maintainer:          qinka@live.com
copyright:           Copyright (C) 2017 Johann Lee
category:            Web
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10


executable yu
  main-is:             Main.hs
  other-modules:       Yu.Tool.Opt
                       Yu.Tool.Ih
                       Yu.Tool.Repo
                       Yu.Tool.Make
                       Yu.Tool.MakeM
                       Yu.Tool.Nav
                       Yu.Tool.Del
                       Yu.Tool.Init
                       Yu.Tool.New
                       Yu.Tool.Script
  other-extensions:    DeriveDataTypeable
                       FlexibleInstances
                       GADTs
                       OverloadedStrings
                       RecordWildCards
                       TemplateHaskell
  build-depends:       base >= 4 && < 5
                     , yu-utils == 0.1.0.*
                     , yu-auth == 0.1.0.*
                     , cmdargs
                     , directory
                     , echo
                     , filepath
                     , process
  hs-source-dirs:      src
  default-language:    Haskell2010