packages feed

linklater-4.0.0.2: linklater.cabal

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

name:           linklater
version:        4.0.0.2
synopsis:       A Haskell library for the Slack API
description:    <https://github.com/hlian/linklater/blob/master/README.md ~please see our lovely README.md~>
category:       Network
homepage:       https://github.com/hlian/linklater
bug-reports:    https://github.com/hlian/linklater/issues
author:         Hao Lian <hi@haolian.org>
maintainer:     Hao Lian <hi@haolian.org>
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

library
  hs-source-dirs:
      lib/
  default-extensions: FlexibleContexts LambdaCase OverloadedLists OverloadedStrings ScopedTypeVariables
  build-depends:
      aeson
    , base >= 4.9.1.0 && < 5
    , base-prelude
    , bytestring
    , containers
    , exceptions
    , http-types
    , lens
    , lens-aeson
    , mtl
    , safe-exceptions
    , text
    , uri-bytestring
    , wai
    , wreq
  exposed-modules:
      Network.Linklater
      Network.Linklater.Batteries
      Network.Linklater.Types
  default-language: Haskell2010

test-suite linklater-tests
  type: exitcode-stdio-1.0
  main-is: Main.hs
  hs-source-dirs:
      test/
  default-extensions: FlexibleContexts LambdaCase OverloadedLists OverloadedStrings ScopedTypeVariables
  build-depends:
      aeson
    , base >= 4.9.1.0 && < 5
    , base-prelude
    , bytestring
    , containers
    , exceptions
    , http-types
    , lens
    , lens-aeson
    , mtl
    , safe-exceptions
    , text
    , uri-bytestring
    , wai
    , wreq
    , linklater
    , tasty
    , tasty-hunit
  default-language: Haskell2010