haskell-language-haskell-extract 0.2.4-5 source package in Ubuntu

Changelog

haskell-language-haskell-extract (0.2.4-5) unstable; urgency=medium

  * Switch Vcs-Git/Vcs-Browser headers to new location.

 -- Clint Adams <email address hidden>  Thu, 03 Dec 2015 14:54:42 -0500

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-language-haskell-extract_0.2.4-5.dsc 2.6 KiB 5af348e7b06c7ef0a9b9aa169e8a8b42451bc96aef958d891725e6a3417e5d99
haskell-language-haskell-extract_0.2.4-5.debian.tar.xz 2.7 KiB 5c1e6e3db6070a632382c20d7ff7d9a18e98107f140fa5d30bfea00e6dae6fec
haskell-language-haskell-extract_0.2.4.orig.tar.gz 2.4 KiB 14da16e56665bf971723e0c5fd06dbb7cc30b4918cf8fb5748570785ded1acdb

No changes file available.

Binary packages built by this source

libghc-language-haskell-extract-dev: No summary available for libghc-language-haskell-extract-dev in ubuntu zesty.

No description available for libghc-language-haskell-extract-dev in ubuntu zesty.

libghc-language-haskell-extract-doc: automatically extract functions from the local code.; documentation

 language-haskell-extract contains some useful helper functions on top of
 Template Haskell.
 functionExtractor extracts all functions after a regexp-pattern.
 .
 > foo = "test"
 > boo = "testing"
 > bar = $(functionExtractor "oo$")
 .
 will automagically extract the functions ending with "oo" such as
 .
 > bar = [("foo",foo), ("boo",boo)]
 .
 This can be useful if you wish to extract all functions beginning with test
 (for a test-framework) or all functions beginning with wc (for a web service).
 .
 functionExtractorMap works like functionsExtractor but applies a function
 over all function-pairs.
 This functions is useful if the common return type of the functions is
 a type class.
 .
 This package contains the documentation files.

libghc-language-haskell-extract-prof: No summary available for libghc-language-haskell-extract-prof in ubuntu zesty.

No description available for libghc-language-haskell-extract-prof in ubuntu zesty.