mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
72 lines
1.0 KiB
Plaintext
72 lines
1.0 KiB
Plaintext
# # # helpful information # # #
|
|
|
|
When you update Haskell packages you'll have to update the entire stack to not break it.
|
|
|
|
To help you I wrote a simple guide.
|
|
|
|
## NOTE: it's possible that some new haskell-package has been added to our repository, so before you update the entire stack you need to check it and then proceed
|
|
|
|
|
|
> First you have to update these packaes:
|
|
|
|
haskell-binary
|
|
haskell-bytestring-show
|
|
haskell-dataenc
|
|
haskell-deepseq
|
|
haskell-extensible-exceptions
|
|
haskell-html
|
|
haskell-mmap
|
|
haskell-primitive
|
|
haskell-random
|
|
haskell-syb
|
|
haskell-stm
|
|
haskell-terminfo
|
|
haskell-transformers
|
|
haskell-mtl
|
|
haskell-utf8-string
|
|
haskell-zlib
|
|
haskell-tar
|
|
|
|
|
|
> Next update one-by-one the following packages:
|
|
|
|
haskell-text
|
|
|
|
haskell-json
|
|
|
|
haskell-parsec
|
|
|
|
haskell-network
|
|
|
|
haskell-http
|
|
|
|
haskell-hslogger
|
|
|
|
haskell-vector
|
|
|
|
haskell-regex-base
|
|
|
|
haskell-regex-posix
|
|
|
|
haskell-regex-compat
|
|
|
|
haskell-hashed-storage
|
|
|
|
haskell-haskeline
|
|
|
|
|
|
> Then update:
|
|
|
|
happy
|
|
|
|
hasktags
|
|
|
|
|
|
> ...lastly you have to update:
|
|
|
|
haskell-cabal-install
|
|
|
|
END.
|
|
|
|
|
|
[UtG] |