packages feed

persistent-discover-0.1.0.4: ChangeLog.md

# Changelog for persistent-discover

## Unreleased changes

## 0.1.0.4

- Fix a bug where non-Haskell files would be picked up and imported in the
  generated file. [#]()

## 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