reflex-ghci-0.1.5.4: reflex-ghci.cabal
cabal-version: 2.4
name: reflex-ghci
version: 0.1.5.4
synopsis: A GHCi widget library for use in reflex applications
description:
Run GHCi from within a Reflex FRP (<https://reflex-frp.org>) application and interact with it using a functional reactive interface.
.
<<https://i.imgur.com/5y61Qx7.png>>
bug-reports: https://github.com/reflex-frp/reflex-ghci/issues
license: BSD-3-Clause
license-file: LICENSE
author: Obsidian Systems LLC
maintainer: maintainer@obsidian.systems
copyright: 2020 Obsidian Systems LLC
category: FRP, Development,
build-type: Simple
extra-source-files: ChangeLog.md
README.md
tests/**/*.hs
tests/**/*.cabal
tested-with: GHC ==8.6.5 || ==8.8.4
library
exposed-modules:
Reflex.Process.GHCi
Reflex.Vty.GHCi
build-depends:
base >= 4.12 && < 4.15
, bytestring >= 0.10 && < 0.11
, directory >= 1.3 && < 1.4
, filepath >= 1.4 && < 1.5
, fsnotify >= 0.3 && < 0.4
, process >= 1.6 && < 1.7
, reflex >= 0.7.1.0 && < 0.9
, reflex-fsnotify >= 0.2 && < 0.3
, reflex-process >= 0.3 && < 0.4
, regex-tdfa >= 1.2.3 && < 1.4
, reflex-vty >= 0.3 && < 0.4
, text >= 1.2 && < 1.3
, unix >= 2.7 && < 2.8
, vty >=5.21 && <5.37
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
executable reflex-ghci
hs-source-dirs: src-bin
main-is: ghci.hs
build-depends:
base
, optparse-applicative >= 0.14.0 && < 0.17
, process
, reflex >= 0.7.1.0
, reflex-ghci
, reflex-vty
, reflex-process
, text
, vty
autogen-modules: Paths_reflex_ghci
other-modules: Paths_reflex_ghci
ghc-options: -threaded -rtsopts
default-language: Haskell2010
test-suite test
type: exitcode-stdio-1.0
main-is: test.hs
hs-source-dirs: tests
build-depends:
base
, directory
, process
, reflex
, reflex-ghci
, reflex-process
, temporary >= 1.3 && < 1.4
ghc-options: -threaded -rtsopts -Wall
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/reflex-frp/reflex-ghci