packages feed

fishfood-0.0.1.6: README.markdown

# **FishFood**

[![Hackage](https://img.shields.io/hackage/v/fishfood.svg)](https://hackage.haskell.org/package/fishfood) [![Build Status](https://travis-ci.org/functionalley/FishFood.svg?branch=master)](https://travis-ci.org/functionalley/FishFood)

This is "**FishFood**", an application which determines the distribution in sizes of the specified files.

## Installation

It can be built and installed using [Cabal](https://www.haskell.org/cabal/users-guide/installing-packages.html).

## Documentation

The directory "**man/**" contains the documentation.

## License

For information on copying and distributing this package, see the file "**LICENSE**" in this directory.

## Bug-reporting

Bug-reports should be emailed to <fishfood@functionalley.eu>.

## Testing

The test-suite can be run using:

    cabal configure --enable-tests;
    cabal build;
    cabal test --show-details=always;

## Author

This application is written and maintained by Dr. Alistair Ward.