refactor: strip Aeson from Types, remove Server.hs, fix Sis.hs exports, update deps

- Removed all Aeson instances from Types.hs
- Deleted Server.hs (Orb/WAI routing)
- Added Hyperbole form types (LoginForm, SignupForm, etc.)
- Removed Server from Sis.hs and cabal file
- Updated stack.yaml for Hyperbole dependency resolution
- Added local hyperbole copy with GHC 9.10 compat patches
- Types.hs, Database.hs, Auth.hs compile successfully
This commit is contained in:
2026-07-15 22:44:05 -04:00
parent 2c55ea9dc1
commit b92947cdcc
7 changed files with 84 additions and 1235 deletions
-1
View File
@@ -19,7 +19,6 @@ library
Sis
Sis.Auth
Sis.Database
Sis.Server
Sis.Types
other-modules:
Paths_sis_server