cabal-version: >=1.10 name: reflex-ghci version: 0.1.3.1 synopsis: A GHCi widget library for use in reflex applications description: Run GHCi from within a reflex application and interact with it using a functional-reactive interface. . <> . bug-reports: https://github.com/reflex-frp/reflex-ghci/issues license: BSD3 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 screenshot.png tested-with: GHC ==8.6.5 library exposed-modules: Reflex.Process.GHCi Reflex.Vty.GHCi build-depends: base >= 4.12 && < 4.13 , 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.6.3 && < 0.7 , reflex-fsnotify >= 0.2 && < 0.3 , reflex-process >= 0.2 && < 0.3 , regex-tdfa >= 1.2.3 && < 1.3 , reflex-vty >= 0.1.3 && < 0.2 , text >= 1.2 && < 1.3 , unix >= 2.7 && < 2.8 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.16 , process , reflex , reflex-ghci , reflex-vty , reflex-process , text , vty >= 5.25 && < 5.26 ghc-options: -threaded -rtsopts default-language: Haskell2010 source-repository head type: git location: https://github.com/reflex-frp/reflex-ghci