alex 2.3.5-3 source package in Ubuntu

Changelog

alex (2.3.5-3) unstable; urgency=low
  * Update fix-bang-pattern.diff patch to add LANGUAGE option BanPatterns to    generated code (Closes: #635113).  * debian/control: Standards version (no changes required). -- Erik de Castro Lopo <email address hidden>  Sun, 24 Jul 2011 14:15:36 +1000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
alex_2.3.5-3.dsc 1.3 KiB c31142daf6a3dc8ffc155e342dc6144d6330360d04ad01e2eac4f04f4ee2393c
alex_2.3.5.orig.tar.gz 77.3 KiB 2ea6d30b98881c0fd57bfafae024050cd98dc5b0140d64a6d722c64a098ed253
alex_2.3.5-3.debian.tar.gz 5.7 KiB 5f8e1d6f310049c9055a84ac5f6eca53969354ab9881ae2749f9a30999c53a6c

No changes file available.

Binary packages built by this source

alex: lexical analyser generator for Haskell

 Alex is a tool for generating lexical analysers in Haskell, given a
 description of the tokens to be recognised in the form of regular
 expressions. It is similar to the tool lex or flex for C/C++.