# **Squeeze** [![Hackage](https://img.shields.io/hackage/v/squeeze.svg)](https://hackage.haskell.org/package/squeeze) [![Build Status](https://travis-ci.org/functionalley/Squeeze.svg?branch=master)](https://travis-ci.org/functionalley/Squeeze) This is "**Squeeze**", an application which searches for combinations of the specified files to store in a given space, without wasting an unacceptable proportion. ## 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. * More information about this application can be found at [Squeeze](http://functionalley.eu/Squeeze/squeeze.html). ## License For information on copying and distributing this package, see the file "**LICENSE**" in this directory. ## Bug-reporting Bug-reports should be emailed to . ## 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.