packages feed

ghc-stdin-0.2.0.0: ghc-stdin.cabal

name:                  ghc-stdin
version:               0.2.0.0
synopsis:              Compile source code from the standard input
description:           A frontend plugin for GHC to compile source code from
                       the standard input.
homepage:              http://github.com/lyokha/ghc-stdin
license:               BSD3
license-file:          LICENSE
extra-source-files:    Changelog.md, README.md
author:                Alexey Radkov <alexey.radkov@gmail.com>
maintainer:            Alexey Radkov <alexey.radkov@gmail.com>
stability:             experimental
copyright:             2022 Alexey Radkov
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,
                       bytestring,
                       temporary,
                       process,
                       safe

  exposed-modules:     GhcStdin

  default-extensions:  CPP

  ghc-options:        -Wall