hdevtools 0.1.8.0-1build1 source package in Ubuntu

Changelog

hdevtools (0.1.8.0-1build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Sat, 07 Sep 2019 17:39:56 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Eoan
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
hdevtools_0.1.8.0.orig.tar.gz 22.4 KiB 2e6685a5c3fb97047997b0490623d1023cc7e2d7226e37e3e229f77968c03c98
hdevtools_0.1.8.0-1build1.debian.tar.xz 3.7 KiB a9454dbff910f2151f1045c8684c5b7cb68e5f60ed0e6ebfcfdf5dd7b6156feb
hdevtools_0.1.8.0-1build1.dsc 2.1 KiB e747e24a68ad7f98ca91069f702572d0c8108db3666dc9d4776a9783ded98cde

View changes file

Binary packages built by this source

hdevtools: GHC powered daemon for fast Haskell development

 hdevtools is a backend for text editor plugins, to allow for things such as
 syntax and type checking of Haskell code, and retrieving type information, all
 directly from within your text editor.
 .
 The advantage that hdevtools has over ghc-mod is that it runs silently
 in a persistent background process, and therefore is able to keeps all of your
 Haskell modules and dependent libraries loaded in memory. This way, when you
 change only a single source file, only it needs to be reloaded and rechecked,
 instead of having to reload everything.
 .
 This makes hdevtools very fast for checking syntax and type errors (runs
 just as fast as the ":reload" command in GHCi).
 .
 In fact, syntax and type checking is so fast, that you can safely enable auto
 checking on every save. Even for huge projects, checking is nearly instant.
 .
 In addition to checking Haskell source code for errors, `hdevtools` has tools
 for getting info about identifiers, and getting type information for snippets
 of code.