From 02a47e910874ab37d35e8b8f99f8a2296b9ec060 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Wed, 24 Aug 2016 14:06:23 -0700 Subject: [PATCH] Specify exact license in cabal file --- mongoDB.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoDB.cabal b/mongoDB.cabal index 59f6cfe..ca4b10d 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -12,7 +12,7 @@ Bug-reports: https://github.com/mongodb-haskell/mongodb/issues Author: Tony Hannan Maintainer: Fedor Gogolev , Victor Denisov Copyright: Copyright (c) 2010-2012 10gen Inc. -License: OtherLicense +License: Apache-2.0 License-file: LICENSE Cabal-version: >= 1.10 Build-type: Simple