tweag/asterius

Using Asterius as a dependency in a Stack project

DylanSp opened this issue · 1 comments

Is there a way to include Asterius as a dependency in a Stack project, with the ability to import modules such as Asterius.Types? I'm trying to create something along the lines of the Servant on Cloudflare Workers demo, but I'd like to have a full Stack project instead of just a single Haskell source file.

Hi, we don't have support for stack yet; you can try ahc-cabal which is a wrapper for cabal to build cabal projects.