mstksg / typelits-witnesses

Existential witnesses, singletons, and classes for operations on GHC TypeLits
http://hackage.haskell.org/package/typelits-witnesses
MIT License
10 stars 13 forks source link

Include generated Cabal file #7

Closed isomorpheme closed 3 months ago

isomorpheme commented 1 year ago

When using this package as a Git dependency with Stack, it generates a deprecation warning referencing https://github.com/commercialhaskell/stack/issues/5210. This fixes that warning.

mstksg commented 3 months ago

Thank you! I ended up doing it myself during another update but I appreciate the bump