Changelog for haskell-packages-0.2.4
Changes
Version 0.2.4
- Add
customMain - Fix a bug where only one of multiple output files with the same base name but different extensions would be copied on installation
Version 0.2.3.4
Depend on either instead of EitherT
Version 0.2.3.3
The fixed version of 0.2.3.2. (The released tarball for 0.2.3.2 contained some unintended changes.)
Version 0.2.3.2
Drop upper version bound on aeson.
Version 0.2.3.1
- Upgrade to optparse-applicative 0.6
- Provide the
--helpoption for subcommands
Version 0.2.3
Relax Cabal dependency constraint to include Cabal-1.14
Version 0.2.2
Add mtl instances (MonadState, MonadReader etc.) for the ModuleT
transformer.
Version 0.2.1
Dummy release to force rebuild on hackage (now that haskell-src-exts 1.14 is released).
Version 0.2
- Compiler now accepts the
--package-nameargument, to specify the name of the package being compiled.CompileFnis changed accordingly. - Add support for relative paths in package databases.