packages feed

skell-0.1.0.0: skell.cabal

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

name:                skell
version:             0.1.0.0
synopsis:            An overly complex Haskell web framework.
description:         
  Skell is a Haskell web framework. Much like an actual skeleton, Skell is both
  complex and inflexible. Skell is inspired by Happstack, but looks more like
  Yesod on the back-end.
homepage:            https://github.com/pharpend/skell
license:             BSD3
license-file:        LICENSE
author:              Peter Harpending
maintainer:          pharpend2@gmail.com
copyright:           2014, Peter Harpending.
category:            Web
build-type:          Simple
-- extra-source-files: README.md
cabal-version:       >=1.10

library
  exposed-modules:
      Web.Skell.MimeTypes
    , Web.Skell.Responsible
    , Web.Skell.Partials
    , Web.Skell.Saferoute
  -- other-modules:       
  other-extensions:    
      OverloadedStrings
  build-depends:
      base       >=4.7  && <4.8
    , blaze-html >=0.7  && <0.8
    , bytestring >=0.10 && <0.11
    , containers >=0.5  && <0.6
    , http-types >=0.8  && <0.9
    , text       >=1.1  && <1.2
    , wai        >=3.0  && <3.1
  hs-source-dirs:      src/
  default-language:    Haskell2010
  ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-orphans

source-repository head
  type: git
  location: https://github.com/pharpend/skell.git