packages feed

urlpath-6.0.1: urlpath.cabal

Name:                   urlpath
Version:                6.0.1
Author:                 Athan Clark <athan.clark@gmail.com>
Maintainer:             Athan Clark <athan.clark@gmail.com>
License:                MIT
License-File:           LICENSE
Category:               Web, Data
Synopsis:               Painfully simple URL deployment.
-- Description:

Cabal-Version:          >= 1.10
Build-Type:             Simple

Library
  Default-Language:     Haskell2010
  HS-Source-Dirs:       src
  GHC-Options:          -Wall
  Exposed-Modules:      Data.Url
  Build-Depends:        base >= 4.8 && < 5
                      , attoparsec-uri
                      , exceptions
                      , mmorph
                      , monad-control
                      , monad-logger
                      , mtl
                      , path-extra >= 0.0.5
                      , resourcet
                      , split
                      , strict
                      , text
                      , transformers
                      , transformers-base
                      , vector

Source-Repository head
  Type:                 git
  Location:             https://github.com/athanclark/urlpath.git