packages feed

feed-crawl-0.1.1.2: feed-crawl.cabal

-- Initial feed-crawl.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                feed-crawl
version:             0.1.1.2
synopsis:            Utility for fetching feeds with redirect info and HTML link detection
description:         Utility for fetching feeds with redirect info and HTML link detection 
homepage:            https://github.com/danchoi/feed-crawl
license:             MIT
license-file:        LICENSE
author:              Daniel Choi
maintainer:          dhchoi@gmail.com
-- copyright:           
category:            Text
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Text.Feed.Crawl
                     , Text.Feed.Crawl.DetectLink
                     , Text.Feed.Crawl.Common
  build-depends:       base >=4.6 && <4.8
                     , http-conduit >= 2.1.5
                     , conduit
                     , connection
                     , text
                     , bytestring
                     , transformers
                     , http-types
                     , hxt
                     , network-uri

  -- hs-source-dirs:      
  default-language:    Haskell2010