mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
* updates to 8.10.4, adjusts dependencies, adds license info feature * add toJSON * add licesne info to services * remove mocks * adds license info to available show * prepare upgrade messaging * better welcome message * update backend versioning to 0.2.13 * add version migration file * update ui build scripts * update eos image * update eos image with embassy * add migration files * update welcome page * explicity add migration files Co-authored-by: Keagan McClelland <keagan.mcclelland@gmail.com> Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
27 lines
622 B
YAML
27 lines
622 B
YAML
resolver: lts-17.10
|
|
|
|
packages:
|
|
- .
|
|
|
|
extra-deps:
|
|
# - aeson-1.4.7.1
|
|
- aeson-flatten-0.1.0.2
|
|
- exinst-0.8
|
|
- fused-effects-1.1.0.0
|
|
- fused-effects-th-0.1.0.2
|
|
- git-embed-0.1.0
|
|
- json-stream-0.4.2.4
|
|
- protolude-0.3.0
|
|
- streaming-bytestring-0.1.7
|
|
- streaming-conduit-0.1.2.2
|
|
- streaming-utils-0.2.0.0
|
|
# to avoid the ridiculous bug where stat64 is not found (only affects development)
|
|
# - git: https://github.com/ProofOfKeags/persistent.git
|
|
# commit: 3b52b13d9ce79cdef14bb1c37cc527657a529462
|
|
# subdirs:
|
|
# - persistent-sqlite
|
|
|
|
ghc-options:
|
|
"$locals": -fwrite-ide-info
|
|
"$everything": -haddock
|