packages feed

curl-cookiejar-0.1.0.0: curl-cookiejar.cabal

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

name:           curl-cookiejar
version:        0.1.0.0
synopsis:       Parsing and pretty-printing of cURL/wget cookie jars
description:    See README.md
category:       Web
homepage:       https://github.com/plow-technologies/curl-cookiejar#readme
bug-reports:    https://github.com/plow-technologies/curl-cookiejar/issues
author:         Edward Amsden
maintainer:     edward.amsden@plowtech.net
copyright:      2019 Plow Technologies
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/plow-technologies/curl-cookiejar

library
  exposed-modules:
      Data.CURL.CookieJar
      Data.CURL.CookieJar.Conduit
      Data.CURL.CookieJar.Parser
      Data.CURL.CookieJar.PrettyPrinter
  other-modules:
      Paths_curl_cookiejar
  hs-source-dirs:
      src
  ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
  build-depends:
      attoparsec
    , base >=4.10 && <5
    , bytestring
    , conduit
    , conduit-extra
    , http-client
    , time
  default-language: Haskell2010