# **Factory** [![Build Status](https://travis-ci.com/functionalley/Factory.svg?branch=master)](https://travis-ci.com/functionalley/Factory) [![Hackage](https://img.shields.io/hackage/v/factory.svg)](https://hackage.haskell.org/package/factory) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Haskell](https://b.repl.ca/v1/language-haskell-yellow.png)](https://haskell.org) This is "**Factory**", a library of number-theory functions. ## Installation It can be built and installed using: * [Cabal](https://www.haskell.org/cabal/), * [The Haskell Tool Stack](https://docs.haskellstack.org/en/stable/README/). ## Documentation More information about this library can be found at [Factory](https://functionalley.com/Factory/factory.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**", * "**stack test**", * "**make test**" issued from the product's installation-directory. ## Author This library is written and maintained by Dr. Alistair Ward.