Really fix the cabal check

I had an older version of `cabal`.
It didn't check that the `description` was longer than the `synopsis`.
The `cabal` on CI is newer.

It would be nice if everything used the same programs.
Might look into using a specific `docker` image or `nix` for this.
This commit is contained in:
joneshf 2018-07-29 10:12:43 -07:00
parent 1abae7fc5f
commit 3b0f694ff3
No known key found for this signature in database
GPG Key ID: C8FFFC4E889B880E

View File

@ -1,7 +1,9 @@
author: Hardy Jones
category: Web
copyright: 2018 Hardy Jones
description: Core Rollbar data types and APIs.
description: |
Provides a type-safe encoding of the Rollbar API.
Also provides functions to communicate with the Rollbar API.
extra-source-files:
- README.md
github: joneshf/rollbar-hs