mthom / shentong

A Haskell implementation of the Shen programming language.
Other
163 stars 9 forks source link

Add cabal file (tested with sandbox), updated README #2

Closed qoelet closed 9 years ago

qoelet commented 9 years ago

Fixes #1.

mthom commented 9 years ago

Looks good. Before I merge the pull request, could you specify that mtl needs version at least 2.2.1 in the cabal file? This is required for the Control.Monad.Except module to be available. It can done by changing "mtl" to "mtl >= 2.2.1" in shentong.cabal. This change is needed to work on my machine, at least.

Thanks.

qoelet commented 9 years ago

Added :)

mthom commented 9 years ago

Great, thank you. :)