packages feed

scrapbook-core-0.5.0: scrapbook-core.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 07177cd9c7ed93914cb1a4a866f715eb356dd2fce01ec7eedb1ce164f4e395b8

name:           scrapbook-core
version:        0.5.0
synopsis:       Core Package for scrapbook
description:    Please see the README on GitHub at <https://github.com/matsubara0507/scrapbook#readme>
category:       Web
homepage:       https://github.com/matsubara0507/scrapbook#readme
bug-reports:    https://github.com/matsubara0507/scrapbook/issues
author:         MATSUBARA Nobutada
maintainer:     MATSUBARA Nobutada
copyright:      2019 MATSUBARA Nobutada
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/matsubara0507/scrapbook

library
  exposed-modules:
      ScrapBook
      ScrapBook.Collecter
      ScrapBook.Data.Config
      ScrapBook.Data.Format
      ScrapBook.Data.Site
      ScrapBook.Feed
      ScrapBook.Feed.Atom
      ScrapBook.Feed.RSS
      ScrapBook.Fetch
      ScrapBook.Json
      ScrapBook.Write
  other-modules:
      ScrapBook.Feed.Atom.Internal
      ScrapBook.Fetch.Internal
      ScrapBook.Internal.Utils
      ScrapBook.Internal.Instances
      ScrapBook.Write.Internal
  hs-source-dirs:
      src
  default-extensions: NoImplicitPrelude
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -optP-Wno-nonportable-include-path
  build-depends:
      aeson
    , aeson-pretty
    , base >=4.7 && <5
    , extensible >=0.5
    , feed >=1.3
    , modern-uri
    , req >=3.0
    , rio >=0.1.5
    , xml-conduit
    , xml-types
    , yaml
  default-language: Haskell2010

test-suite scrapbook-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Test.ScrapBook.Data.Site
      Test.ScrapBook.Internal.Utils
      ScrapBook
      ScrapBook.Collecter
      ScrapBook.Data.Config
      ScrapBook.Data.Format
      ScrapBook.Data.Site
      ScrapBook.Feed
      ScrapBook.Feed.Atom
      ScrapBook.Feed.Atom.Internal
      ScrapBook.Feed.RSS
      ScrapBook.Fetch
      ScrapBook.Fetch.Internal
      ScrapBook.Internal.Instances
      ScrapBook.Internal.Utils
      ScrapBook.Json
      ScrapBook.Write
      ScrapBook.Write.Internal
      Paths_scrapbook_core
  hs-source-dirs:
      test
      src
  default-extensions: NoImplicitPrelude
  ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -optP-Wno-nonportable-include-path
  build-depends:
      aeson
    , aeson-pretty
    , base >=4.7 && <5
    , extensible >=0.5
    , feed >=1.3
    , modern-uri
    , req >=3.0
    , rio >=0.1.5
    , scrapbook-core
    , tasty
    , tasty-hunit
    , xml-conduit
    , xml-types
    , yaml
  default-language: Haskell2010