-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: c372135c80536d8928405a9e3c5ddfabd7fa0e93e03252e6a8e780f4efa018ae name: rollbar-hs version: 0.1.0.0 synopsis: Core Rollbar data types and APIs. category: Web homepage: https://github.com/joneshf/rollbar-hs#readme bug-reports: https://github.com/joneshf/rollbar-hs/issues author: Hardy Jones maintainer: jones3.hardy@gmail.com copyright: 2018 Hardy Jones license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/joneshf/rollbar-hs library hs-source-dirs: src build-depends: aeson >=1.0 && <1.3 , base >=4.9 && <5 , bytestring >=0.10 && <0.11 , case-insensitive >=1.2 && <1.3 , hostname >=1.0 && <1.1 , http-client >=0.5 && <0.6 , http-conduit >=2.2 && <2.4 , http-types >=0.9 && <0.13 , network >=2.6 && <2.7 , text >=1.2 && <1.3 , time >=1.6 && <1.9 , unordered-containers >=0.2 && <0.3 , uuid >=1.3 && <1.4 exposed-modules: Rollbar.AccessToken Rollbar.API Rollbar.Item Rollbar.Item.Body Rollbar.Item.CodeVersion Rollbar.Item.Data Rollbar.Item.Environment Rollbar.Item.Hardcoded Rollbar.Item.Internal.Notifier Rollbar.Item.Internal.Platform Rollbar.Item.Level Rollbar.Item.MissingHeaders Rollbar.Item.Person Rollbar.Item.Request Rollbar.Item.Server other-modules: Paths_rollbar_hs default-language: Haskell2010 test-suite doc-test type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test build-depends: QuickCheck >=2.9 , aeson >=1.0 , base >=4.9 , bytestring >=0.10 , case-insensitive >=1.2 , containers >=0.5 , hspec >=2.4 , hspec-golden-aeson >=0.2 , lens >=4.15 , lens-aeson >=1.0 , rollbar-hs , text >=1.2 other-modules: Rollbar.Golden Rollbar.Item.Data.Test Rollbar.Item.MissingHeaders.Test Rollbar.Item.Request.Test Rollbar.QuickCheck Paths_rollbar_hs default-language: Haskell2010