hsdev: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc.

[ bsd3, development, library, program ] [ Propose Tags ]

Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references, hayoo search etc.

Modules

[Last Documentation]

  • Control
    • Apply
      • Control.Apply.Util
    • Concurrent
      • Control.Concurrent.FiniteChan
      • Control.Concurrent.Task
      • Control.Concurrent.Util
      • Control.Concurrent.Worker
  • Data
    • Data.Async
    • Data.Group
    • Data.Help
    • Data.Lisp
    • Data.Mark
    • Maybe
      • Data.Maybe.JustIf
  • HsDev
    • HsDev.Cabal
    • HsDev.Cache
      • HsDev.Cache.Structured
    • Client
      • HsDev.Client.Commands
    • HsDev.Commands
    • HsDev.Database
      • HsDev.Database.Async
      • HsDev.Database.Update
        • HsDev.Database.Update.Types
    • HsDev.Display
    • HsDev.Inspect
    • HsDev.Project
    • HsDev.Scan
      • HsDev.Scan.Browse
    • Server
      • HsDev.Server.Commands
      • HsDev.Server.Message
      • HsDev.Server.Types
    • HsDev.Symbols
      • HsDev.Symbols.Class
      • HsDev.Symbols.Documented
      • HsDev.Symbols.Location
      • HsDev.Symbols.Resolve
      • HsDev.Symbols.Types
      • HsDev.Symbols.Util
    • Tools
      • HsDev.Tools.AutoFix
      • HsDev.Tools.Base
      • HsDev.Tools.Cabal
      • HsDev.Tools.ClearImports
      • Ghc
        • HsDev.Tools.Ghc.Check
        • HsDev.Tools.Ghc.Prelude
        • HsDev.Tools.Ghc.Worker
      • HsDev.Tools.GhcMod
        • HsDev.Tools.GhcMod.InferType
      • HsDev.Tools.HDocs
      • HsDev.Tools.HLint
      • HsDev.Tools.Hayoo
      • HsDev.Tools.Types
    • HsDev.Util
    • HsDev.Version
    • HsDev.Watcher
      • HsDev.Watcher.Types
  • System
    • Console
      • System.Console.Args
      • System.Console.Cmd
    • Directory
      • System.Directory.Watcher
    • Win32
      • FileMapping
        • System.Win32.FileMapping.Memory
        • System.Win32.FileMapping.NamePool
      • System.Win32.PowerShell
  • Text
    • Text.Format

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.2.2, 0.1.2.3, 0.1.2.4, 0.1.2.5, 0.1.3.0, 0.1.3.1, 0.1.3.2, 0.1.3.3, 0.1.3.4, 0.1.4.0, 0.1.4.1, 0.1.4.2, 0.1.4.3, 0.1.5.0, 0.1.5.1, 0.1.5.2, 0.1.5.3, 0.1.5.4, 0.1.5.5, 0.1.5.6, 0.1.6.0, 0.1.6.1, 0.1.6.2, 0.1.6.3, 0.1.6.4, 0.1.6.5, 0.1.6.6, 0.1.7.0, 0.1.7.1, 0.1.7.2, 0.1.7.3, 0.1.8.0, 0.1.8.1, 0.1.8.2, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.2.1, 0.2.2.2, 0.2.3.0, 0.2.3.1, 0.2.3.2, 0.2.4.0, 0.2.5.0, 0.2.5.1, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.1.0, 0.3.1.1, 0.3.1.2, 0.3.1.3, 0.3.1.4, 0.3.2.0, 0.3.2.1, 0.3.2.2, 0.3.2.3, 0.3.3.0, 0.3.3.1, 0.3.3.2, 0.3.3.3, 0.3.3.4, 0.3.3.5, 0.3.3.6, 0.3.3.8, 0.3.4.0
Dependencies aeson (>=0.7.0), aeson-pretty (>=0.7.0), array (>=0.5.0), attoparsec (>=0.11.0), base (>=4.7 && <5), bin-package-db, bytestring (>=0.10.0), Cabal (>=1.22.0), containers (>=0.5.0), deepseq (>=1.4.0), directory (>=1.2.0), exceptions (>=0.6.0), filepath (>=1.4.0), fsnotify (>=0.1.0), ghc (>=7.10.0 && <7.11.0), ghc-mod (>=5.2.1.3), ghc-paths (>=0.1.0), haddock-api (>=2.16.0 && <2.17.0), haskell-src-exts (>=1.16.0), hdocs (>=0.4.3), hlint (>=1.9.0 && <2.0.0), hsdev, HTTP (>=4000.2.0), lens (>=4.8), monad-loops (>=0.4.0), MonadCatchIO-transformers (>=0.3.1), mtl (>=2.2.0), network (>=2.6.0), process (>=1.2.0), regex-pcre-builtin (>=0.94), scientific (>=0.3), simple-log (>=0.3.2), system-filepath (>=0.4), template-haskell, text (>=1.2.0), time (>=1.5.0), transformers (>=0.4.0), uniplate (>=1.6.0), unix (>=2.7.0), unordered-containers (>=0.2.0), vector (>=0.10.0), Win32 (>=2.3.0) [details]
License BSD-3-Clause
Author Alexandr `Voidex` Ruchkin
Maintainer voidex@live.com
Category Development
Home page https://github.com/mvoidex/hsdev
Source repo head: git clone git://github.com/mvoidex/hsdev
Uploaded by AlexandrRuchkin at 2015-07-20T11:25:52Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hsautofix, hshayoo, hscabal, hsclearimports, hsinspect, hsdev
Downloads 53524 total (172 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-12-02 [all 6 reports]