gpah: Generic Programming Use in Hackage

[ bsd3, generics, program ] [ Propose Tags ]

Generic Programming Use in Hackage:


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1, 0.0.2
Dependencies base (>=3.0 && <5), bytestring, Cabal (>=1.16.0), cmdargs, containers (>=0.4.2.0), csv, deepseq, directory, filepath, haskell-src-exts, hint, HTTP, network, process, syb, tar, uniplate, uu-parsinglib, zlib [details]
License BSD-3-Clause
Copyright (c) 2013 Nikolaos Bezirgiannis, Johan Jeuring, Sean Leather
Author Nikolaos Bezirgiannis, Johan Jeuring, Sean Leather
Maintainer n.bezirgiannis@students.uu.nl
Category Generics
Uploaded by JohanJeuring at 2013-12-05T15:29:30Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables gpah
Downloads 2062 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Successful builds reported [all 7 reports]

Readme for gpah-0.0.2

[back to package description]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta name="generator" content="pandoc" />
  <title></title>
</head>
<body>
<h1 id="gp-analysis-of-hackage-readme">GP analysis of Hackage README</h1>
<p>For the report and documentation of the project, check the file <code>report.pdf</code></p>
<p>There is also the presentation we gave at the file <code>presentation.pdf</code></p>
<h2 id="building">Building</h2>
<pre><code>runghc Setup.lhs configure
runghc Setup.lhs build
runghc Setup.lhs install</code></pre>
<h1 id="before-running">Before running</h1>
<p>You have to fetch the the entire hackage repository and its activity log. You can automatically do that with:</p>
<pre><code>gpah --fetch</code></pre>
<h2 id="running-the-analysis">Running the analysis</h2>
<p>After building the program, run it with</p>
<p><code>gpah args</code></p>
<pre><code>Generic Programming Use in Hackage Project v0.0.1

gpah [OPTIONS]

Common flags:
     --fetch                Fetch the Hackage archive tarball and Hackage
                            activity log
  -d --deriving[=FILE]      Run the deriving analysis and output it to the
                            specified file
  -f --function[=FILE]      Run the function analysis and output it to the
                            specified file
  -u --uniplate[=FILE]      Run the uniplate analysis and output it to the
                            specified file
  -h --misc_hackage[=FILE]  Print general analysis info or output it to the
                            specified file
  -t --misc_date[=FILE]     Get syb+uniplate date info and output it to the
                            specified file (implies --misc_hackage)
     --hackage-dir=DIR      Set the hackage archive directory
     --hackage-log=FILE     Set the hackage archive log file
  -c --cpp[=FILE]           Run preprocessing in hackage that yields an
                            analysis with less failed-to-parse modules
  -i --interpret[=FILE]     Do type-checking interpretation on modules that
                            depend on SYB or Uniplate
  -e --derive[=FILE]        Do analysis on packages that build on derive
  -? --help                 Display help message
  -V --version              Print version information</code></pre>
<p>For a detailed description of the accepted arguments run:</p>
<p><code>gpah --help</code></p>
</body>
</html>