* Move Types/ and Types.hs under Hocker/
* Update modules and imports with new qualifier
Fixes#11
* Turn on -Werror and sort build-depends
* Ignore unused-do-bind
Fold `config.nix` into the `release.nix` and provide a `shell.nix` so
that people who want to develop the project can simply type `nix-shell`
from within the cloned repository.
* Refactoring polish and haddocks documentation refactor
* Remove tested with 7.10.2 until we actually test it
* Remove the TODO header as most of that is done now
* Fixing the output of docker2nix
- fetchdocker's function argument set needed to be a recursive set in
order for inherits to work correctly
- fetchDockerLayers does not take a tag argument, so only inherit the
registry, repository, and imageName attributes
* Fixing the golden test and updating the README
* Print the resulting nix expression with a trailing newline
Suggested by @Gabriel439