# Changelog for glob-imports
## 0.0.6.0
- [#11](https://github.com/parsonsmatt/glob-imports/pull/11)
- `glob-imports` now emits `LINE` pragmas by default to make error messages
better.
## 0.0.5.0
- [#9](https://github.com/parsonsmatt/glob-imports/pull/9)
- The `--pattern` option now accepts multiple patterns, separated by commas.
## 0.0.4.0
- [#8](https://github.com/parsonsmatt/glob-imports/pull/8)
- Made the `glob-imports` output deterministic.
## 0.0.3.0
- [#7](https://github.com/parsonsmatt/glob-imports/pull/7)
- Added `--import-qualified` option to allow for `ImportQualifiedPost`.
## 0.0.2.1
- Fixed cabal versions that were missing due to hpack
## 0.0.2.0
- [#4](https://github.com/parsonsmatt/glob-imports/pull/4)
- You may now pass `--search-dir`, `--pattern`, and `--excluded-prefixes` to
configure and customize where the program searches for imports to glob.
## 0.0.1.0
- Initial Release