packages feed

persistent-discover-0.1.0.5: ChangeLog.md

# Changelog for persistent-discover

## Unreleased changes

## 0.1.0.5

- Fix a bug where `TemplateHaskell` pragma was not added. [#6](https://github.com/parsonsmatt/persistent-discover/pull/6)

## 0.1.0.4

- Fix a bug where non-Haskell files would be picked up and imported in the
  generated file. [#4](https://github.com/parsonsmatt/persistent-discover/pull/4)

## 0.1.0.3

- Remove embarrasing lib module.

## 0.1.0.2

- Support GHC 9 [#3](https://github.com/parsonsmatt/persistent-discover/pull/3)

## 0.1.0.1

- Fix behavior where uppercase directories (eg on Mac OS) would cause incorrect
  module names. [#2](https://github.com/parsonsmatt/persistent-discover/pull/2)

## 0.1.0.0

- Initial Release