Change Log ========== 0.9.2 Luis Rodrigues Soares Apr 16 2015 * Removes logging information. * Builds with GHC 7.10. 0.8.1 Luis Rodrigues Soares Mar 19 2015 * Logs more information while running. * Documentation update. 0.8.0 Luis Rodrigues Soares Mar 15 2015 * Adds examples of build scripts that use both `cabal` and `runhaskell`; * Makes the HPC script more resilient to a build done with `cabal` vs a build done with `runhaskell`; * Removes dependency on `cabal` for the haddock phase. 0.7.0 Luis Rodrigues Soares Mar 13 2015 * Fixes for HPC test-suite. 0.6.0 Luis Rodrigues Soares Mar 7 2015 * Makes happy a required build tool; * Fixes GHC warnings. 0.5.0 Luis Rodrigues Soares Mar 7 2015 * Adds `changelog.md`; * Adds Criterion benchmarks; * Adds support for travis build. 0.4.0 Luis Rodrigues Soares Mar 6 2015 * Adds full documentation to the Primes module; * Made the default haddock threshold become 100%; * Brought down the limit for prime number generation during spec test phase; * Removed temporary files; * Updated dependencies; * Changed formatting; * Made script to run documentation; * Makes quick check tests run more cases; * Updated build phases; * Full test coverage; * Adds quickcheck tests as well as HPC coverage. 0.3.3 Luis Rodrigues Soares Mar 3 2015 * Fixed upper bounds and lower bounds in dependencies; * Fixed all HLint suggestions; * Added HLint to the build; * Fixed all -Wall errors on test phase; * Fixed all -Wall errors on compilation. 0.3.0 Luis Rodrigues Soares Feb 24 2015 * Made -Wall default compilation option * Added source-repository field to cabal file. 0.2.2 Luis Rodrigues Soares Feb 23 2015 * Added a unit test; * Removed warnings from cabal file; Updated references to dependencies; * Fixed errors all over the place; * Removed unused functions; cleaned up indentation. 0.1.0 Luis Rodrigues Soares Feb 21 2015 * Added description to package; * Fixed module references; * Cabalized the project; * Initial copy of Problem07.hs, from https://github.com/decomputed/projectEuler