k0ral / imm

Execute arbitrary actions for each unread element of RSS/Atom feeds
http://hackage.haskell.org/package/imm
Creative Commons Zero v1.0 Universal
16 stars 4 forks source link

add support for stack #11

Closed legrostdg closed 5 years ago

legrostdg commented 5 years ago

dyre seems to fail with stack, but stack run (exists since 1.9.1) should allow to write a script which would emulate dyre functionnality.

taffybar has the same problem, see https://github.com/taffybar/taffybar/issues/158 (EDIT: corrected link to issue)

k0ral commented 5 years ago

The linked issue from taffybar looks unrelated, did you actually mean https://github.com/taffybar/taffybar/issues/158 ? I'm not fond of making stack a requirement to use imm. But I'm also not fond of dyre dependency and I'm considering switching to a more "restrained" configuration system like dhall.

legrostdg commented 5 years ago

Woops! Sure the '8' got removed by mistake :). Not a found either of stack requirement, it's just that dyre impose using cabal. Using dhall would be great!

k0ral commented 5 years ago

Release 1.6.0.0 does not depend on dyre anymore.