Portfolio/stack.yaml
tombdf cdaf2c4157
feat!: convert portfolio to Haskell web application
* Migrate from static HTML/JS to Haskell/Scotty web application
* Add server-side routing and API endpoints
* Implement language switching and command processing
* Set up project structure with stack
* Move static assets to dedicated directory
* Add type definitions and template rendering
2025-02-25 22:02:55 +01:00

7 lines
83 B
YAML

resolver: lts-21.22
packages:
- .
extra-deps: []
flags: {}
extra-package-dbs: []