packages feed

haskell-fake-user-agent-0.0.2: haskell-fake-user-agent.cabal

-- Initial haskell-fake-user-agent.cabal generated by cabal init.  For 
-- further documentation, see http://haskell.org/cabal/users-guide/

name:                haskell-fake-user-agent
version:             0.0.2
synopsis:            Simple library for retrieving current user agent strings
-- description:         
license:             PublicDomain
license-file:        LICENSE
author:              grzegorzgoldapl
maintainer:          contact@grzegorzgolda.com
-- copyright:           
category:            Web
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10

library
  exposed-modules:     HTTP.ThirdParty.FakeUserAgent
  -- other-modules:       
  other-extensions:    OverloadedStrings
  build-depends:       base >=4.9 && <4.10, lens >=4.14, bytestring >=0.10, wreq >=0.4, tagsoup >=0.13
  -- hs-source-dirs:      
  default-language:    Haskell2010