packages feed

snap-elm-0.1.1: snap-elm.cabal

name:                snap-elm
version:             0.1.1
synopsis:            Serve Elm files through the Snap web framework.
license:             BSD3
license-file:        LICENSE
author:              Kyle Carter
maintainer:          kylcarte@gmail.com
copyright:           Copyright Kyle Carter 2013
category:            Web
build-type:          Simple
cabal-version:       >=1.10

extra-source-files:
  LICENSE,
  Setup.hs

library
  exposed-modules:     Snap.Elm
  -- other-extensions:    
  build-depends:       base         >=4.6 && <5,
                       bytestring   >=0.10,
                       Elm          >=0.9,
                       directory    >=1.2,
                       filepath     >=1.3,
                       snap-core    >=0.9,
                       process      >=1.1,
                       text         >=0.11,
                       transformers >= 0.3
  hs-source-dirs:      src
  ghc-options:         -Wall
  default-language:    Haskell2010