name: ghc-stdin version: 0.1.0.0 license: BSD3 license-file: LICENSE extra-source-files: Changelog.md, README.md author: Alexey Radkov maintainer: alexey.radkov@gmail.com synopsis: Compile source code from the standard input description: A frontend plugin for GHC to compile source code from the standard input. category: Development bug-reports: https://github.com/lyokha/ghc-stdin/issues build-type: Simple cabal-version: 1.20 source-repository head type: git location: https://github.com/lyokha/ghc-stdin library default-language: Haskell2010 build-depends: base >= 4.11.0.0 && < 5, ghc >= 8.4.1, ghc-paths, temporary, process exposed-modules: GhcStdin default-extensions: CPP ghc-options: -Wall