commercialhaskell/lts-haskell

Add `text-regex-replace` to LTS 20

prikhi opened this issue · 1 comments

Was in LTS 19, fell out of 20, brought it back into nightly: commercialhaskell/stackage#6783

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
    
  • You're using the latest version of Stack. (Otherwise please try running stack upgrade and re-running your commands. If that fails, please include the output of stack --version in this issue.)

Added in LTS-20.3