mietek / haskell-on-heroku-website

Website for Haskell on Heroku
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

General project structure for the Prepare section #5

Closed BekaValentine closed 5 years ago

BekaValentine commented 9 years ago

in the Prepare section, i would suggest changing this:

The tutorial app is a simple web service for storing notes, built with Servant.

The app includes a Cabal package description file, haskell-on-heroku-tutorial.cabal file, used to declare dependencies, and a Halcyon constraints file, .halcyon/constraints file, used to declare version constraints.

to this:

Every Haskell on Heroku project must contain at least the source files, and a .cabal file describing the package. The tutorial app, which is a simple web service for storing notes built with Servant, has both of these, plus some extra files, such as a readme, and a Halcyon constraints file .halcyon/constraints, used to declare version constraints.

mietek commented 5 years ago

I’m sorry. This project is no longer maintained.