From 57348a147569b832fc43b0f44d882cab83bf0e19 Mon Sep 17 00:00:00 2001 From: Boyd Stephen Smith Jr Date: Wed, 27 Nov 2013 13:12:34 -0600 Subject: [PATCH] Fix cabal issues reported by sdist for Hackage upload. --- cryptsy-api.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cryptsy-api.cabal b/cryptsy-api.cabal index f3effa6..8efbe7b 100644 --- a/cryptsy-api.cabal +++ b/cryptsy-api.cabal @@ -1,8 +1,8 @@ name: cryptsy-api version: 0.1 synopsis: Bindings for Cryptsy cryptocurrency exchange API. --- description: -license: AGPL-3 +description: Bindings for Cryptsy cryptocurrency exchange API. +license: OtherLicense license-file: LICENSE author: Boyd Stephen Smith Jr. maintainer: bss@iguanasuicide.net @@ -10,7 +10,7 @@ copyright: 2013 Boyd Stephen Smith Jr. category: Web build-type: Simple cabal-version: >=1.8 - +extra-source-files: LICENSE.GPL-3 library exposed-modules: Cryptsy.API.Public -- 2.11.4.GIT