haskell-module-management (0.11.1) unstable; urgency=low
* Export defaultSymbolToModule
* Allow moduleSplit to leave some symbols in the original module
-- David Fox <dsf@seereason.com> Tue, 02 Jul 2013 10:31:13 -0700
haskell-module-management (0.11) unstable; urgency=low
* Rename splitModule -> splitModuleDecls
* Add new splitModule that takes a function describing the
symbol to module mapping.
-- David Fox <dsf@seereason.com> Tue, 02 Jul 2013 09:54:00 -0700
haskell-module-management (0.10.1) unstable; urgency=low
* Changes to compile under ghc-7.4.1
* Formatting fix - eliminate extra newline added to split modules
* Find a way to include the test data without listing hundreds of files
* Add testdata tarball and debian/changelog to distribution
* Performance fixes
-- David Fox <dsf@seereason.com> Sat, 29 Jun 2013 16:57:20 -0700
haskell-module-management (0.10) unstable; urgency=low
* Extend documentation
* Fix bug which moved comments after last deco to before the first decl
* Add a rather nasty cli - Maybe shell commands are a better idea
* Fix fold so space and comments are not associated with the previous
decl, the now belong to the following decl.
-- David Fox <dsf@seereason.com> Sat, 29 Jun 2013 11:27:36 -0700
haskell-module-management (0.9.3.1) unstable; urgency=low
* Fix the package home page URL.
-- David Fox <dsf@seereason.com> Thu, 27 Jun 2013 17:05:35 -0700
haskell-module-management (0.9.3) unstable; urgency=low
* Clean up documentation for release.
-- David Fox <dsf@seereason.com> Thu, 27 Jun 2013 14:00:17 -0700
haskell-module-management (0.9.2) unstable; urgency=low
* Add a simple CLI (from Cliff Beshers)
* splitModule: Put instance declarations into an Instances module
* splitModule: Put re-exports into a ReExported module
* splitModule: Put previously private declarations into an Internal subdir
* cleanImports: Fix the way imports of types that appear in standalone
derivations are modified so their members become visible.
-- David Fox <dsf@seereason.com> Fri, 21 Jun 2013 12:39:52 -0700
haskell-module-management (0.9.1) unstable; urgency=low
* Fix verbosity handling
* Manage the set of existing modules when splits and cats occur
* Handle files with no final newline
* Speed up text handling
-- David Fox <dsf@seereason.com> Tue, 18 Jun 2013 07:13:29 -0700
haskell-module-management (0.9) unstable; urgency=low
* Major revision
-- David Fox <dsf@seereason.com> Sun, 16 Jun 2013 10:29:13 -0700
haskell-module-management (0.8.4) unstable; urgency=low
* Preserve imports required to re-export symbols in split modules.
-- David Fox <dsf@seereason.com> Wed, 12 Jun 2013 17:02:35 -0700
haskell-module-management (0.8.3) unstable; urgency=low
* Make sure identifiers imported by "as" imports get updated when modules are catted
-- David Fox <dsf@seereason.com> Wed, 12 Jun 2013 15:31:38 -0700
haskell-module-management (0.8.2) unstable; urgency=low
* Similar fix to the one in 0.8.1, but for the imports of a split
module.
-- David Fox <dsf@seereason.com> Wed, 12 Jun 2013 13:27:58 -0700
haskell-module-management (0.8.1) unstable; urgency=low
* Fix handling of declarations with top level and member symbols. There
are still some remaining issues with this when declaring multiple top
level symbols in a single declaration.
-- David Fox <dsf@seereason.com> Wed, 12 Jun 2013 12:56:10 -0700
haskell-module-management (0.8) unstable; urgency=low
* Clean up for release
-- David Fox <dsf@seereason.com> Sun, 09 Jun 2013 11:15:55 -0700
haskell-module-management (0.7.1) unstable; urgency=low
* Preserve imports of constructors required for standalone deriving declarations
-- David Fox <dsf@seereason.com> Thu, 06 Jun 2013 11:23:59 -0700
haskell-module-management (0.7) unstable; urgency=low
* Add an extensions_ field to Params, and a modifyExtensions
to update the list of extensions used to parse each file.
-- David Fox <dsf@seereason.com> Wed, 05 Jun 2013 16:11:29 -0700
haskell-module-management (0.6.2) unstable; urgency=low
* Preserve "hiding" imports in cleanImports.
-- David Fox <dsf@seereason.com> Wed, 05 Jun 2013 13:03:15 -0700
haskell-module-management (0.6.1) unstable; urgency=low
* Fix how cleanImports handles modules that are not where their module
name implies.
-- David Fox <dsf@seereason.com> Wed, 05 Jun 2013 09:20:36 -0700
haskell-module-management (0.6) unstable; urgency=low
* Rename module heirarchy, add Exports.hs, generalize Cat.
-- David Fox <dsf@seereason.com> Sat, 01 Jun 2013 10:00:01 -0700
haskell-module-management (0.5) unstable; urgency=low
* Add catModules.
-- David Fox <dsf@seereason.com> Sat, 25 May 2013 07:55:50 -0700
haskell-module-management (0.4) unstable; urgency=low
* Now provides cleanImports, moveModule, splitModule, and foldModule.
-- David Fox <dsf@seereason.com> Thu, 23 May 2013 14:14:30 -0700
haskell-module-management (0.3) unstable; urgency=low
* Sort and merge import declarations properly
-- David Fox <dsf@seereason.com> Tue, 14 May 2013 14:03:32 -0700
haskell-module-management (0.2) unstable; urgency=low
* Debianization generated by cabal-debian
-- David Fox <dsf@seereason.com> Wed, 08 May 2013 10:00:45 -0700