aboutsummaryrefslogtreecommitdiffstats
path: root/sorbot.cabal
diff options
context:
space:
mode:
authorTeddy Wing2017-07-30 00:05:57 +0200
committerTeddy Wing2017-07-30 00:05:57 +0200
commit75ac7b18a009ffe7a77a17a61d95c01395f36b44 (patch)
tree714684567a2353c74c676aa97f989afea16a8fb9 /sorbot.cabal
parentc5c3c4a29ffc273fd3e67db34562e49687cdb584 (diff)
downloadsorbot-75ac7b18a009ffe7a77a17a61d95c01395f36b44.tar.bz2
sorbot.cabal: Fix license format error
Apparently you can't write in any old string into the license field, so my SPDX-formatted license caused the build to fail. It was a bit difficult as a complete beginner to figure out how I was supposed to format the version given the `(Maybe Version)` in the documentation: https://www.haskell.org/cabal/release/cabal-latest/doc/API/Cabal/Distribution-License.html#t:License but fortunately a search through some open source Cabal files on GitHub revealed the answer. Disappointing, though, that I can't declare the `+` part of the license in an officially supported capacity, but okay.
Diffstat (limited to 'sorbot.cabal')
-rw-r--r--sorbot.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/sorbot.cabal b/sorbot.cabal
index 3ab94c3..ee8959b 100644
--- a/sorbot.cabal
+++ b/sorbot.cabal
@@ -3,7 +3,7 @@ version: 0.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/githubuser/sorbot#readme
-license: GPL-3.0+
+license: GPL-3
license-file: LICENSE
author: Author name here
maintainer: example@example.com