packages feed

yu-core-0.1.1.2: yu-core.cabal

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

name:                yu-core
version:             0.1.1.2
synopsis:            The core of Yu.
description:         The core module 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-2018 Johann Lee <me@qinka.pro>
category:            Web
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >= 1.10

library 
  exposed-modules:     Yu.Core.Model.Internal
                       Yu.Core.Model.TH
                       Yu.Core.Model
                       Yu.Core.View.Internal
                       Yu.Core.View.Query.Parsec
                       Yu.Core.View.Query
                       Yu.Core.View
                       Yu.Core.Info
                       Yu.Core.Route
                       Yu.Core.Control
                       Yu.Core.Control.Internal
  other-modules:       Paths_yu_core
  build-depends:       base >= 4 && < 5
                     , yu-utils == 0.1.1.*
                     , yu-auth  == 0.1.1.*
  hs-source-dirs:      src
  default-language:    Haskell2010
  other-extensions:    FlexibleContexts
                       FunctionalDependencies
                       MultiParamTypeClasses
                       OverloadedStrings
                       QuasiQuotes
                       RecordWildCards
                       TemplateHaskell
                       TypeFamilies

test-suite test-mvc
  type:             exitcode-stdio-1.0
  main-is:          Spec.hs
  hs-source-dirs:   test-src
  build-depends:    base >= 4 && < 5
                  , hspec
                  , yu-utils
                  , yu-core
                  , blaze-markup
  other-modules:    ModelSpec
                    Internal
  default-language: Haskell2010
  ghc-options:      -Wno-missing-fields
                       
source-repository head
  type: git
  location: https://github.com/Qinka/Yu.git
  subdir: yu-core
  branch: 0.1/dev/master