schell / steeloverseer

A file watcher and development tool.
BSD 3-Clause "New" or "Revised" License
128 stars 15 forks source link

Latest Hackage release has incorrect `aeson` version bounds #46

Closed peterbecich closed 1 year ago

peterbecich commented 1 year ago

On Hackage https://hackage.haskell.org/package/steeloverseer-2.1.0.0 the version bounds for Aeson are

aeson (>=0.8 && <1.6)

but this commit https://github.com/schell/steeloverseer/commit/70d30068f6477846fdfe1f031d8f0833d9b57f35 provides support for Aeson 2.

Hackage is probably up-to-date; the latest revision has the same date as the commit above:

Revision 1 made by Bodigrim at 2022-04-16T16:57:02Z

Can the version bound on Hackage be fixed somehow? Would checking in a Cabal file fix this?

Thank you

peterbecich commented 1 year ago

fixed