Update to Cabal-1.24. Update to aeson-0.11.0.0.
Update to Cabal-1.22.
Change the format of on-disk JSON interface files.
Put upper bound on Cabal
Update to optparse-applicative 0.11
Update to optparse-applicative 0.10
Fix a bug with empty CPP defines (such as -DFOO
)
- 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
Depend on either
instead of EitherT
The fixed version of 0.2.3.2. (The released tarball for 0.2.3.2 contained some unintended changes.)
Drop upper version bound on aeson.
- Upgrade to optparse-applicative 0.6
- Provide the
--help
option for subcommands
Relax Cabal dependency constraint to include Cabal-1.14
Add mtl instances (MonadState
, MonadReader
etc.) for the ModuleT
transformer.
Dummy release to force rebuild on hackage (now that haskell-src-exts 1.14 is released).
- Compiler now accepts the
--package-name
argument, to specify the name of the package being compiled.CompileFn
is changed accordingly. - Add support for relative paths in package databases.