Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hlint(1) [debian man page]

HLINT(1)							   User Commands							  HLINT(1)

NAME
HLint - haskell source code suggestions SYNOPSIS
hlint [files/directories] [options] 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. OPTIONS
-? --help Display help message -v --version Display version information -r[file] --report[=file] Generate a report in HTML -h file --hint=file Hint/ignore file to use -c --color, --colour Color the output (requires ANSI terminal) -i message --ignore=message Ignore a particular hint -s --show Show all ignored ideas -t --test Run in test mode EXAMPLE
"To check all Haskell files in 'src' and generate a report type:" hlint src --report SEE ALSO
The full documentation for HLint is available in /usr/share/doc/hlint/hlint.html. AUTHOR
This manual page was written by Joachim Breitner <nomeata@debian.org> for the Debian system (but may be used by others). HLint (C) Neil Mitchell 2006-2009 July 2009 HLINT(1)

Check Out this Related Man Page

DH_HASKELL_PROVIDES(1)					 Haskell devscripts documentation				    DH_HASKELL_PROVIDES(1)

NAME
dh_haskell_provides - calculates Haskell virtual package names on Cabalized libraries SYNOPSIS
dh_haskell_provides [debhelper options] [-Xpackage] [--exclude=package] [file ...] DESCRIPTION
dh_haskell_provides is a debhelper program that calculates the correct virtual package to provide, so that dependencies can guarantee ABI stability. For a package with an idea of package-version-longhashstring, it generates a virtual package of the form libghc-package-dev-version-longh for the -dev package and libghc-package-prof-version-longh for the prof package respectively. This script writes the debian/$package.substvars file, including in it the haskell:Provides. So, to use this package, include in the Provides: field in debian/control ${haskell:Provides}. SEE ALSO
dh_haskell_depends(1) dh_haskell_shlibdeps(1) debhelper(7) AUTHOR
Joachim Breitner <nomeata@debian.org> Based on ideas in dh_ocaml. Haskell devscripts 0.8.12 2011-01-15 DH_HASKELL_PROVIDES(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

qdsemon

any ideas as to why the qdaemon would stop about the same time every other day. nothing has changed on our system. any ideas would be appreciated. (2 Replies)
Discussion started by: spunky
2 Replies

2. IP Networking

DT messaging could not be started

this id the message i get with a suggestions to check those files: /etc/src.sh /etc/hosts /usr/adm/inetd.sec i have little knowledge of hoe to edit those files/ i went to the etc library and didn't found src.sh file. what should i do? also didn't find the inetd.sec file In the host... (3 Replies)
Discussion started by: amirp
3 Replies

3. UNIX for Dummies Questions & Answers

Complex Commands

I need to ideas for some complex commands for a script file. Any ideas would be greatly appricated (2 Replies)
Discussion started by: trob
2 Replies

4. UNIX for Dummies Questions & Answers

Need help creating a launcher for connecting 2 computers

CentOS 5.3 I have been tasked with a project of simplifying our media process for new staff and I need some help with ideas on how to achieve this. I am not a Linux expert and have only been using it for 12 months so appreciate the help. Stage 1 Currently we are couriered once a month a... (0 Replies)
Discussion started by: clistyles
0 Replies

5. Shell Programming and Scripting

<<< Question related to making of RPM package >>>

Hi all, Pls provide your suggestions and advice for the below queries. I have a files like below sample $ ls -l /u01/app -rw-r--r-- 1 appusr appdba 4 Feb 20 21:35 test -rw-r--r-- 1 appusr appdba 4 Feb 20 21:35 test1 -rw-r--r-- 1 appusr appdba 4 Feb 20 21:35 test -... (1 Reply)
Discussion started by: kamauv234
1 Replies