Name: hie-bios Version: 0.2.1 Author: Matthew Pickering Maintainer: Matthew Pickering License: BSD3 License-File: LICENSE Homepage: https://github.com/mpickering/hie-bios Synopsis: Set up a GHC API session Description: Set up a GHC API session and obtain flags required to compile a source file Category: Development Cabal-Version: >= 1.10 Build-Type: Simple Extra-Source-Files: ChangeLog wrappers/bazel wrappers/cabal wrappers/cabal.hs tested-with: GHC==8.6.4, GHC==8.4.4, GHC==8.2.2 Library Default-Language: Haskell2010 GHC-Options: -Wall HS-Source-Dirs: src Exposed-Modules: HIE.Bios HIE.Bios.Config HIE.Bios.Cradle HIE.Bios.Environment HIE.Bios.Debug HIE.Bios.Flags HIE.Bios.Types HIE.Bios.Ghc.Api HIE.Bios.Ghc.Check HIE.Bios.Ghc.Doc HIE.Bios.Ghc.Gap HIE.Bios.Ghc.Load HIE.Bios.Ghc.Logger HIE.Bios.Ghc.Things Build-Depends: base >= 4.8 && < 5, base16-bytestring >= 0.1.1 && < 0.2, bytestring >= 0.10.8 && < 0.11, deepseq >= 1.4.3 && < 1.5, containers >= 0.5.10 && < 0.7, cryptohash-sha1 >= 0.11.100 && < 0.12, directory >= 1.3.0 && < 1.4, filepath >= 1.4.1 && < 1.5, time >= 1.8.0 && < 1.10, extra >= 1.6.14 && < 1.7, process >= 1.6.1 && < 1.7, file-embed >= 0.0.10 && < 0.1, ghc >= 8.2.2 && < 8.9, transformers >= 0.5.2 && < 0.6, temporary >= 1.2 && < 1.4, text >= 1.2.3 && < 1.3, unix-compat >= 0.5.1 && < 0.6, unordered-containers >= 0.2.9 && < 0.3, vector >= 0.12.0 && < 0.13, yaml >= 0.8.32 && < 0.12 Executable hie-bios Default-Language: Haskell2010 Main-Is: Main.hs Other-Modules: Paths_hie_bios GHC-Options: -Wall HS-Source-Dirs: exe Build-Depends: base >= 4.9 && < 5 , directory , filepath , ghc , hie-bios Source-Repository head Type: git Location: git://github.com/mpickering/hie-bios.git