libghc-language-haskell-extract-doc binary package in Ubuntu Xenial arm64

 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.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2015-12-19 15:54:29 UTC Published Ubuntu Xenial arm64 release universe doc Extra 0.2.4-5
  • Published
  • Copied from ubuntu xenial-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Xenial arm64 proposed universe doc Extra 0.2.4-5
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to release

  • Published
  • Copied from ubuntu xenial-proposed amd64 in Primary Archive for Ubuntu
  2015-12-19 16:18:39 UTC Superseded Ubuntu Xenial arm64 release universe doc Extra 0.2.4-3build2
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of haskell-language-haskell-extract 0.2.4-5 in ubuntu xenial PROPOSED
  • Published
  • Copied from ubuntu wily-proposed amd64 in Primary Archive for Ubuntu