packages feed

moonshine-1.2.2.1: moonshine.cabal

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

name:                moonshine
version:             1.2.2.1
synopsis:            A web service framework for Haskell, similar in purpose to dropwizard.
-- description:         
homepage:            https://github.com/SumAll/moonshine
license:             Apache-2.0
license-file:        LICENSE
author:              Rick Owens
maintainer:          rowens@sumall.com
copyright:           2014
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  exposed-modules:     
    Web.Moonshine
  -- other-modules:       
  other-extensions:  DeriveGeneric
  build-depends:
    base >= 4.7 && < 5.0,
    canteven-config >= 0.1 && < 0.2,
    aeson,
    bytestring,
    directory,
    ekg >= 0.4.0.4,
    ekg-core,
    filepath,
    hslogger,
    snap,
    text,
    time,
    transformers,
    yaml
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options: -Wall