packages feed

urlpath-3.1.1: urlpath.cabal

Name:                   urlpath
Version:                3.1.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
                      , mtl
                      , path-extra

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