Releases: phlummox/hup
Releases · phlummox/hup
Version 0.3.0.3
See the changelog for a detailed list of changes.
Summary:
- Library API: no changes.
- Executable behaviour: the environment variable used to pass in a password has changed from
PASSWORD
toHUP_HACKAGE_PASSWORD
.
(Fixes #14) - Repository changes: tidying and improved tests.
- Repo comparison: v0.3.0.2...v0.3.0.3
A statically linked executable is available for Linux (AMD64) as an attachment below.
v0.3.0.2
0.3.0.2
- Library API: no changes.
- Executable behaviour: no change.
- Changes to code and cabal file:
- Tightened bounds on dependencies, to avoid known
incompatible versions of dependencies. - Internal tidying of unused imports, trailing whitespace,
missing sigs etc. - Enabled extra ghc warning flags during build.
- Shifted "stack.yaml" out of top directory - poor form :/
- Added some extra compilation flags (e.g.
for tests that are unlikely to run without "stack",
like doctests).
- Tightened bounds on dependencies, to avoid known