Skip to content

Instantly share code, notes, and snippets.

@chrisdone
Created March 21, 2022 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisdone/990f74e696ba6a82780b0a1e6bddda38 to your computer and use it in GitHub Desktop.
Save chrisdone/990f74e696ba6a82780b0a1e6bddda38 to your computer and use it in GitHub Desktop.
22-03-21 13:32:52.939 $ cat /opt/hindent-ormolu
#!/bin/bash
/opt/ormolu-0.1.4.1 \
"--ghc-opt" "-XBangPatterns" \
"--ghc-opt" "-XNumericUnderscores" \
"--ghc-opt" "-XOverloadedLabels" \
"--ghc-opt" "-XPatternSynonyms" \
"--ghc-opt" "-XTypeApplications" \
"--mode" "stdout"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment