skell-0.0.2.1: skell.cabal
-- Initial skell.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: skell
version: 0.0.2.1
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
data-files:
vnd/bootstrap-3.2.0-dist/css/bootstrap.min.css
, vnd/bootstrap-3.2.0-dist/fonts/glyphicons-halflings-regular.eot
, vnd/bootstrap-3.2.0-dist/fonts/glyphicons-halflings-regular.svg
, vnd/bootstrap-3.2.0-dist/fonts/glyphicons-halflings-regular.ttf
, vnd/bootstrap-3.2.0-dist/fonts/glyphicons-halflings-regular.woff
, vnd/bootstrap-3.2.0-dist/js/bootstrap.min.js
, vnd/jquery-1.11.1/jquery-1.11.1.min.js
library
exposed-modules:
Paths_skell
, Web.Skell.MimeTypes
, Web.Skell.Resources
, 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