From 60265823c8a97f5a3bbee3c2278caf7663d03ad5 Mon Sep 17 00:00:00 2001 From: Oliver Charles Date: Sun, 15 Mar 2020 15:23:48 +0000 Subject: [PATCH] Release weeder 2.0.0.0! --- CHANGELOG.md | 5 +++++ LICENSE | 31 +++++++++++++++++++++++++++++++ weeder.cabal | 17 ++++++++++++++--- 3 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 LICENSE diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..686839a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# 2.0.0.0 + +Weeder 2.0 is a ground up rewrite of Weeder using `.hie` files. It is now +maintained by Ollie Charles (@ocharles on GitHub). + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a7263a2 --- /dev/null +++ b/LICENSE @@ -0,0 +1,31 @@ +Copyright Oliver Charles 2020. + +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + * Neither the name of Neil Mitchell nor the names of other + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/weeder.cabal b/weeder.cabal index 071526e..93df033 100644 --- a/weeder.cabal +++ b/weeder.cabal @@ -1,7 +1,18 @@ cabal-version: 2.0 -name: weeder -build-type: Simple -version: 1.0 +license: BSD3 +license-file: LICENSE +name: weeder +author: Ollie Charles +build-type: Simple +version: 2.0.0 +copyright: Neil Mitchell 2017-2020, Oliver Charles 2020 +synopsis: Detect dead code +description: Find declarations. +homepage: https://github.com/ocharles/weeder#readme +bug-reports: https://github.com/ocharles/weeder/issues +extra-doc-files: + README.md + CHANGELOG.md library build-depends: