Skip to content

Commit

Permalink
hlint: Update to version 3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
essandess authored and cjones051073 committed Mar 27, 2021
1 parent 7915851 commit a53d705
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions devel/hlint/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,27 @@ PortSystem 1.0
PortGroup haskell_cabal 1.0

name hlint
version 2.2.2
revision 1
version 3.2.7
revision 0
categories devel haskell
maintainers nomaintainer
license GPL-3
platforms macosx
homepage https://www.haskell.org/alex/
homepage https://github.com/ndmitchell/hlint

description A tool for suggesting possible improvements to Haskell code.
long_description HLint is a tool for suggesting possible\
improvements to Haskell code. These suggestions\
include ideas such as using alternative functions,\
description A tool for suggesting possible improvements to \
Haskell code.

long_description HLint is a tool for suggesting possible \
improvements to Haskell code. These suggestions \
include ideas such as using alternative functions, \
simplifying code and spotting redundancies.

master_sites https://hackage.haskell.org/package/${name}-${version}

checksums rmd160 d2e7ae8bc0a53976ed1906b3649c8388911ed655 \
sha256 d717f06091d4b651671ffa3c3d88115d353a595b7853f9860af3b74d3eeb20ec \
size 129651
checksums rmd160 e39886d687e45294e859f9e62c646da629506894 \
sha256 6f9c3d9603a072e1b76d3ee125dfaa54ce356fc0ced836affa741d989bedcf7c \
size 159088

# relative paths to ${prefix}
set hlint_datadir share/${name}
Expand Down

0 comments on commit a53d705

Please sign in to comment.