Skip to content

Retire {fmt} #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "fmt"]
path = fmt
url = https://github.com/fmtlib/fmt
[submodule "libuv"]
path = libuv
url = https://github.com/libuv/libuv
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ both can be installed with `sdkmanager` command line tool.
## Libraries

* boost: [moritz-wundke/Boost-for-Android](https://github.com/moritz-wundke/Boost-for-Android)
* fmt: [fmtlib/fmt](https://github.com/fmtlib/fmt)
* libevent: [libevent/libevent](https://github.com/libevent/libevent/tree/release-2.1.12-stable)
* libintl-lite: [j-jorge/libintl-lite](https://github.com/j-jorge/libintl-lite)
* libime data: [fcitx/libime](https://github.com/fcitx/libime)
Expand Down
1 change: 0 additions & 1 deletion fmt
Submodule fmt deleted from 123913
1 change: 0 additions & 1 deletion prebuilder.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ executable prebuilder
Rules.AnthyData
Rules.Boost
Rules.Fcitx5
Rules.Fmt
Rules.GLog
Rules.LevelDB
Rules.LibChewing
Expand Down
6 changes: 1 addition & 5 deletions src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import Development.Shake.Config
import Rules.AnthyData
import Rules.Boost
import Rules.Fcitx5
import Rules.Fmt
import Rules.GLog
import Rules.LevelDB
import Rules.LibChewing
Expand Down Expand Up @@ -54,7 +53,6 @@ main = do
libIMERule
chineseAddonsRule
libIMEJyutpingRule
fmtRule
libuvRule
libintlLiteRule
luaRule
Expand All @@ -78,7 +76,6 @@ main = do
let artifacts =
[ "spell-dict",
"libime",
"fmt",
"chinese-addons-data",
"libime-jyutping",
"libuv",
Expand All @@ -104,8 +101,7 @@ main = do
getToolchainVersions >>= writeFile' (outputDir </> "toolchain-versions.json") . TL.unpack . TLB.toLazyText . A.encodePrettyToTextBuilder
"fcitx5" ~> do
need
[ "fmt",
"libuv",
[ "libuv",
"libintl-lite"
]
"app" ~> do
Expand Down
24 changes: 0 additions & 24 deletions src/Rules/Fmt.hs

This file was deleted.