url-2.1.2: url.cabal
name: url
version: 2.1.2
category: Web
synopsis: A library for working with URLs.
description: A library for working with URLs.
author: Iavor S. Diatchki
maintainer: diatchki@galois.com
license: BSD3
license-file: LICENSE
homepage: http://www.haskell.org/haskellwiki/Url
cabal-version: >= 1.6
build-type: Simple
library
exposed-modules:
Network.URL
build-depends:
base >= 3 && < 5,
utf8-string >= 0.3.4 && < 2
ghc-options: -Wall -O2
if impl(ghc >= 6.8)
ghc-options: -fwarn-tabs
source-repository head
type: git
location: git://github.com/yav/url.git