packages feed

follow-0.1.0.0: follow.cabal

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 0f00896fbd211fccddea5848a59a319724267d6c8630594170bac97733a1d85c

name:           follow
version:        0.1.0.0
synopsis:       Haskell library to follow content published on any subject.
description:    Please, see the README on GitHub at <https://github.com/waiting-for-dev/follow#readme>
category:       Web
homepage:       https://github.com/waiting-for-dev/follow#readme
bug-reports:    https://github.com/waiting-for-dev/follow/issues
author:         Marc Busqué Pérez
maintainer:     marc@lamarciana.com
copyright:      2018 Marc Busqué Pérez
license:        LGPL-3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    ChangeLog.md
    README.md
data-files:
    test/Fixtures/rss.xml
    test/Fixtures/webscraping.html

source-repository head
  type: git
  location: https://github.com/waiting-for-dev/follow

library
  exposed-modules:
      Data.Time.Follow
      Follow
      Follow.Digesters.Pocket
      Follow.Digesters.Pocket.Auth
      Follow.Digesters.SimpleText
      Follow.Fetchers.Feed
      Follow.Fetchers.Feed.Internal
      Follow.Fetchers.WebScraping
      Follow.Fetchers.WebScraping.Internal
      Follow.Middlewares.Decode
      Follow.Middlewares.Filter
      Follow.Middlewares.Filter.Internal
      Follow.Middlewares.Sort
      Follow.Parser
      Follow.Types
      HTTP.Follow
  other-modules:
      Paths_follow
  hs-source-dirs:
      src
  build-depends:
      HandsomeSoup
    , aeson
    , base >=4.7 && <5
    , bytestring
    , exceptions
    , feed
    , hxt
    , req
    , text
    , time
    , transformers
    , unordered-containers
    , yaml
  default-language: Haskell2010

executable follow_pocket_auth
  main-is: PocketAuth.hs
  other-modules:
      Paths_follow
  hs-source-dirs:
      app
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      HandsomeSoup
    , aeson
    , base >=4.7 && <5
    , bytestring
    , exceptions
    , feed
    , follow
    , hxt
    , req
    , text
    , time
    , transformers
    , unordered-containers
    , yaml
  default-language: Haskell2010

test-suite follow-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Data.Time.FollowSpec
      Follow.Digesters.SimpleTextSpec
      Follow.Fetchers.Feed.InternalSpec
      Follow.Fetchers.FeedSpec
      Follow.Fetchers.WebScraping.InternalSpec
      Follow.Fetchers.WebScrapingSpec
      Follow.Middlewares.Filter.InternalSpec
      Follow.Middlewares.FilterSpec
      Follow.Middlewares.SortSpec
      Follow.ParserSpec
      FollowSpec
      Helpers.EndPointFixtures
      Helpers.Factories
      Paths_follow
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      HandsomeSoup
    , aeson
    , base >=4.7 && <5
    , bytestring
    , exceptions
    , feed
    , follow
    , hspec
    , hxt
    , req
    , text
    , time
    , transformers
    , unordered-containers
    , yaml
  default-language: Haskell2010