commercialhaskell/lts-haskell

add simple-prompt to lts

juhp opened this issue · 1 comments

juhp commented

Checklist for adding a package:

  • On your machine, in a new directory, you have successfully run the following set of commands (replacing $package and $version with the name and version of the package you want to add to Stackage LTS):

    stack unpack $package-$version
    cd $package-$version
    stack init --resolver lts
    stack --resolver lts build --haddock --test --bench --no-run-benchmarks
    

Added to LTS 20.20