ssm-lang / Scoria

This is an embedding of the Sparse Synchronous Model, in Haskell!
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Repo organization nits #4

Closed j-hui closed 3 years ago

j-hui commented 3 years ago

Following up #3, this is what package.yaml would look like if we stuck with Stack over cabal. I also did some other organization changes.

This is meant to be a draft pull request (i.e., probably should have further discussion before merging), but for some reason I can't find that button.

I'm not sure what best practices are wrt committing the ssm.cabal file in Stack-based projects.

Rewbert commented 3 years ago

This sounds good! It's a bad habit of mine, to manually edit the .cabal. I don't know much of how the package.yaml is supposed to be edited, so it'll be a good way for me to learn. Perhaps we can try to think of some other organizational changes and pool them in this PR?

j-hui commented 3 years ago

Sure thing, though I think I already pushed all my suggestions here! Did you have anything else in mind?

Rewbert commented 3 years ago

I can't think of any more things I'd like to add here :P I'll hop on this branch and get familiar with the package.yaml tomorrow, and then merge this pr!