# stylish-haskell を Homebrew, apt, Nix, pacman でインストール

stylish-haskell のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:stylish-haskell
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install stylish-haskell
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install stylish-haskell
```

  証拠: Debian stable package indexes: stylish-haskell from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#stylish-haskell
```

  証拠: nixpkgs package indexes: stylish-haskell from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

- pacman (92%):

```sh
sudo pacman -S stylish-haskell
```

  証拠: Arch Linux sync databases: stylish-haskell from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:stylish-haskell
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/stylish-haskell>
- **バージョン:** 0.15.1.0
- **ソース概要:** Haskell code prettifier
- **ホームページ:** <https://github.com/haskell/stylish-haskell>
- **リポジトリ:** <https://github.com/haskell/stylish-haskell>
- **ライセンス:** BSD-3-Clause
- **ソースアーカイブ:** <https://github.com/haskell/stylish-haskell/archive/refs/tags/v0.15.1.0.tar.gz>
- **最終更新:** 2026-07-22T13:45:34Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- stylish-haskell (cli)
- stylish-haskell (エイリアス)

## 依存関係

- gmp

## ビルド依存関係

- cabal-install
- ghc

## macOS 提供ライブラリ

- libffi

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.15.1.0
- マネージャ更新日: 2026-07-22
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/haskell/stylish-haskell
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

stylish-haskell is a Haskell source prettifier focused on practical cleanup rather than whole-program reformatting. Its README says the tool aligns and sorts imports, groups language pragmas, removes trailing whitespace, aligns records and cases, converts line endings, and can be used as a filter in editors.

### プロジェクトの歴史

The Cabal metadata lists Jasper Van der Jeugt as author and maintainer and carries a 2012 copyright notice. The README describes the original design goal as avoiding formatters that get in the way while automating tedious import and layout cleanup.

### 採用の歴史

The README documents installation through `stack install`, `cabal install`, Debian, Ubuntu, and Arch Linux, while the input package-manager facts also list Homebrew, Nix, Debian, and Pacman packages. It is also exposed through editor workflows including Haskell Language Server, Vim, Emacs, Atom, and Visual Studio Code integrations.

### 使われ方

Common usage is either project-level formatting through `.stylish-haskell.yaml` or editor-filter usage such as piping a buffer through `stylish-haskell`. The README documents a search order that checks an explicit `--config`, the current or nearest ancestor `.stylish-haskell.yaml`, the platform config directory, the home directory, and finally defaults.

### パッケージ好きにとっての重要性

Package maintainers care about stylish-haskell because it is a small CLI with predictable config discovery, broad Haskell package-manager availability, and a long life across GHC and Cabal releases. Its changelog is largely about compiler and parser compatibility, which is exactly the kind of maintenance surface Haskell packagers track.

### タイムライン

- 2012: Cabal metadata lists the project copyright and original authorship.
- 2024-01-19: Version 0.14.6.0 added GHC 9.8 support according to the official changelog.
- 2025-04-13: Version 0.15.1.0 added GHC 9.12 support according to the official changelog.

### Related projects

- The README names Haskell Language Server, haskell-mode, vim-autoformat, vim-stylish-haskell, stylish-haskell-vscode, Stack, Cabal, and ghc-lib-parser-adjacent packaging concerns as part of its ecosystem.

### ソース

- <https://raw.githubusercontent.com/haskell/stylish-haskell/master/CHANGELOG>
- <https://raw.githubusercontent.com/haskell/stylish-haskell/master/README.markdown>
- <https://raw.githubusercontent.com/haskell/stylish-haskell/master/stylish-haskell.cabal>
- input source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .stylish-haskell.yaml, $XDG_CONFIG_HOME/stylish-haskell/config.yaml, ~/.config/stylish-haskell/config.yaml, ~/.stylish-haskell.yaml
- Windows: %APPDATA%/stylish-haskell/config.yaml
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** stylish-haskell
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- Debian apt - stylish-haskell - 0.14.5.0-3: normalized package name match | Debian stable package indexes: stylish-haskell from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Haskell code prettifier | https://github.com/haskell/stylish-haskell
- Nix - stylish-haskell: normalized package name match | nixpkgs package indexes: stylish-haskell from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
- pacman - stylish-haskell - 0.14.5.0-62: normalized package name match | Arch Linux sync databases: stylish-haskell from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Haskell code prettifier | https://github.com/haskell/stylish-haskell


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [cabal-install](https://pkg.so/ja/brew/cabal-install/) - Build dependency declared by Homebrew.
- [ghc](https://pkg.so/ja/brew/ghc/) - Build dependency declared by Homebrew.
- [swiftformat](https://pkg.so/ja/brew/swiftformat/) - Shares pkgdb curated category or tags: cli, code-style, developer-tools, formatter.
- [black](https://pkg.so/ja/brew/black/) - Shares pkgdb curated category or tags: cli, code-style, developer-tools, formatter.
- [stylua](https://pkg.so/ja/brew/stylua/) - Shares pkgdb curated category or tags: cli, code-style, developer-tools, formatter.
- [gofumpt](https://pkg.so/ja/brew/gofumpt/) - Shares pkgdb curated category or tags: cli, code-style, developer-tools, formatter.
- [ktfmt](https://pkg.so/ja/brew/ktfmt/) - Shares pkgdb curated category or tags: cli, code-style, developer-tools, formatter.
- [gnu-indent](https://pkg.so/ja/brew/gnu-indent/) - Shares pkgdb curated category or tags: cli, code-style, developer-tools, formatter.
- [ormolu](https://pkg.so/ja/brew/ormolu/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, haskell.
- [yapf](https://pkg.so/ja/brew/yapf/) - Shares pkgdb curated category or tags: cli, code-style, developer-tools, formatter.
- [hindent](https://pkg.so/ja/brew/hindent/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, code, developer, developer-tools, formatter.
- [cljfmt](https://pkg.so/ja/brew/cljfmt/) - Local package facts share a topical domain. Shared terms: cli, code, code-style, developer, developer-tools.
- [erlfmt](https://pkg.so/ja/brew/erlfmt/) - Local package facts share a topical domain. Shared terms: cli, code, code-style, developer, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/stylish-haskell.yml](https://github.com/mxcl/pkgdb/blob/main/combined/stylish-haskell.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
