Skip to content

Instantly share code, notes, and snippets.

@VoQn
Created September 28, 2010 04:50
Show Gist options
  • Save VoQn/600428 to your computer and use it in GitHub Desktop.
Save VoQn/600428 to your computer and use it in GitHub Desktop.
今 hidding してる Haskell ライブラリを一覧するワンライナー
ghc-pkg list | sed 's/,/, /g' | tr ',' '\n' | grep '('
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment