ide-backend-common: Shared library used be ide-backend and ide-backend-server

[ development, library, mit ] [ Propose Tags ]

Should not be used by end users


[Skip to Readme]

Modules

[Last Documentation]

  • IdeSession
    • GHC
      • IdeSession.GHC.API
      • IdeSession.GHC.Requests
      • IdeSession.GHC.Responses
    • RPC
      • IdeSession.RPC.API
      • IdeSession.RPC.Server
      • IdeSession.RPC.Sockets
      • IdeSession.RPC.Stream
    • Strict
      • IdeSession.Strict.Container
      • IdeSession.Strict.IORef
      • IdeSession.Strict.IntMap
      • IdeSession.Strict.IntervalMap
      • IdeSession.Strict.List
      • IdeSession.Strict.MVar
      • IdeSession.Strict.Map
      • IdeSession.Strict.Maybe
      • IdeSession.Strict.Pair
      • IdeSession.Strict.StateT
      • IdeSession.Strict.Trie
    • Types
      • IdeSession.Types.Private
      • IdeSession.Types.Progress
      • IdeSession.Types.Public
      • IdeSession.Types.Translation
    • IdeSession.Util
      • IdeSession.Util.BlockingOps
      • IdeSession.Util.Logger
      • IdeSession.Util.PortableFiles
      • IdeSession.Util.PortableIO
      • IdeSession.Util.PortableProcess
      • IdeSession.Util.PrettyVal

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.9.0, 0.9.0.1, 0.9.1, 0.9.1.1, 0.9.1.2, 0.9.1.3, 0.10.0, 0.10.0.2, 0.10.1, 0.10.1.1, 0.10.1.2
Change log ChangeLog.md
Dependencies aeson (>=0.6.2 && <0.12), async (>=2.0 && <2.2), attoparsec (>=0.10 && <0.14), base (>=4.5 && <5), base64-bytestring, binary (>=0.7.1.0 && <0.8), bytestring (>=0.9.2 && <1), bytestring-trie (>=0.2 && <0.3), containers (>=0.4.2 && <1), crypto-api (>=0.12 && <0.14), data-accessor (>=0.2 && <0.3), directory (>=1.1 && <1.3), filepath (>=1.3 && <1.5), fingertree (>=0.0.1 && <0.2), ghc-prim (>=0.2 && <0.3), monad-logger, mtl (>=2.1 && <2.3), network, pretty-show (>=1.3 && <1.7), process, pureMD5 (>=2.1 && <2.2), tagged (>=0.4 && <0.9), template-haskell, temporary (>=1.1.2.4 && <1.3), text (>=0.11 && <1.3), time, transformers (>=0.3 && <0.5), unix (>=2.5 && <2.8), unix-compat (>=0.4.1.1 && <0.4.2), Win32 [details]
License MIT
Copyright (c) 2015 FP Complete
Author Duncan Coutts, Mikolaj Konarski, Edsko de Vries
Maintainer Duncan Coutts <duncan@well-typed.com>
Revised Revision 1 made by MichaelSnoyman at 2016-02-09T10:11:58Z
Category Development
Uploaded by MichaelSnoyman at 2016-01-06T04:44:34Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 9180 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-28 [all 2 reports]

Readme for ide-backend-common-0.10.1.2

[back to package description]

ide-backend-common

Common shared library for ide-backend ide-backend-server

It can be compiled using GHCJS. This comes in handy because it's also used by stack-ide's API. This allows us to easily talk to stack-ide from GHCJS!