NOTICE: This package has been removed from pkgsrc

./wip/alex, Tool for generating lexical analysers in Haskell

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.1.4, Package name: alex-3.1.4, Maintainer: esg

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 tools lex and flex for C/C++.

Alex takes a description of tokens based on regular expressions and
generates a Haskell module containing code for scanning text
efficiently. Alex is designed to be familiar to exisiting lex users,
although it does depart from lex in a number of ways.


Required to run:
[wip/ghc] [wip/hs-QuickCheck]

Master sites:

SHA1: c9ab9bb8bbcc0cfe84086da872bb98b3fe67f946
RMD160: c708edb7f57eeb11b2bdb6b45bf3a1dab6de2ec8
Filesize: 99.44 KB

Version history: (Expand)


CVS history: (Expand)


   2015-02-14 10:03:49 by PHO / phonohawk | Files touched by this commit (5) | Package removed
Log message:
Moved to devel/alex

   2015-01-08 12:56:33 by Ryosuke Moro | Files touched by this commit (4)
Log message:
Update to 3.1.4

Changes in 3.1.4:
* Add Applicative/Functor instances for GHC 7.10
   2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104)
Log message:
make it clear what package depend on

discussed with wiz@.
   2013-11-28 14:21:51 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 3.1.3

Changes in 3.1.3:
 * Fix for clang (XCode 5)
   2013-11-12 11:03:28 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 3.1.2

Changes in 3.1.2:
    Add missing file to extra-source-files 
Changes in 3.1.1:
	Bug fixes (#24, #30, #31, #32)

( #32 => https://github.com/simonmar/alex/pull/32 )
( #31 => https://github.com/simonmar/alex/pull/31 )
( #30 => https://github.com/simonmar/alex/pull/30 )
( #24 => https://github.com/simonmar/alex/pull/24 )
   2013-09-17 23:27:00 by Ryosuke Moro | Files touched by this commit (3)
Log message:
Update to 3.1.0

Changes in 3.1.0:
* necessary changes to work with GHC 7.8.1
   2013-04-21 02:51:18 by Ryosuke Moro | Files touched by this commit (2)
Log message:
Update to 3.0.5

changes:
Fixed Basic Wrapper bug (John Miller)
   2013-03-02 13:31:41 by PHO / phonohawk | Files touched by this commit (1)
Log message:
alex no longer depends on perl.