From d82d1f97e71fe9a7f633fd02d5e8e5ec173ac29e Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 16 Mar 2020 12:58:07 +0000 Subject: [PATCH] Change cabal file license to reflect LICENSE file I presume this was the original intention, given the existence of the LICENSE file at all. --- monad-loops.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monad-loops.cabal b/monad-loops.cabal index 43f3ab0..3d66a2b 100644 --- a/monad-loops.cabal +++ b/monad-loops.cabal @@ -1,7 +1,7 @@ name: monad-loops version: 0.4.2.1 stability: provisional -license: PublicDomain +license: BSD-3 cabal-version: >= 1.8 build-type: Simple @@ -47,4 +47,4 @@ Test-Suite test-monad-loops cpp-options: -Dbase4 build-depends: base >= 4 && < 5, tasty, tasty-hunit, monad-loops else - build-depends: base >= 2 && < 4, tasty, tasty-hunit, monad-loops \ No newline at end of file + build-depends: base >= 2 && < 4, tasty, tasty-hunit, monad-loops