From a642d103ecd4965e7d050d7acec067f987917ddc Mon Sep 17 00:00:00 2001 From: Evgenii Akentev Date: Thu, 23 May 2019 17:12:57 +0300 Subject: [PATCH] Delete package.yaml --- package.yaml | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 package.yaml diff --git a/package.yaml b/package.yaml deleted file mode 100644 index 682a000..0000000 --- a/package.yaml +++ /dev/null @@ -1,46 +0,0 @@ -author: Hardy Jones -category: Web -copyright: 2018 Hardy Jones -description: | - Provides a type-safe encoding of the Rollbar API. - Also provides functions to communicate with the Rollbar API. -extra-source-files: - - CHANGELOG.md - - README.md -github: joneshf/rollbar-hs -library: - dependencies: - - aeson >= 1.0 && < 1.5 - - 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.9 - - text >= 1.2 && < 1.3 - - time >= 1.6 && < 1.9 - - unordered-containers >= 0.2 && < 0.3 - - uuid >= 1.3 && < 1.4 - source-dirs: src -license: BSD3 -maintainer: jones3.hardy@gmail.com -name: rollbar-hs -synopsis: Core Rollbar data types and APIs. -tests: - doc-test: - dependencies: - - QuickCheck >= 2.9 - - aeson >= 1.0 - - base >= 4.9 - - bytestring >= 0.10 - - case-insensitive >= 1.2 - - hspec >= 2.4 - - hspec-golden-aeson >= 0.2 - - rollbar-hs - - text >= 1.2 - - unordered-containers >= 0.2 - main: Main.hs - source-dirs: test -version: '0.3.1.0'