You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: update Haskell starter template for new project structure
- Renamed project from "hs-http-server-clone" to "codecrafters-http-server" in configuration files.
- Updated required base version in package.yaml to support GHC 4.19.
- Changed stack resolver to lts-23.18 for compatibility with the latest dependencies.
- Enhanced .gitignore to include additional build artifacts and temporary files.
- Updated compile and run scripts to reflect the new executable name.
0 commit comments