# hasktest **Repository Path**: graviton/hasktest ## Basic Information - **Project Name**: hasktest - **Description**: haskell test - **Primary Language**: Haskell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-24 - **Last Updated**: 2026-02-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # haskTest 安装 haskell 的依赖, on ubuntu, 运行 安装脚本时会提示 ```bash sudo apt install build-essential curl libffi-dev libffi8 libgmp-dev libgmp10 libncurses-dev pkg-config ``` 使用 [USTC](https://mirrors.ustc.edu.cn/help/ghcup.html) 安装 ghcup, cabal 等工具 ```bash curl --proto '=https' --tlsv1.2 -sSf https://mirrors.ustc.edu.cn/ghcup/sh/bootstrap-haskell | BOOTSTRAP_HASKELL_YAML=https://mirrors.ustc.edu.cn/ghcup/ghcup-metadata/ghcup-latest.yaml sh ``` 本项目依赖 ```bash sudo apt install libhdf5-dev ``` ```bash # 更新依赖 cabal v2-update # 构建 cabal v2-build # 运行 cabal v2-run ```