Skip to content

Commit 6026582

Browse files
committed
Release weeder 2.0.0.0!
1 parent 2c7c18b commit 6026582

File tree

3 files changed

+50
-3
lines changed

3 files changed

+50
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 2.0.0.0
2+
3+
Weeder 2.0 is a ground up rewrite of Weeder using `.hie` files. It is now
4+
maintained by Ollie Charles (@ocharles on GitHub).
5+

LICENSE

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Copyright Oliver Charles 2020.
2+
3+
All rights reserved.
4+
5+
Redistribution and use in source and binary forms, with or without
6+
modification, are permitted provided that the following conditions are
7+
met:
8+
9+
* Redistributions of source code must retain the above copyright
10+
notice, this list of conditions and the following disclaimer.
11+
12+
* Redistributions in binary form must reproduce the above
13+
copyright notice, this list of conditions and the following
14+
disclaimer in the documentation and/or other materials provided
15+
with the distribution.
16+
17+
* Neither the name of Neil Mitchell nor the names of other
18+
contributors may be used to endorse or promote products derived
19+
from this software without specific prior written permission.
20+
21+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
25+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
26+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
27+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
30+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

weeder.cabal

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
cabal-version: 2.0
2-
name: weeder
3-
build-type: Simple
4-
version: 1.0
2+
license: BSD3
3+
license-file: LICENSE
4+
name: weeder
5+
author: Ollie Charles <[email protected]>
6+
build-type: Simple
7+
version: 2.0.0
8+
copyright: Neil Mitchell 2017-2020, Oliver Charles 2020
9+
synopsis: Detect dead code
10+
description: Find declarations.
11+
homepage: https://github.com/ocharles/weeder#readme
12+
bug-reports: https://github.com/ocharles/weeder/issues
13+
extra-doc-files:
14+
README.md
15+
CHANGELOG.md
516

617
library
718
build-depends:

0 commit comments

Comments
 (0)