perl6 / Pugs.hs

(ARCHIVE) Raku User's Golfing System in Haskell
84 stars 17 forks source link

Build Pugs.hs on GHC-7.10.2 with commercialhaskell/stack #30

Closed hiratara closed 9 years ago

hiratara commented 9 years ago

This patch allows you to build Pugs.hs on ghc-7.10.2 by using stack instead of cabal-install.

You can run pugs executable in the following way:

  1. Install https://github.com/commercialhaskell/stack
  2. stack build --install-ghc
  3. stack exec -- pugs
audreyt commented 9 years ago

Awesome, thanks! :rainbow:

audreyt commented 9 years ago

Release all individual packages to Hackage as well. Thanks again for bringing Pugs up to date!