packages feed

yu-launch-0.1.0.0: yu-launch.cabal

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

name:                yu-launch
version:             0.1.0.0
synopsis:            The launcher for Yu.
description:         The launcher 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-launch
  main-is:             Main.hs
  other-modules:       Paths_yu_launch
                       Yu.Launch
                       Yu.Launch.Internal
  build-depends:       base >= 4 && < 5
                     , yu-utils == 0.1.0.*
                     , yu-auth  == 0.1.0.*
                     , yu-core  == 0.1.0.*
                     , cmdargs >= 0.10.10
                     , yaml
  hs-source-dirs:      src
  default-language:    Haskell2010
  other-extensions:    FlexibleInstances
                       MultiParamTypeClasses
                       OverloadedStrings
                       QuasiQuotes
                       RecordWildCards
                       TemplateHaskell
                       TypeFamilies
                       ViewPatterns
  
source-repository head
  type: git
  location: https://github.com/Qinka/Yu.git
  subdir: yu-launch
  branch: 0.1/dev/master