name: friendly version: 0.1.0.3 synopsis: Attempt to pretty-print any input description: The friendly executable copies standard input to standard output, attempting to pretty-print the input without actually requiring that the input is well-formed in any way. license: BSD3 license-file: LICENSE author: Edsko de Vries maintainer: edsko@well-typed.com copyright: Edsko de Vries category: Development build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 tested-with: GHC==7.8.4 , GHC==7.10.3 , GHC==8.0.2 , GHC==8.2.2 , GHC==8.4.4 , GHC==8.6.5 , GHC==8.8.4 , GHC==8.10.3 source-repository head type: git location: https://github.com/edsko/friendly executable friendly main-is: Main.hs build-depends: base >= 4.7 && < 4.15 , bifunctors >= 4.2 && < 5.6 , optparse-applicative >= 0.11 && < 0.16 hs-source-dirs: src default-language: Haskell2010 default-extensions: MultiWayIf ghc-options: -Wall