reflex-frp / reflex-platform

A curated package set and set of tools that let you build Haskell packages so they can run on a variety of platforms. reflex-platform is built on top of the nix package manager.
https://reflex-frp.org
BSD 3-Clause "New" or "Revised" License
721 stars 164 forks source link

Reflex platform doesnt work with super minimal example #84

Closed aljce closed 7 years ago

aljce commented 7 years ago

The gist of the problem is when you try to reflex-platform/work-on a super minimal cabal file nix errors out. I will write some documentation when I get some time. The fix is simply to add reflex as a dependency to the cabal file. Look here for the failing project: https://github.com/mckeankylej/scrubed

alltom commented 7 years ago

What's the error? It's not the same as https://github.com/reflex-frp/reflex-platform/issues/79, is it?

ryantrinkle commented 7 years ago

@mckeankylej Do you know if this issue is still occurring? It looks like I can't access that repo anymore.

Closing for now; please reopen if you're still seeing it.

aljce commented 7 years ago

Oh yea this was fixed along time ago, I deleted the repo but I forgot to close this issue.