urlpath-7.0.0: urlpath.cabal
Name: urlpath
Version: 7.0.0
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 >= 0.0.2
, exceptions
, mmorph
, monad-control
, monad-control-aligned
, 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