From 02dd7e039a736056d986718d706e26ac28a7576d Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 21 Apr 2018 12:00:08 -0400 Subject: Correct license field in .cabal file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Turns out Cabal doesn’t play well with licenses with spaces in their names. Just use “other license”, which Hackage will convert to a link to the LICENSE file. --- btls.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btls.cabal b/btls.cabal index d9f0547..a9232be 100644 --- a/btls.cabal +++ b/btls.cabal @@ -19,7 +19,7 @@ synopsis: BoringSSL-backed TLS and cryptography library description: A TLS and cryptography library backed by BoringSSL, Google's fork of OpenSSL. copyright: 2018 Google LLC -license: Apache-2.0 and OpenSSL +license: OtherLicense license-file: LICENSE author: Benjamin Barenblat maintainer: bbaren@google.com -- cgit v1.2.3