packages feed

useragents-1.0.0: useragents.cabal

cabal-version: 1.12

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

name:           useragents
version:        1.0.0
synopsis:       A collection of user agents
description:    A collection of user agents, easily select a random one.
category:       Network
homepage:       https://github.com/jappeace/useragents#readme
bug-reports:    https://github.com/jappeace/useragents/issues
author:         Jappie Klooster
maintainer:     jappieklooster@hotmail.com
copyright:      2019 Jappie Klooster
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    Readme.md
    LICENSE

source-repository head
  type: git
  location: https://github.com/jappeace/useragents

library
  exposed-modules:
      Network.HTTP.UserAgent
  other-modules:
      Paths_useragents
  hs-source-dirs:
      src
  ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wincomplete-record-updates -Widentities
  build-depends:
      base >=4.7 && <5
    , random-fu
    , text
  default-language: Haskell2010

executable random-user-agent
  main-is: exe.hs
  other-modules:
      Paths_useragents
  hs-source-dirs:
      app
  ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wredundant-constraints -Wincomplete-record-updates -Widentities -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , random-fu
    , text
    , useragents
  default-language: Haskell2010